Releases: gogatekeeper/gatekeeper
Releases · gogatekeeper/gatekeeper
3.1.0
What's Changed
- Ability to set no-redirects=true per path by @p53 in #542
- Fix missing annotation by @p53 in #543
- Check memory alignment of structs on lint stage by @p53 in #544
- Update k3d version in integration tests by @p53 in #545
- Update docu for 3.1.0 release by @p53 in #546
Full Changelog: 3.0.2...3.1.0
3.1.0-rc2
3.1.0-rc1
3.0.2
3.0.1
3.0.1-rc1
3.0.0
What's Changed
- Implement level of authentication by @p53 in #510
- Level of authentication by @p53 in #511
- Remove old tls versions 1.0, 1.1 from allowed tls versions by @p53 in #512
- Use ed25519 instead of rsa in self signed certs by @p53 in #513
- Enable json-logging, encrypted-token, pkce by default by @p53 in #514
- Update go 1.23 by @p53 in #515
- Add cors check to config by @p53 in #516
- Docs 3 by @p53 in #518
Full Changelog: 2.14.3...3.0.0
3.0.0-rc2
Changelog
- 9701e18 Add cors check to config (#516)
- c9fdf0a Enable json-logging, encrypted-token, pkce by default (#514)
- fc55a3e Level of authentication (#511)
- a77b4e7 Remove old tls versions 1.0, 1.1 from allowed tls versions (#512)
- e545bc2 Update go 1.23 (#515)
- ecfaf91 Use ed25519 instead of rsa in self signed certs (#513)