Skip to content

Preview v2.2.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@SIGHUP-C-3PO SIGHUP-C-3PO released this 05 Nov 17:23
· 1 commit to master since this release

Keycloak Module Release 2.2.0

Welcome to the latest release of keycloak module of Kubernetes Fury Distribution maintained by team SIGHUP.

This is a patch release updating Keycloak Operator and Operated to v26.0.2 .

Component Images 🚢

Component Supported Version Previous Version
keycloak-operated v26.0.2 v22.0.5
keycloak-operator v26.0.2 v22.0.5

Bug Fixes and Changes 🐛

  • Updating Keycloak to v26.0.2

  • By default, the --optimized argument is now passed to the kc.sh command. To handle this behavior you can set the spec.startOptimized option in Keycloak Custom Resource.

Update Guide 🦮

Process

To upgrade this module from v2.1.1 to v2.2.0, execute the following:

KEYCLOAK_NS=<your_keycloak_namespace>

# Remove the old Keycloak Operator. This will not delete Keycloak instances.
kubectl delete deploy keycloak-operator -n $KEYCLOAK_NS

# Update Keycloak Operator and CRDs
kustomize build katalog/keycloak-operator | kubectl apply -n $KEYCLOAK_NS -f - 

N.B. It's not required to upgrade the keycloak-operated package, since the Operator will take care of updating the pods.