artifacthub helm/kubeshark-helm-charts/kubeshark 52.3.74
v52.3.74

latest releases: 52.8.1, 52.8.0, 52.7.8...
13 months ago

v52.3.74 (2024-08-13)

Release Highlights

Keywords:

This release primarily focuses on bug fixes and improvements, building on the recent v52.3.73 release.

New Features & Bug Fixes

  • Improved performance of the dashboard (React application).
  • Introduced a new dashboard feature that allows dynamic exclusion of namespaces from pod targeting.
  • Restored (broken) functionality on ARM architecture (e.g., Mac M1).

Download Kubeshark for your platform

Mac (x86-64/Intel)

curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.3.74/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.3.74/kubeshark_darwin_arm64 && chmod 755 kubeshark

Linux (x86-64)

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

Linux (AArch64)

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

Windows (x86-64)

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