Release 0.5.63 — Secret Sharing Team Picker Fix
Released: 2026-07-28 Chart:
oci://ghcr.io/cnoe-io/charts/ai-platform-engineering:0.5.63Previous release: 0.5.62
Highlights
0.5.63 is a small fix for the credential sharing panel: the team picker was querying an admin-only endpoint and showing "No teams available" for regular users, even when they belonged to a team they could share with.
Bug Fixes
- credentials: the secret sharing panel now loads share candidates from the caller-scoped teams endpoint instead of an admin-only one, so regular users see the teams they actually belong to instead of an empty picker. (#2312)
Breaking Changes
No breaking changes. Drop-in upgrade from 0.5.62.
Known Issues
None known at this time.
Upgrade Guide: 0.5.62 → 0.5.63
Overview
Drop-in upgrade — no values.yaml edits required.
Helm Values Changes
No Helm values changes between 0.5.62 and 0.5.63. Drop-in upgrade.
Upgrade Runbook
1. Update chart version
helm upgrade ai-platform-engineering \
oci://ghcr.io/cnoe-io/charts/ai-platform-engineering \
--version 0.5.63 \
-f your-values.yaml
2. Verify
kubectl get pods -n <namespace>
If non-admin users previously saw "No teams available" when trying to share a credential, confirm their team now appears in the picker.
Personal Impact Analysis
No values.yaml changes required.
Full Values Diff
No diff — values.yaml is identical between 0.5.62 and 0.5.63.
