Skip to content

Commit 2697c75

Browse files
chore: prepare keycloak v26.6.1 release (#77)
Bump Keycloak appVersion and chart version from 26.6.0 to 26.6.1. Upstream security and bugfix release: - CVE-2026-4366: Blind Server-Side Request Forgery (SSRF) via HTTP redirect handling - CVE-2026-4633: User enumeration via identity-first login - Multiple bugfixes (see https://github.com/keycloak/keycloak/releases/tag/26.6.1) Closes #72 Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a0a8043 commit 2697c75

4 files changed

Lines changed: 18 additions & 15 deletions

File tree

charts/keycloak/CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ All notable changes to the Keycloak Helm chart will be documented in this file.
88

99
- Fix broken chart icon URL — upstream Keycloak moved `keycloak_icon_512px.svg` to `icon.svg` (#64)
1010

11-
### Changed
11+
### Security
1212

13-
- Bump Keycloak appVersion from 26.5.7 to 26.6.0 (feature release)
14-
- JWT Authorization Grant, Federated client authentication, Workflows now fully supported
15-
- Zero-downtime patch releases
16-
- See [upstream release notes](https://github.com/keycloak/keycloak/releases/tag/26.6.0) for details
13+
- Bump Keycloak appVersion from 26.6.0 to 26.6.1 (security and bugfix release)
14+
- CVE-2026-4366: Blind Server-Side Request Forgery (SSRF) via HTTP redirect handling
15+
- CVE-2026-4633: User enumeration via identity-first login
16+
- Includes additional bugfixes (see upstream release notes)
17+
- See [upstream release notes](https://github.com/keycloak/keycloak/releases/tag/26.6.1) for details

charts/keycloak/Chart.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: keycloak
33
description: A Helm chart for deploying Keycloak IAM using the upstream quay.io/keycloak/keycloak image on Kubernetes
44
type: application
5-
version: 26.6.0
6-
appVersion: "26.6.0"
5+
version: 26.6.1
6+
appVersion: "26.6.1"
77
keywords:
88
- keycloak
99
- iam
@@ -31,6 +31,8 @@ annotations:
3131
url: https://github.com/KitStream/helms
3232
artifacthub.io/changes: |
3333
- kind: changed
34-
description: Bump Keycloak from 26.5.7 to 26.6.0 (feature release)
35-
- kind: added
36-
description: "Upstream highlights: JWT Authorization Grant, Federated client authentication, Workflows, zero-downtime patch releases"
34+
description: Bump Keycloak from 26.6.0 to 26.6.1 (security and bugfix release)
35+
- kind: security
36+
description: "Upstream security fixes: CVE-2026-4366 (SSRF via HTTP redirect), CVE-2026-4633 (user enumeration via identity-first login)"
37+
- kind: fixed
38+
description: Fix broken chart icon URL — upstream Keycloak moved keycloak_icon_512px.svg to icon.svg (#64)

charts/keycloak/tests/deployment_test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tests:
1313
asserts:
1414
- equal:
1515
path: spec.template.spec.containers[0].image
16-
value: "quay.io/keycloak/keycloak:26.6.0"
16+
value: "quay.io/keycloak/keycloak:26.6.1"
1717

1818
- it: should use custom image tag when set
1919
set:
@@ -29,7 +29,7 @@ tests:
2929
asserts:
3030
- equal:
3131
path: spec.template.spec.containers[0].image
32-
value: "my-registry/keycloak:26.6.0"
32+
value: "my-registry/keycloak:26.6.1"
3333

3434
- it: should set replica count
3535
set:
@@ -262,7 +262,7 @@ tests:
262262
asserts:
263263
- equal:
264264
path: spec.template.spec.initContainers[0].image
265-
value: "quay.io/keycloak/keycloak:26.6.0"
265+
value: "quay.io/keycloak/keycloak:26.6.1"
266266

267267
- it: should set hardened securityContext on build init container
268268
set:

charts/keycloak/tests/serviceaccount_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ tests:
5252
- isSubset:
5353
path: metadata.labels
5454
content:
55-
helm.sh/chart: keycloak-26.6.0
55+
helm.sh/chart: keycloak-26.6.1
5656
app.kubernetes.io/managed-by: Helm
57-
app.kubernetes.io/version: "26.6.0"
57+
app.kubernetes.io/version: "26.6.1"

0 commit comments

Comments
 (0)