artifacthub helm/kubeshark-helm-charts/kubeshark 52.3.89
v52.3.89

latest releases: 52.6.0, 52.5.0, 52.4.0...
4 months ago

v52.3.89 (2024-11-10)

Release Highlights

Keywords: scripts, PF-RING, gRPC, HTTP/2, Prometheus

This release primarily addresses bug fixes reported by users.

New Features & Bug Fixes

  • CPU and memory limits can now be defined as integers or strings.
  • kubeshark scripts now detects kubeshark restarts and automatically syncs local scripts to kubeshark-config-map. This allows for synchronizing local scripts to kubeshark-config-map with a single command.
  • Removed all remnants of the deprecated PF-RING option.
  • Enhanced network error detection and reporting by retaining artifacts of requests or responses that result in network errors.
  • Improved display of non-ASCII characters, especially in protocols such as TCP and SCTP.
  • Added support for the DNS protocol over TCP.
  • Added support for reporting custom metrics in vector form to Prometheus.
  • Fixed a bug that could cause browser issues when displaying an entry with gRPC or HTTP/2.
  • Fixed a bug where entry names would blink for very long path names.

Download Kubeshark for your platform

Mac (x86-64/Intel)

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

Linux (x86-64)

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

Linux (AArch64)

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

Windows (x86-64)

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