artifacthub helm/kubeshark-helm-charts/kubeshark 52.3.96
v52.3.96

latest release: 52.4.0
27 days ago

V52.3.96 (2025-01-24)

Release Highlights

In this release, we introduced a new protocol: Diameter.
We also fixed multiple bugs and added additional configuration values to support scheduling on specific nodes, specific DNS configurations, and more.

Keywords: pcapdump, Diameter, DNS, LDAP

New Features & Bug Fixes

  • Introduced support for the new protocol: Diameter.
  • Fixed multiple bugs in the pcapdump command.
  • Resolved a bug related to the LDAP protocol that caused the sniffer to crash.
  • Fixed an issue where the tap.tls=false option was broken, preventing the Worker daemon-set from functioning without the Tracer when eBPF is not supported on the host. (#1699)
  • Addressed a bug in the DNS protocol where the source and destination order was reversed.
  • Corrected an error that displayed an incorrect aggregate bandwidth figure for TCP packets in the service map. (#1692)
  • Enhanced the nodeSelector directive to include the hub and front deployments, in addition to the worker nodes. This allows users to schedule the hub and front on persistent nodes (e.g., control plane), which is particularly useful when using spot instances.
  • Added support for specific DNS configurations (e.g., ndots: 2) in the Helm templates.

Download Kubeshark for your platform

Mac (x86-64/Intel)

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

Linux (x86-64)

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

Linux (AArch64)

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

Windows (x86-64)

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