Skip to main content

Release 0.4.2 — Skills Bootstrap Fix

Released: 2026-04-27 Chart: oci://ghcr.io/cnoe-io/charts/ai-platform-engineering:0.4.2 Previous release: 0.4.1

Highlights

0.4.2 fixes a critical caipe-skills.py bootstrap issue that caused the Skills Gateway helper file to always serve an error stub, and cleans up the gateway UI. The CI/CD pipeline gains an automatic PR labeler and several robustness fixes.

Bug Fixes

  • skills: fix caipe-skills.py 404 — file was missing from the skills-bootstrap ConfigMap so the helper stub was always served; add auth fallback; simplify gateway UI (#1286)
  • docs: escape bare < in plan.md to fix MDX build error (#1285)

Breaking Changes

No breaking changes. Drop-in upgrade from 0.4.1.

Known Issues

None known beyond those noted in 0.4.0.

Upgrade

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

Upgrade Guide: 0.4.1 → 0.4.2

Overview

0.4.2 fixes a caipe-skills.py bootstrap issue and several CI pipeline bugs. No Helm values changes and no data migrations are required.

Helm Values Changes

No Helm values changes between 0.4.1 and 0.4.2. Drop-in upgrade — no values.yaml edits required.

Data Migrations

No MongoDB schema or data migrations required.

Upgrade Runbook

1. Update chart version

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

2. Verify

kubectl get pods -n <namespace>

Verify GET /api/skills/helpers/caipe-skills.py returns the actual helper script (not the error stub).