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
11 changes: 11 additions & 0 deletions charts/keycloak/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

All notable changes to the Keycloak Helm chart will be documented in this file.

## Unreleased

### Changed

- Bump Keycloak appVersion from 26.5.0 to 26.5.6 (security and bugfix release)
- Includes 8 security fixes (CVEs) and 11 bug fixes
- See [upstream release notes](https://github.com/keycloak/keycloak/releases/tag/26.5.6) for details
4 changes: 2 additions & 2 deletions charts/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: keycloak
description: A Helm chart for deploying Keycloak IAM using the upstream quay.io/keycloak/keycloak image on Kubernetes
type: application
version: 26.5.0+patch1
appVersion: "26.5.0"
appVersion: "26.5.6"
keywords:
- keycloak
- iam
Expand Down Expand Up @@ -31,4 +31,4 @@ annotations:
url: https://github.com/KitStream/helms
artifacthub.io/changes: |
- kind: changed
description: Internal patch release
description: Bump Keycloak from 26.5.0 to 26.5.6 (security and bugfix release)
6 changes: 3 additions & 3 deletions charts/keycloak/tests/deployment_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tests:
asserts:
- equal:
path: spec.template.spec.containers[0].image
value: "quay.io/keycloak/keycloak:26.5.0"
value: "quay.io/keycloak/keycloak:26.5.6"

- it: should use custom image tag when set
set:
Expand All @@ -29,7 +29,7 @@ tests:
asserts:
- equal:
path: spec.template.spec.containers[0].image
value: "my-registry/keycloak:26.5.0"
value: "my-registry/keycloak:26.5.6"

- it: should set replica count
set:
Expand Down Expand Up @@ -262,7 +262,7 @@ tests:
asserts:
- equal:
path: spec.template.spec.initContainers[0].image
value: "quay.io/keycloak/keycloak:26.5.0"
value: "quay.io/keycloak/keycloak:26.5.6"

- it: should set hardened securityContext on build init container
set:
Expand Down
2 changes: 1 addition & 1 deletion charts/keycloak/tests/serviceaccount_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ tests:
content:
helm.sh/chart: keycloak-26.5.0_patch1
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/version: "26.5.0"
app.kubernetes.io/version: "26.5.6"
Loading