Skip to main content

Release 0.5.39 — Workflow Run Sharing, Webex Markdown, RBAC Regression Coverage

Released: 2026-07-07 Chart: oci://ghcr.io/cnoe-io/charts/ai-platform-engineering:0.5.39 Previous release: 0.5.38

Highlights

0.5.39 is a significant release: workflow runs can now be shared with teams for collaborative debugging, Webex bot supports markdown-only messages, the OpenFGA migrate job hook delete policy is configurable, and the full mocked-RBAC Playwright suite now runs in CI.

New Features

Workflow run sharing

Workflow runs can now be shared with one or more teams via a new Share button on the run detail page. Shared runs are accessible (read + resume) to all members of the selected teams through the existing OpenFGA task:<run_id> access model. The run list also surfaces team-shared runs for members.

(#2113)

Webex bot: markdown-only messages

The Webex bot now accepts messages that contain only markdown formatting (no plain-text fallback required). This fixes formatting loss when agents send rich responses.

(#2127)

Bug Fixes

Behavioral fixes ported from 0.4.18-hotfix

Several stability and correctness fixes from the 0.4.18 hotfix branch were back-ported to main.

(#2129)

OpenFGA migrate job hook delete policy configurable

values.yaml now exposes openfga.migrate.argocdHookDeletePolicy (default HookSucceeded) so operators can keep the migrate job pod for debugging without modifying the chart.

(#2130)

CI

Full mocked-RBAC Playwright suite in CI

The complete Playwright RBAC test suite (previously run only locally or on demand) now executes on every PR via a dedicated caipe-ui-tests workflow using a mocked RBAC backend.

(#2123)

Workflow and knowledge base feature docs

Added documentation pages for Workflows and Knowledge Bases under docs/docs/features/.

(#2089)

Breaking Changes

No breaking changes. Drop-in upgrade from 0.5.38.


Upgrade Guide: 0.5.38 → 0.5.39

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