Release v0.2.3
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 Basicsscenarios - (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