Skip to main content

Releases

All k8shell releases are published to GitHub Container Registry (ghcr.io).

DateReleasek8shell chartk8shell-bundle chart
2026-06-26v26.6.426.6.40.5.4 Early Access

Image signing

All container images are signed using Sigstore cosign via GitHub Actions OIDC. You can verify any image signature before deployment:

cosign verify ghcr.io/k8shell-io/<image>:<tag> \
--certificate-identity-regexp "https://github.com/k8shell-io/" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"

For example:

cosign verify ghcr.io/k8shell-io/ssh-proxy:v0.14.1 \
--certificate-identity-regexp "https://github.com/k8shell-io/" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"