Release 0.5.15 — Team-Scoped Admin Views, Policy Downloads, and Performance
Released: 2026-06-16 Chart:
oci://ghcr.io/cnoe-io/charts/ai-platform-engineering:0.5.15Previous release: 0.5.14
Highlights
0.5.15 opens up more of the admin panel to non-admin team members — you can now see the users, teams, stats, and feedback scoped to your own teams without needing a platform-admin role. Admins gain a one-click policy manifest download, and the admin page loads noticeably faster with lazy tab loading.
What's New
Admin Panel for Team Members
- Team-scoped visibility — non-admin users can now access the Teams & Users, Stats, and Feedback sections of the admin panel, scoped to the teams they belong to. Previously, these surfaces were hidden entirely unless you were a platform admin
- Team members can manage Slack/Webex integrations — members of a team can now view and edit the Slack and Webex channel assignments for their team's integrations, without needing admin access
Access Control
- Download policy manifests — admins can download the full authorization policy for their workspace as a YAML manifest, useful for audits, version-controlling your policy, or reviewing what access rules are in effect
- Team managers recognized as team members — a user with the "manager" role on a team is now treated as a full team member for ownership and transfer checks, fixing edge cases where managers were unexpectedly blocked from team-level actions
Performance
- Faster admin page loads — tab data is now fetched only when you first visit that tab rather than all at once when the admin page opens, and stats queries run in parallel. For admins with many teams and users, this significantly reduces wait time on the default landing tab
Bug Fixes
- Chat auto-creation race on login — a race condition could cause a duplicate empty conversation to be created when signing in; this is now prevented
- MCP wildcard grants — granting a team access to "all MCP servers" now correctly expands to individual server grants rather than writing an unsupported wildcard tuple that would silently fail
- Service account tool grants — unlinked service accounts can now be assigned specific tool grants from the full platform catalog
- CAS error visibility — when the authorization service returns a 4xx error (for example, a permission denied), the dynamic agent surface now shows the correct status code instead of collapsing it to a generic service-unavailable
Breaking Changes
No breaking changes. Drop-in upgrade from 0.5.14.
Upgrade
helm upgrade ai-platform-engineering \
oci://ghcr.io/cnoe-io/charts/ai-platform-engineering \
--version 0.5.15 \
-f your-values.yaml
No Helm values changes between 0.5.14 and 0.5.15. No data migrations required.
