Skip to content

Release v0.1.2

Choose a tag to compare

@zeborg zeborg released this 09 Jun 10:19
· 19 commits to main since this release
30fb302

Docker image

docker pull zeborg/kubekosh:v0.1.2

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.1.2 \
  --repo zeborg/kubekosh

Or scan for vulnerabilities using Grype:

grype zeborg/kubekosh:v0.1.2

[0.1.2] - 2026-06-09

🐛 Bug Fixes

  • Fix a Broken Service Selector Setup & Hints
  • Incorrect Scenario Setup State For Completed Scenarios
  • Replace quoted cmd with base64 in kubectl cp setup

⚙️ Miscellaneous Tasks

  • Add screenshots in README.md