Release v0.1.3
Docker image
docker pull zeborg/kubekosh:v0.1.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.1.3 \
--repo zeborg/kubekosh
Or scan for vulnerabilities using Grype:
grype zeborg/kubekosh:v0.1.3
[0.1.3] - 2026-06-13
🐛 Bug Fixes
- Execute teardown on active scenario's progress reset
- CrashLoopBackOff in
pod-security-contextscenario - CrashLoopBackOff in
cks-pod-security-contextscenario - Teardown issues in 3 scenarios
resource-quota-nsdefault namespace and setup commands- Incorrect
configmap-volumehint command for verification - Memory request validation in
resource-limits-task - Validate
successfulJobsHistoryLimitincronjob-task globalDefaultvalidation inpriority-class-task