artifacthub helm/kubeshark-helm-charts/kubeshark 52.3.91
v52.3.91

latest releases: 52.5.0, 52.4.0, 52.3.96...
3 months ago

v52.3.91 (2024-12-01)

Release Highlights

Keywords: DNS, OpenSSL, eBPF

This release focuses primarily on bug fixes and improving the resilience of Kubeshark.

New Features & Bug Fixes

  • Added the ability to view Kubeshark logs (hub and workers) directly in the dashboard.
  • Fixed an issue in the service map where arrows disappeared under certain conditions.
  • Enhanced DNS entry presentation by including the record type.
  • Have the dashboard display source and destination process names and IDs when using eBPF as the traffic capture source.
  • Added the capability to export and download all dashboard data as CSV files.
  • Introduced support for the OpenSSL version of WGET.
  • Improved and simplified the scripting logging mechanism.

Download Kubeshark for your platform

Mac (x86-64/Intel)

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

Linux (x86-64)

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

Linux (AArch64)

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

Windows (x86-64)

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