Release 0.5.57 — Admin Insights Reliability Fixes
Released: 2026-07-22 Chart:
oci://ghcr.io/cnoe-io/charts/ai-platform-engineering:0.5.57Previous release: 0.5.56
Highlights
0.5.57 is a focused reliability pass on the Admin Insights dashboard introduced in recent releases: stats now load independently per card, filters apply consistently everywhere, message counts no longer double-count each conversation turn, and the user activity drawer works again.
What's New
Insights cards load independently
Each Admin Insights stat card now fetches and renders as soon as its own data is ready, instead of the whole dashboard waiting on the slowest section. Filter changes are debounced, stale requests are cancelled, and only bot-dependent sections refetch when the bot filter changes.
(#2260)
Bug Fixes
- insights: message totals were counting both the human prompt and the AI response as two messages per exchange; now only assistant-authored messages count toward totals, consistently across overview, daily activity, top-user rankings, agent usage, response-time, and hourly activity metrics. (#2267)
- insights: date, source, user/team, agent, channel, and bot filters now apply consistently across every Insights card and chart — previously some cards ignored certain filters. (#2270)
- insights: restored the user activity drawer (it was calling a Keycloak endpoint that no longer matched its expected contract) and made Total Users, Conversations, and Messages counts respect the selected date range. Fixed a crash when opening 90-day activity links for legacy, ownerless leaderboard rows. (#2259)
Breaking Changes
No breaking changes. Drop-in upgrade from 0.5.56.
Known Issues
None known at this time.
Upgrade Guide: 0.5.56 → 0.5.57
Overview
Drop-in upgrade — no values.yaml edits required. This release only changes Admin Insights behavior; no Helm values changed.
Helm Values Changes
No Helm values changes between 0.5.56 and 0.5.57. 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.57 \
-f your-values.yaml
2. Verify
kubectl get pods -n <namespace>
If your team relies on Admin Insights message totals for reporting, expect totals to roughly halve after this upgrade — that's the double-counting fix, not a data loss.
Personal Impact Analysis
No values.yaml changes required. No action needed beyond the chart bump.
Full Values Diff
No diff — values.yaml is identical between 0.5.56 and 0.5.57.
