Skip to main content

Release 0.5.19 — Identity Sync and Audit Reliability

Released: 2026-06-22 Chart: oci://ghcr.io/cnoe-io/charts/ai-platform-engineering:0.5.19 Previous release: 0.5.18

Highlights

0.5.19 is a targeted reliability fix. If your team uses Identity Sync with Okta, you may have seen rate-limit errors appearing in your Okta audit logs — this release stops that. Audit event routing is also corrected for multi-tenant deployments so events reliably land in the right place.

Bug Fixes

  • Identity Sync: Opening the Identity Sync tab no longer makes an unnecessary Okta API call. Previously, every page visit quietly tested your Okta credentials, which could trigger rate-limit violations on shared API tokens. Credential health is now shown based on whether credentials are configured, and sync errors still appear in the Sync History if a run fails. (#1975)
  • Audit events: In multi-tenant deployments, audit events were sometimes routed to the wrong service instance. This is now fixed.

Upgrade

No breaking changes. Drop-in upgrade from 0.5.18 — no configuration changes required.

helm upgrade ai-platform-engineering \
oci://ghcr.io/cnoe-io/charts/ai-platform-engineering \
--version 0.5.19 \
-f your-values.yaml