Skip to content

Releases: pace/keycloak-operator

[8.0.1-p0.0.19] Disable StatefulSet reconcile

15 May 14:13
Compare
Choose a tag to compare
  • This release has disabled the StatefulSet to support KC10

[8.0.1-p0.0.18] Adjust liveness and readiness probes

13 May 14:50
Compare
Choose a tag to compare
  • 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

03 Apr 07:57
Compare
Choose a tag to compare
INTLY-6459 ensure client secret can be recreated

[8.0.1-p0.0.16] Add affinity Support

03 Apr 06:37
067a793
Compare
Choose a tag to compare
  • Affinities can now be defined via the CR

[8.0.1-p0.0.15] Introduce support for custom images

26 Mar 13:12
7da2e9e
Compare
Choose a tag to compare
Introduce Support for custom images and imagePullSecret

[8.0.1-p0.0.14] Move Image to 8.0.2

13 Mar 15:46
Compare
Choose a tag to compare

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

06 Mar 14:34
52d260a
Compare
Choose a tag to compare
  • 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

04 Mar 16:28
f05cf42
Compare
Choose a tag to compare

Adds support for Keycloak.cli definition which is loaded at the beginning.

[8.0.1-p0.0.11] Bump up to 8.0.1

26 Feb 16:58
Compare
Choose a tag to compare
Bump up version of keycloak to enable dev to work again

[8.0.1-p0.0.10] Improve Health and Readiness checks

25 Feb 09:15
4b81bbc
Compare
Choose a tag to compare
  • Add sh-script based health check
  • Add sh-script based readiness check