Skip to content

v1.31.0

Choose a tag to compare

@github-actions github-actions released this 22 Dec 17:47

Deployment Certifications and Source Traceability

KubeRocketCI container images bear cosign signatures. Refer to the documentation for instructions on verification.
The Rekor UUID's for this release is 108e9186e8c5677a6a1f5e204745ccf80a03154a0abd17dc9a3ec4b82e980342b67c5b734f703c73 - attestation and
108e9186e8c5677a0b65d4477ec9b8bfa340160070dcebcc72cdd0cf38ce208acb1030b967637e45 - signature

v1.31.0 - 2025-12-22

Features

  • Add webhook defaulting for KeycloakClient resources (#205)
  • Add Type field to KeycloakClientScope for default/optional/none scopes (#220)
  • Add webhook validation for KeycloakRealm resources (#259)
  • Add Conditions to KeycloakClient status (#206)
  • Add ability to set temporary user password (#252)

Routine

  • Update current development version (#253)

BREAKING CHANGE:

Webhook functionality now requires cert-manager
to be installed in the cluster by default.
Users can disable webhooks by setting `enableWebhooks: false` in Helm values.