chore: prepare keycloak v26.7.2 release - #138
Merged
Merged
Conversation
Sync chart version with upstream appVersion 26.7.2 (already bumped on main via #136). - Security: Keycloak 26.6.3 -> 26.7.2, fixing CVE-2026-59888/59889 (jackson-databind) and CVE-2026-9796 (admin role rename TOCTOU) - Changed: initial admin now uses KC_BOOTSTRAP_ADMIN_USERNAME / KC_BOOTSTRAP_ADMIN_PASSWORD instead of the deprecated KEYCLOAK_ADMIN variables; no values change required Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release keycloak 26.7.2 — the chart version syncs with the upstream Keycloak appVersion, already bumped on main via #136.
Changes since the
keycloak-26.6.3tag:manage-clients). Goes straight to.2because 26.7.2 also fixes an upgrade failure where the stateless cluster provider captured a null NodeInfo beforepostInit.KC_BOOTSTRAP_ADMIN_USERNAME/KC_BOOTSTRAP_ADMIN_PASSWORDinstead of the deprecatedKEYCLOAK_ADMINvariables (which loggedKC-SERVICES0110on every start). No values change —admin.usernameandadmin.passwordare unchanged.No
KC_*option used by this chart changed upstream; the options removed in 26.7.0 (persistent-session batching,token-exchange-external-internal:v2) are not used here, and ports, health endpoints, and the entrypoint are unchanged.Merging this triggers the release workflow (GHCR OCI push,
keycloak-26.7.2tag, GitHub release).How to verify
🤖 Generated with Claude Code