Skip to content

Release v0.3.3

Choose a tag to compare

@github-actions github-actions released this 07 Jul 20:54
0917d49

Docker image

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

Or scan for vulnerabilities using Grype:

grype zeborg/kubekosh:v0.3.3

[0.3.3] - 2026-07-07

🚀 Features

  • (addons) Add Falco bundle with 10 scenarios by @zeborg

⚙️ Miscellaneous Tasks

  • (actions) Tag commit authors in release notes by @zeborg

Contributors

Full Changelog: v0.3.2...v0.3.3