openab-0.7.5
⚠️ Hotfix Release
This is a regression hotfix for v0.7.4. All v0.7.4 users should upgrade.
🐛 Fix: Dockerfile CMD regression (#335 by @dogzzdogzz)
v0.7.4 introduced clap subcommands (openab run [CONFIG]) but the Dockerfiles were not updated, causing all containers to crash on startup:
error: unrecognized subcommand '/etc/openab/config.toml'
Fixed by changing CMD in all Dockerfiles from ["/etc/openab/config.toml"] to ["run", "/etc/openab/config.toml"].
🧪 CI: Docker smoke test (#348 by @thepagent)
Added CI workflow to prevent future Docker regressions. Tests 3 layers for all 5 image variants:
- CMD regression check — container starts without crashing
- Agent CLI exists in PATH
- ACP initialize handshake over stdio (no API keys needed)
🤖 Repo: PR discussion check (#341 by @chaodu-agent)
Auto-labels PRs missing a Discord Discussion URL and auto-closes after 3 days if not addressed.
Docker Images
| Variant | Image |
|---|---|
| Kiro CLI (default) | ghcr.io/openabdev/openab:0.7.5 |
| Claude Code | ghcr.io/openabdev/openab-claude:0.7.5 |
| Codex | ghcr.io/openabdev/openab-codex:0.7.5 |
| Gemini | ghcr.io/openabdev/openab-gemini:0.7.5 |
| Copilot | ghcr.io/openabdev/openab-copilot:0.7.5 |
Installation
Helm Repository (GitHub Pages)
helm repo add openab https://openabdev.github.io/openab
helm repo update
helm install openab openab/openab --version 0.7.5OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.7.5Full Changelog: openab-0.7.4...openab-0.7.5
Version Info
- Chart Version: 0.7.5
- App Version: 0.7.5
Installation
Helm Repository (GitHub Pages)
helm repo add openab https://openabdev.github.io/openab
helm repo update
helm install openab openab/openab --version 0.7.5OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.7.5