Skip to content

v52.7.8

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jun 21:33
· 1 commit to master since this release

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.