github zeborg/kubekosh v0.4.1
Release v0.4.1

latest releases: v0.4.3, v0.4.2
2 months ago

Docker image

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

Or scan for vulnerabilities using Grype:

grype zeborg/kubekosh:v0.4.1

[0.4.1] - 2026-07-13

🚜 Refactor

  • (cache) Move caching logic in new cache module by @zeborg

  • (backend) Split routes into modules by @zeborg

  • (backend) Split database logic by @zeborg

  • (backend) Replace PTY logic in new terminal module by @zeborg

  • (backend) Replace task exec/validate logic in new exec module by @zeborg

Contributors

Full Changelog: v0.4.0...v0.4.1

Don't miss a new kubekosh release

NewReleases is sending notifications on new releases.