Skip to content

Release v0.3.2

Choose a tag to compare

@github-actions github-actions released this 06 Jul 10:39
191febf

Docker image

docker pull zeborg/kubekosh:v0.3.2

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

Or scan for vulnerabilities using Grype:

grype zeborg/kubekosh:v0.3.2

[0.3.2] - 2026-07-06

🚀 Features

  • (bundles) Add Gateway API bundle with 10 scenarios by @zeborg

  • (addons) Add Falco addon with Falcosidekick UI by @zeborg

🐛 Bug Fixes

  • Every reboot of vm kubekosh entrypoint adding shell environment which creating duplicates on terminal by @meibraransari

  • (actions) Fallback for commit.description by @zeborg

  • (actions) Top-level version, previous and timestamp vars by @zeborg

  • (actions) Compose release notes body by @zeborg

⚙️ Miscellaneous Tasks

  • (actions) Improve release notes changelog by @zeborg

Contributors

Full Changelog: v0.3.1...v0.3.2