Release 0.5.17 — Audit Service, S3 Ingestor, and GitHub CLI Integration
Released: 2026-06-18 Chart:
oci://ghcr.io/cnoe-io/charts/ai-platform-engineering:0.5.17Previous release: 0.5.16
Highlights
0.5.17 introduces a dedicated audit service that tracks platform activity outside the main request path, adds an S3 document ingestor so you can pull knowledge base content directly from object storage, and switches the GitHub agent to use the gh CLI for richer file access. The NPS survey is removed.
What's New
Audit
- Audit service — a lightweight standalone service now captures platform activity (agent runs, tool calls, access events) and stores it independently of the UI. This decouples audit logging from user-facing requests so high-volume activity no longer affects response times
- Audit diagnostics in admin — a new read-only view in the admin panel shows connector health and recent audit events, so operators can verify that audit logging is working without accessing server logs directly
Knowledge Base (RAG)
- S3 document ingestor — configure one or more S3 buckets and the RAG pipeline will automatically discover and ingest Markdown, text, reStructuredText, and AsciiDoc files, keeping your knowledge base in sync with your documentation stored in object storage
GitHub Agent
ghCLI-backed file access — the GitHub agent now uses theghCLI to retrieve file contents, providing more reliable access to repository files including those in private repositories and large monorepos
Platform Health
- Dynamic agents health probe — the platform health dashboard now includes a probe for the dynamic agents service, giving you a complete picture of all core components
- RAG marked non-critical — the RAG service is now marked as non-critical in the health dashboard; its unavailability no longer triggers a degraded state for the whole platform
Bug Fixes
- DocumentDB compatibility — the admin Teams & Users pagination query now uses a DocumentDB-compatible aggregation, fixing failures on deployments backed by AWS DocumentDB
- Custom MCP servers promoted to AgentGateway routes — custom MCP servers added through the UI are now automatically promoted to AgentGateway upstream routes, so they benefit from credential forwarding and routing
- AgentGateway targets token in setup — the
AGENTGATEWAY_TARGETS_TOKENenvironment variable is now correctly set by the setup script, preventing AgentGateway from starting with an empty config
Breaking Changes
NPS survey removed
The NPS (Net Promoter Score) survey popup and the Admin → NPS tab have been removed entirely. Any Helm values referencing nps.enabled are ignored from this version onward and can be removed from your values.yaml.
Upgrade
helm upgrade ai-platform-engineering \
oci://ghcr.io/cnoe-io/charts/ai-platform-engineering \
--version 0.5.17 \
-f your-values.yaml
Optional cleanup
If your values.yaml contains nps.enabled: true or similar, remove it — the key is no longer read.
No data migrations required.
