Skip to content

v52.3.82

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Sep 00:24
· 5 commits to master since this release

v52.3.82 (2024-09-15)

Release Highlights

Keywords: Sentry, Profiling, Webhook, Docker, VLAN, MacVLAN

This release primarily introduces infrastructure changes aimed at optimizing Kubeshark's resource consumption.

New Features & Bug Fixes

  • Enhanced self-profiling capabilities with hub support, in addition to the existing support for workers. Profiling can be enabled using the --set tap.pprof.enabled=true flag alongside running kubeshark pprof.
  • Added support for Sentry.
  • Logged TCP packet timestamps.
  • Introduced a new tap.docker.tagLock flag that locks Docker image tags, preventing automatic upgrades to the latest branch image version.
  • Added the ability to include custom headers in the Webhook helper.
  • Consolidated all settings into a single settings dialog window.
  • Improved our support for VLAN and MacVLAN by considering the VLAN ID in the packets.

Download Kubeshark for your platform

Mac (x86-64/Intel)

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

Linux (x86-64)

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

Linux (AArch64)

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

Windows (x86-64)

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

Checksums

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