Release v0.4.0
Docker image
docker pull zeborg/kubekosh:v0.4.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.4.0 \
--repo zeborg/kubekosh
Or scan for vulnerabilities using Grype:
grype zeborg/kubekosh:v0.4.0
[0.4.0] - 2026-07-09
🚀 Features
- (tracks) Add tracks for categorizing relevant bundles by @zeborg
🐛 Bug Fixes
⚙️ Miscellaneous Tasks
- (actions) Use pr/contributor tags instead of urls by @zeborg
Contributors
Full Changelog: v0.3.3...v0.4.0