artifacthub helm/kubeshark-helm-charts/kubeshark 52.1.77
v52.1.77

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

v52.1.77 (2024-03-19)

Release Highlights

This release focuses on a quick iteration that addresses an IPv6-related bug and introduces a significant performance enhancement. The improvement notably reduces the packet drop rate when utilizing AF-PACKET.

Keywords: Performance, Packet Drop Rate, IPv6, AF-PACKET

New Features & Bug Fixes

  • Removed a deprecated Homebrew tap to streamline installations.
  • Integrated local timezone support into the frontend, enhancing user experience.
  • Tuned AF_PACKET TPACKET_V3 parameters for improved performance.
  • Added IPv6 support to HostWithPort, resolving issue #1520.

Download Kubeshark for your platform

Mac (x86-64/Intel)

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

Linux (x86-64)

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

Linux (AArch64)

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

Windows (x86-64)

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