Skip to main content

One post tagged with "registry"

View All Tags

Helmdeck v0.10.0 — content packs, 38 packs total, registry-published

· 6 min read
Tosin Akinosho
Helmdeck maintainer

Tag: v0.10.0. Upgrade in 5 min: git checkout v0.10.0 && make install.

v0.10.0 is a content-packs release. The two new packs let an agent generate something it can publish — a blog post via Ghost, a multi-speaker podcast MP3 via ElevenLabs — in one tool call, instead of needing to chain http.fetch + custom JWT logic + ffmpeg shellouts. Pack count climbs from 36 to 38.

It also closes a gap on the operator side: until this release helmdeck had zero documentation on how to upgrade a running install. New docs/howto/upgrade-helmdeck.md covers the in-place Compose upgrade, schema migrations, post-upgrade validation, and rollback. With Kubernetes coming in v1.0, the absence of this guide had become a real risk.