github kubeshark/kubeshark v52.4.2

one day ago

V52.4.2 (2025-02-10)

Release Highlights

A quick patch release for the v52.4 minor branch.

As a reminder anyone using the v52.4 version will automatically receive this update, without having to upgrade, unless they are using an explicit patch version (e.g. 52.4.0).


New Features & Bug Fixes

  • Fixed Websocket related panic that was due to an oversized message size (#1713).
  • Removed some redundant warnings from the Workers' logs.
  • Optimized Workers CPU consumption.
  • Added KFL selectors the the legend components int he legend section in the Service Map.

Download Kubeshark for your platform

Mac (x86-64/Intel)

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

Mac (AArch64/Apple M1 silicon)

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

Linux (x86-64)

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

Linux (AArch64)

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

Windows (x86-64)

curl -LO https://github.com/kubeshark/kubeshark/releases/download/v52.4.2/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.