Release v0.3.2
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.descriptionby @zeborg -
(actions) Top-level
version,previousandtimestampvars 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