Skip to content

Release v0.2.3

Choose a tag to compare

@zeborg zeborg released this 22 Jun 21:16
7dbe41c

Docker image

docker pull zeborg/kubekosh:v0.2.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.2.3 \
  --repo zeborg/kubekosh

Or scan for vulnerabilities using Grype:

grype zeborg/kubekosh:v0.2.3

[0.2.3] - 2026-06-22

🚀 Features

  • (scenarios) Add 10 new Kubernetes Basics scenarios
  • (scenarios) Add 10 new CKA scenarios

🐛 Bug Fixes

  • (cluster) Add API stability verification and k3s watchdog
  • Show match-type-aware labels in validation check detail
  • Single click to toggle category collapse in sidebar

📚 Documentation

  • Update documentation and project guidelines