Releases: gogatekeeper/gatekeeper
Releases · gogatekeeper/gatekeeper
2.3.0-rc2
2.3.0-rc1
2.2.0
What's Changed
- Move all docs to github.io by @p53 in #252
- Update logo by @p53 in #255
- Update logo by @p53 in #256
- Allow to specify site-root=/ in resources by @p53 in #259
- Update deps by @p53 in #260
- Pkce #252 by @p53 in #262
- Update docu by @p53 in #263
- Pkce by @p53 in #264
- Docs for 2.2.0 by @p53 in #265
Full Changelog: 2.1.1...2.2.0
2.2.0-rc1
2.1.1
IMPORTANT:
- in 2.1.0 was introduced change, which relates to redirection-url, by default gogatekeeper now doesn't use X-FORWARDED headers, only URL scheme and Host, X-FORWARDED headers are used only in forward-auth mode, it is possible that you till now didn't use redirection-url and this change might require from you to add it as option
What's Changed
- Fix forward-auth example link by @p53 in #243
- add arm builds o goreleaser config (fixes #244) by @rekup in #245
- Update containerd/net packages by @p53 in #246
- Update redirection-url docu by @p53 in #247
- update docs for 2.1.1 by @p53 in #250
New Contributors
Full Changelog: 2.1.0...2.1.1
2.1.1-rc1
2.1.0
2.1.0-rc1
2.0.0
IMPORTANT:
- keycloak 17+ removed /auth prefix from it's urls, gatekeeper is now able to accept discovery urls with or without /auth prefix
- due to changes in keycloak 17+ it is not possible to use automatic keycloak logout mechanism, you have to confirm during logout, if you want to perform automatic logout you can use gatekeeper own mechanism as specified in user documentation
What's Changed
- Keycloak 17+ compatibility changes by @p53 in #232
- Add legacy /auth path prefix detection, realm extraction by @p53 in #234
- Legacy discovery uri by @p53 in #235
- Update gocloak,text lib by @p53 in #236
- Fix match headers docu by @p53 in #237
- Update docu by @p53 in #238
Full Changelog: 1.8.1...2.0.0