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 thehub
andfront
deployments, in addition to theworker
nodes. This allows users to schedule thehub
andfront
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.