github zeborg/kubekosh v0.4.2
Release v0.4.2

latest release: v0.4.3
2 months ago

Docker image

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

Or scan for vulnerabilities using Grype:

grype zeborg/kubekosh:v0.4.2

[0.4.2] - 2026-07-14

🚜 Refactor

  • (frontend) Move components into feature directories by @zeborg

  • (frontend) Use App.jsx only for rendering; extract hooks by @zeborg

  • (frontend) Standardize css module conventions by @zeborg

Contributors

Full Changelog: v0.4.1...v0.4.2

Don't miss a new kubekosh release

NewReleases is sending notifications on new releases.