Release 0.4.1 — Skills Gateway Fixes
Released: 2026-04-24 Chart:
oci://ghcr.io/cnoe-io/charts/ai-platform-engineering:0.4.1Previous release: 0.4.0
Highlights
0.4.1 is a targeted hotfix addressing the Skills Gateway install experience. Skills catalog XML comment markers were leaking into API responses, breaking agent recognition of skill metadata; per-hub recrawl was missing a manual trigger; and several layout and history UX issues were fixed.
Bug Fixes
- gateway: strip
<!-- caipe-skill: ... -->XML comments from catalog skill content in API responses; addPOST /api/skill-hubs/[id]/refreshto force-recrawl a hub bypassing the 5-min cache; fix per-hub Recrawl button, install history, and layout issues (#1283)
Breaking Changes
No breaking changes. Drop-in upgrade from 0.4.0.
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.1 \
-f your-values.yaml
Upgrade Guide: 0.4.0 → 0.4.1
Overview
0.4.1 fixes a Skills Gateway UX issue where XML comment markers leaked into skill content, breaking agent metadata recognition. No Helm values changes and no data migrations are required.
Helm Values Changes
No Helm values changes between 0.4.0 and 0.4.1. 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.1 \
-f your-values.yaml
2. Verify
kubectl get pods -n <namespace>
Skills catalog responses should no longer include <!-- caipe-skill: ... --> XML comment prefixes.
