Skip to content

Release v0.3.1

Choose a tag to compare

@github-actions github-actions released this 04 Jul 16:55
da05b8d

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.toml and update git-cliff-action config - Abhinav Sinha