Skip to content

Release v0.4.3

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jul 20:44
4b7e156

Docker image

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

Or scan for vulnerabilities using Grype:

grype zeborg/kubekosh:v0.4.3

[0.4.3] - 2026-07-24

🚀 Features

  • (addons) Add VictoriaLogs addon with VMUI for VictoriaLogs by @zeborg

🐛 Bug Fixes

  • (progress) Scenario/category/bundle progress reset not working by @zeborg

  • (exam) Stale scenario completion count in exam progress ui by @zeborg

  • (exam) Issues related to submission and reports by @zeborg

📚 Documentation

Contributors

Full Changelog: v0.4.2...v0.4.3