Release 0.5.4 — Admin UI Polish and Keycloak Realm Fix
Released: 2026-05-29 Chart:
oci://ghcr.io/cnoe-io/charts/ai-platform-engineering:0.5.4Previous release: 0.5.3
Highlights
0.5.4 is a small maintenance release focused on admin UI consistency and a Keycloak fix. Native agent and team <select> controls are replaced with the shared searchable picker components, and the Slack and Webex admin panels are consolidated into a single ConnectorAdminPanel, so connector management looks and behaves the same everywhere. Team cards now surface knowledge-base, agent, and tool counts at a glance, the team Knowledge tab's create links point at the correct /knowledge-bases route, and Keycloak renders the configured realm name instead of assuming caipe. There are no values.yaml changes — this is a drop-in upgrade from 0.5.3.
What's New
Admin UI
- Shared pickers and connector panels — native agent/team
<select>elements are replaced with the shared searchable picker components, and the Slack (SlackChannelRebacPanel) and Webex (WebexSpaceRebacPanel) admin panels are DRYed up into one sharedConnectorAdminPanel, giving both connectors identical ReBAC management UX (#1632) - Team card resource counts — team cards now show knowledge-base, agent, and tool counts so admins can see a team's footprint without opening it (#1643)
Bug Fixes
- admin: point the team Knowledge tab create links at
/knowledge-basesinstead of a stale route (#1643) - keycloak: render the configured realm name instead of the hardcoded
caipedefault (#1657) - compose: remove a duplicate
volumeskey in theopenfga-initservice that brokedocker composeparsing (#1638)
Security
No security-specific changes in this release.
Breaking Changes
No breaking changes. Drop-in upgrade from 0.5.3.
Known Issues
None known at this time.
Upgrade
helm upgrade ai-platform-engineering \
oci://ghcr.io/cnoe-io/charts/ai-platform-engineering \
--version 0.5.4 \
-f your-values.yaml
Upgrade Guide: 0.5.3 → 0.5.4
Overview
0.5.4 is a drop-in upgrade — no values.yaml edits are required. The release is limited to UI refactors, two admin fixes, a Keycloak realm-name fix, and a Docker Compose parsing fix. There are no chart value changes.
Helm Values Changes
No Helm values changes between 0.5.3 and 0.5.4. The helm show values output is byte-for-byte identical.
Data Migrations
No MongoDB schema or data migrations are required.
Upgrade Runbook
1. Update chart version
helm upgrade ai-platform-engineering \
oci://ghcr.io/cnoe-io/charts/ai-platform-engineering \
--version 0.5.4 \
-f your-values.yaml
2. Verify
kubectl get pods -n <namespace>
If you run Keycloak under a non-caipe realm name, confirm the admin UI and bot integrations now reflect the configured realm.
Full Values Diff
No Helm values changes between 0.5.3 and 0.5.4 — drop-in upgrade.
