Release 0.5.42 — Okta Sync Throttling, Slack Agent Pagination, Team Share Fix
Released: 2026-07-08 Chart:
oci://ghcr.io/cnoe-io/charts/ai-platform-engineering:0.5.42Previous release: 0.5.41
Highlights
0.5.42 fixes three operational regressions: large Okta org syncs now throttle correctly instead of crashing, the Slack bot paginates past the first page of accessible agents, and sharing a dynamic agent with a team correctly grants use-only access (not manage).
Bug Fixes
Okta sync: error handling and throttling for large orgs
The Okta identity group sync was failing silently or crashing on orgs with hundreds of groups. Added per-request error handling, exponential backoff on rate-limit responses, and progress logging so large syncs complete reliably.
(#2143)
Slack bot: paginate accessible agents beyond first page
The Slack bot's accessible-agents lookup was capped at the first API page (~20 agents). Deployments with more agents showed an incomplete list. Fixed with full cursor pagination.
(#2144)
Dynamic agent team share grants use-only, not manage
Sharing a dynamic agent with a team was incorrectly granting the manage OpenFGA relation instead of use. Team members could see and invoke the agent but should not be able to edit or delete it. Fixed to grant the use relation only.
(#2145)
Breaking Changes
No breaking changes. Drop-in upgrade from 0.5.41.
Upgrade Guide: 0.5.41 → 0.5.42
helm upgrade ai-platform-engineering \
oci://ghcr.io/cnoe-io/charts/ai-platform-engineering \
--version 0.5.42 \
-f your-values.yaml
