Skip to content

Release v0.1.3

Choose a tag to compare

@zeborg zeborg released this 13 Jun 23:44
2104c5f

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-context scenario
  • CrashLoopBackOff in cks-pod-security-context scenario
  • Teardown issues in 3 scenarios
  • resource-quota-ns default namespace and setup commands
  • Incorrect configmap-volume hint command for verification
  • Memory request validation in resource-limits-task
  • Validate successfulJobsHistoryLimit in cronjob-task
  • globalDefault validation in priority-class-task