Release v0.3.1
Docker image
docker pull zeborg/kubekosh:v0.3.1
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.1 \
--repo zeborg/kubekosh
Or scan for vulnerabilities using Grype:
grype zeborg/kubekosh:v0.3.1
🚀 Features
-
Add Istio bundle with 10 scenarios - Abhinav Sinha
-
Add Traefik bundle with 10 scenarios - Abhinav Sinha
-
Add HAProxy Ingress bundle with 10 scenarios - Abhinav Sinha
🐛 Bug Fixes
-
Exclude commit descriptions from release notes - Abhinav Sinha
-
Exclude merge commits in release notes - Abhinav Sinha
💼 Other
-
Added docker compose file - Ibrar Ansari
-
Added docker compose un instruction in Readme file - Ibrar Ansari
-
Updatd docker compose file - Ibrar Ansari
⚙️ Miscellaneous Tasks
-
Add commit author username in release changelog items - Abhinav Sinha
-
Add
cliff.tomland updategit-cliff-actionconfig - Abhinav Sinha