Release 0.5.40 — Keycloak 26.x Robustness, AgentGateway Bind Address Config
Released: 2026-07-07 Chart:
oci://ghcr.io/cnoe-io/charts/ai-platform-engineering:0.5.40Previous release: 0.5.39
Highlights
0.5.40 hardens Keycloak initialization for KC 26.x deployments and adds optional explicit bind-address configuration for AgentGateway's stats and readiness endpoints.
Bug Fixes
Keycloak: robust init-idp.sh for KC 26.x
init-idp.sh ID lookups and redirector URL parsing broke on Keycloak 26.x due to changed REST response shapes. Fixed with defensive parsing that works across KC 24–26.
(#2133)
New Features
AgentGateway: optional explicit stats/readiness bind addresses
The AgentGateway deployment now accepts statsBindAddress and readinessBindAddress values, allowing operators to override the default 0.0.0.0 binding — useful in dual-stack or restricted-network environments.
(#2131)
Breaking Changes
No breaking changes. Drop-in upgrade from 0.5.39.
Upgrade Guide: 0.5.39 → 0.5.40
helm upgrade ai-platform-engineering \
oci://ghcr.io/cnoe-io/charts/ai-platform-engineering \
--version 0.5.40 \
-f your-values.yaml

