Release v0.3.0
Docker image
docker pull zeborg/kubekosh:v0.3.0
Supply chain security
This release includes:
- Build provenance attestation — verifiable record of how and where the image was built
- SBOM (Software Bill of Materials) — full inventory of packages inside the image
Verify with the GitHub CLI:
gh attestation verify oci://docker.io/zeborg/kubekosh:v0.3.0 \
--repo zeborg/kubekosh
Or scan for vulnerabilities using Grype:
grype zeborg/kubekosh:v0.3.0
[0.3.0] - 2026-06-30
🚀 Features
- Add addon system infrastructure and template
- (addons) Add reverse proxy routing and UI stats for cluster addons
- (addons) Introduce cluster add-ons catalog manifests and documentation
- (addons) Add header icons for addon dashboards
💼 Other
- Add hint for kubectl cp with exec
📚 Documentation
- (addons) Create
SCHEMA.mdand updateREADME.md