Releases: pace/keycloak-operator
Releases · pace/keycloak-operator
[8.0.1-p0.0.19] Disable StatefulSet reconcile
- This release has disabled the StatefulSet to support KC10
[8.0.1-p0.0.18] Adjust liveness and readiness probes
- Adjust liveness and readiness probes
- Forced to update to newer operator framework sdk due to dependency problems
[8.0.1-p0.0.17] INTLY-6459 ensure client secret can be recreated
INTLY-6459 ensure client secret can be recreated
[8.0.1-p0.0.16] Add affinity Support
- Affinities can now be defined via the CR
[8.0.1-p0.0.15] Introduce support for custom images
Introduce Support for custom images and imagePullSecret
[8.0.1-p0.0.14] Move Image to 8.0.2
SameSite cookie changes with upcoming Google Chrome update
Starting with version 80, Google Chrome will change the default value for the SameSite cookie parameter to Lax. Therefore, changes were required to several Keycloak cookies (especially those which are used within the Javascript adapter for checking the session status using the iframe) to set SameSite parameter to None. Please note that this settings also requires setting the Secure parameter, hence starting with this version, the Javascript adapter will only be fully functional when using the SSL / TLS connection on the Keycloak side.
Update Default Client Scopes after Initial Client creation
- Add the ability to update defaultClientScopes via CR changes after the initial client has been created
- Contains sub-optimal logging which needs to be refactored in a follow-up release
8.0.1-p0.0.12
Adds support for Keycloak.cli definition which is loaded at the beginning.
[8.0.1-p0.0.11] Bump up to 8.0.1
Bump up version of keycloak to enable dev to work again
[8.0.1-p0.0.10] Improve Health and Readiness checks
- Add sh-script based health check
- Add sh-script based readiness check