Release v0.2.0
Docker image
docker pull zeborg/kubekosh:v0.2.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.2.0 \
--repo zeborg/kubekosh
Or scan for vulnerabilities using Grype:
grype zeborg/kubekosh:v0.2.0
[0.2.0] - 2026-06-16
🚀 Features
- Implement scenario caching and hot-reloading
- (exam) Add timer for each scenario in exam mode
- (exam) Add exam history and improve scenario timer
🐛 Bug Fixes
- Incorrect container name in
broken-deploymenthint
🚜 Refactor
- (scenarios) Split monolithic configuration into individual files
- (server) Replace
execSyncwithexecAsync
⚙️ Miscellaneous Tasks
- Add security warning in
README.mdfor privileged mode