artifacthub helm/kubeshark-helm-charts/kubeshark 52.8.1
v52.8.1

19 days ago

Kubeshark release v52.8.1 (08-12-2025)

Release Highlights

This release includes small bug fixes and some new capabilities.

Bug Fixes & New Features

  • Fixed support for Cgroup V2 in cases where additional privileges are required.

  • Implemented a traffic processing timeout for periods of complete inactivity:

    • A new Helm value has been introduced to define the timeout duration when there is no dashboard streaming traffic, no active recordings, and no agents operating.
    • In such cases, Kubeshark will transition into a Dormant state until new activity is detected.
    • During the Dormant state, traffic processing is halted, and resource consumption is minimized.
    • This ensures Kubeshark consumes negligible system resources unless actively in use.

Patches

When new patch releases are published, they will be automatically added and listed in this section.

Download Kubeshark for your platform

Mac (x86-64/Intel)

curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.8.1/kubeshark_darwin_amd64 && chmod 755 kubeshark

Mac (AArch64/Apple M1 silicon)

curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.8.1/kubeshark_darwin_arm64 && chmod 755 kubeshark

Linux (x86-64)

curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.8.1/kubeshark_linux_amd64 && chmod 755 kubeshark

Linux (AArch64)

curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.8.1/kubeshark_linux_arm64 && chmod 755 kubeshark

Windows (x86-64)

curl -LO https://github.com/kubeshark/kubeshark/releases/download/v52.8.1/kubeshark.exe

Checksums

SHA256 checksums available for compiled binaries.
Run shasum -a 256 -c kubeshark_OS_ARCH.sha256 to verify.

Don't miss a new kubeshark release

NewReleases is sending notifications on new releases.