Skip to content

Release v0.2.0

Choose a tag to compare

@zeborg zeborg released this 16 Jun 10:37
6766d77

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-deployment hint

🚜 Refactor

  • (scenarios) Split monolithic configuration into individual files
  • (server) Replace execSync with execAsync

⚙️ Miscellaneous Tasks

  • Add security warning in README.md for privileged mode