Docker image
docker pull zeborg/kubekosh:v0.4.3
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.3 \
--repo zeborg/kubekosh
Or scan for vulnerabilities using Grype:
grype zeborg/kubekosh:v0.4.3
[0.4.3] - 2026-07-24
🚀 Features
- (addons) Add VictoriaLogs addon with VMUI for VictoriaLogs by @zeborg
🐛 Bug Fixes
-
(progress) Scenario/category/bundle progress reset not working by @zeborg
-
(exam) Stale scenario completion count in exam progress ui by @zeborg
-
(exam) Issues related to submission and reports by @zeborg
📚 Documentation
- Update
README.mdby @zeborg
Contributors
Full Changelog: v0.4.2...v0.4.3