artifacthub helm/kubeshark-helm-charts/kubeshark 52.3.88
v52.3.88

latest releases: 52.8.1, 52.8.0, 52.7.8...
10 months ago

v52.3.88 (2024-11-03)

Release Highlights

In this release, alongside a few bug fixes, we've added functionality to override specific image names—a feature required for certain CI platforms that host each image in a private repository.

This release also includes a significant milestone for scripting functionality, introducing a completely redesigned UI for script creation and runtime console. The update features a robust web code editor and many other valuable improvements.

New Features & Bug Fixes

  • Added the ability to override image names in values.yaml for each specific image, enabling compatibility with platforms that store images in private repositories.
  • Extended script execution capabilities to the Hub, in addition to the existing support for the workers. Now, the Hub can also run scripts, as well as consolidate the results from the Workers.
  • Fixed numerous script-related bugs.
  • Enhanced performance by switching from text-based JSON to Golang binary objects (GOB) for communication between the workers and the Hub.
  • Resolved a frontend issue where entries would blink due to an asynchronous operation that shortened long phrases.
  • Fixed an error in the service map where changing perspective (pod, service, namespace) would cause an empty screen if traffic wasn't streaming.
  • Fixed an issue where total size in bytes was always shown as zero for TCP packets. TCP packets now display their actual sizes.
  • Introduced a completely new UI for scripting.

Download Kubeshark for your platform

Mac (x86-64/Intel)

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

Linux (x86-64)

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

Linux (AArch64)

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

Windows (x86-64)

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