v51.0.14 (2023-10-24)
Release Highlights
Keywords: TLS, eBPF, storage
This release primarily addresses the issues with the TLS/eBPF module that emerged in v51.0.0, as well as enhances storage management.
Bug Fixes
- Resolved the issue with the TLS/eBPF module (#1441)
- Corrected the throughput calculation error in the service map
Additional Enhancements and Changes
- Enhanced storage management with a 10-second TTL for PCAP files and a 5-minute TTL for JSON files.
Download Kubeshark for your platform
Mac (x86-64/Intel)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v51.0.14/kubeshark_darwin_amd64 && chmod 755 kubeshark
Mac (AArch64/Apple M1 silicon)
rm -f kubeshark && curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v51.0.14/kubeshark_darwin_arm64 && chmod 755 kubeshark
Linux (x86-64)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v51.0.14/kubeshark_linux_amd64 && chmod 755 kubeshark
Linux (AArch64)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v51.0.14/kubeshark_linux_arm64 && chmod 755 kubeshark
Windows (x86-64)
curl -LO https://github.com/kubeshark/kubeshark/releases/download/v51.0.14/kubeshark.exe
Checksums
SHA256 checksums available for compiled binaries.
Run shasum -a 256 -c kubeshark_OS_ARCH.sha256
to verify.