Release 0.5.44 — Resilient Docker Builds and Missing Workflows Doc
Released: 2026-07-09 Chart:
oci://ghcr.io/cnoe-io/charts/ai-platform-engineering:0.5.44Previous release: 0.5.43
Highlights
0.5.44 is a targeted CI/docs patch. All Wolfi-based Docker images now retry apk add with exponential backoff to survive transient APK mirror failures, and the missing workflows.md docs page that was breaking Docusaurus builds is added.
Bug Fixes
Resilient APK retries in all Wolfi Docker images
All Wolfi (Chainguard) based Dockerfiles — keycloak-init, slack-bot, webex-bot, skill-scanner, Dockerfile.mcp, config-bridge, openfga-bridge — now retry apk add with exponential backoff (5 s, 10 s, 20 s) when a transient mirror error causes the package manager to exit non-zero. Dockerfile.keycloak-init previously had no retry at all and was the source of intermittent CI failures.
(#2153)
Missing workflows documentation page
Added docs/docs/features/workflows.md which was referenced by features.tsx but missing, causing Docusaurus to fail with a broken-link error on every docs build.
(#2153)
Breaking Changes
No breaking changes. Drop-in upgrade from 0.5.43.
Upgrade Guide: 0.5.43 → 0.5.44
No values changes required.
helm upgrade ai-platform-engineering \
oci://ghcr.io/cnoe-io/charts/ai-platform-engineering \
--version 0.5.44 \
-f your-values.yaml
