Kubeshark release v52.9.0 (10-03-2025)
Release Highlights
Bug Fixes & New Features
- Added a Helm property to control the duration before Kubeshark automatically enters [Dormant](https://docs.kubeshark.co/en/on_off_switch) mode to conserve resources when idle. In Dormant mode, resource consumption is minimized. This behavior can be disabled via Helm. Kubeshark will not enter Dormant mode if any dashboard, Agent logic script, or recording is active.
- The
hostroot
volume is now created only when thetracer
is deployed.tracer
deployment is controlled by thetap.tls=true/false
setting. - Introduced support for defining a custom ingress path via the Helm value:
tap.ingress.path
.
Patches
When new patch releases are published, they will be automatically added and listed in this section.
Mac (x86-64/Intel)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.9.0/kubeshark_darwin_amd64 && chmod 755 kubeshark
Mac (AArch64/Apple M1 silicon)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.9.0/kubeshark_darwin_arm64 && chmod 755 kubeshark
Linux (x86-64)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.9.0/kubeshark_linux_amd64 && chmod 755 kubeshark
Linux (AArch64)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.9.0/kubeshark_linux_arm64 && chmod 755 kubeshark
Windows (x86-64)
curl -LO https://github.com/kubeshark/kubeshark/releases/download/v52.9.0/kubeshark.exe
Checksums
SHA256 checksums available for compiled binaries.
Run shasum -a 256 -c kubeshark_OS_ARCH.sha256
to verify.