artifacthub helm/kubeshark-helm-charts/kubeshark 52.7.8
v52.7.8

latest releases: 52.8.1, 52.8.0
2 months ago

Kubeshark release v52.7.8 (06-16-2025)

Release Highlights

This release addresses minor issues with version tagging and WebSocket protocol handling, re-enables Intercom-based support, and introduces support for downloading Agent logic scripts for local development and version control.

Bug Fixes & New Features

  • Resolved a Make issue that caused the CLI to use an explicit tag (e.g., v52.3.77) instead of the latest tag (e.g., v52.3).
  • Reintroduced online support via Intercom. This can be disabled using: --set supportChatEnabled=false.
  • Fixed a panic related to the WebSocket (WS) protocol.
  • Added the ability to download an Agent logic script (JavaScript file). Once downloaded, the script can be used locally and managed via source control.

Download Kubeshark for your platform

Mac (x86-64/Intel)

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

Mac (AArch64/Apple M1 silicon)

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

Linux (x86-64)

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

Linux (AArch64)

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

Windows (x86-64)

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