Skip to content

Release v0.4.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 14:44
b83d397

Docker image

docker pull zeborg/kubekosh:v0.4.0

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.0 \
  --repo zeborg/kubekosh

Or scan for vulnerabilities using Grype:

grype zeborg/kubekosh:v0.4.0

[0.4.0] - 2026-07-09

🚀 Features

  • (tracks) Add tracks for categorizing relevant bundles by @zeborg

🐛 Bug Fixes

  • (actions) Sbom artifact in release by @zeborg

  • (actions) Sbom generation path by @zeborg

⚙️ Miscellaneous Tasks

  • (actions) Use pr/contributor tags instead of urls by @zeborg

Contributors

Full Changelog: v0.3.3...v0.4.0