Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions charts/keycloak/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to the Keycloak Helm chart will be documented in this file.

## Unreleased

## [26.7.2] — 2026-08-29

### Changed

- Use `KC_BOOTSTRAP_ADMIN_USERNAME` / `KC_BOOTSTRAP_ADMIN_PASSWORD` for the
Expand Down
8 changes: 4 additions & 4 deletions charts/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: keycloak
description: A Helm chart for deploying Keycloak IAM using the upstream quay.io/keycloak/keycloak image on Kubernetes
type: application
version: 26.6.3
version: 26.7.2
appVersion: "26.7.2"
keywords:
- keycloak
Expand Down Expand Up @@ -31,6 +31,6 @@ annotations:
url: https://github.com/KitStream/helms
artifacthub.io/changes: |
- kind: security
description: Bump Keycloak from 26.6.1 to 26.6.3~32 upstream CVE fixes including session fixation, redirect-URI bypass, SSRF, and refresh-token reuse
- kind: fixed
description: Publish not-ready addresses on the JGroups headless service so simultaneously started replicas form a single cluster instead of split-brain merging late
description: Bump Keycloak from 26.6.3 to 26.7.2fixes CVE-2026-59888/59889 (jackson-databind) and CVE-2026-9796 (admin role rename TOCTOU allowing realm-wide privilege escalation)
- kind: changed
description: Use KC_BOOTSTRAP_ADMIN_USERNAME/KC_BOOTSTRAP_ADMIN_PASSWORD for the initial admin instead of the deprecated KEYCLOAK_ADMIN variables. No values change required.
2 changes: 1 addition & 1 deletion charts/keycloak/tests/serviceaccount_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ tests:
- isSubset:
path: metadata.labels
content:
helm.sh/chart: keycloak-26.6.3
helm.sh/chart: keycloak-26.7.2
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/version: "26.7.2"
Loading