Skip to content

Releases: kubeshark/kubeshark

v52.10.3

29 Nov 01:18

Choose a tag to compare

Kubeshark release v52.10.3 (11-28-2025)

Release Highlights

Bug Fixes & New Features

  • Added a complimentary, (almost) unlimited license valid through the end of 2025. The license is pre-included in the installation as a Helm value. Before installing, make sure to remove any previous Helm repository:
helm repo remove kubeshark
helm repo add kubeshark https://helm.kubehq.com

Patches

When new patch releases are published, they will be automatically added and listed in this section.

Download Kubeshark for your platform

Mac (x86-64/Intel)

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

Mac (AArch64/Apple M1 silicon)

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

Linux (x86-64)

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

Linux (AArch64)

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

Windows (x86-64)

curl -LO https://github.com/kubeshark/kubeshark/releases/download/v52.10.3/kubeshark.exe

Checksums

SHA256 checksums available for compiled binaries.
Run shasum -a 256 -c kubeshark_OS_ARCH.sha256 to verify.

v52.10.0

25 Nov 19:56

Choose a tag to compare

Kubeshark release v52.10.0 (11-25-2025)

Release Highlights

Bug Fixes & New Features

Patches

When new patch releases are published, they will be automatically added and listed in this section.

v52.10.1 (11-26-2025)

Download Kubeshark for your platform

Mac (x86-64/Intel)

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

Mac (AArch64/Apple M1 silicon)

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

Linux (x86-64)

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

Linux (AArch64)

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

Windows (x86-64)

curl -LO https://github.com/kubeshark/kubeshark/releases/download/v52.10.0/kubeshark.exe

Checksums

SHA256 checksums available for compiled binaries.
Run shasum -a 256 -c kubeshark_OS_ARCH.sha256 to verify.

v52.9.0

03 Oct 14:36

Choose a tag to compare

Kubeshark release v52.9.0 (10-03-2025)

Release Highlights

Bug Fixes & New Features

  • Added a Helm property to control the duration before Kubeshark automatically enters [Dormant](https://docs.kubeshark.co/en/on_off_switch) mode to conserve resources when idle. In Dormant mode, resource consumption is minimized. This behavior can be disabled via Helm. Kubeshark will not enter Dormant mode if any dashboard, Agent logic script, or recording is active.
  • The hostroot volume is now created only when the tracer is deployed. tracer deployment is controlled by the tap.tls=true/false setting.
  • Introduced support for defining a custom ingress path via the Helm value: tap.ingress.path.

Patches

When new patch releases are published, they will be automatically added and listed in this section.

v52.9.1 (11-10-2025)

Mac (x86-64/Intel)

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

Mac (AArch64/Apple M1 silicon)

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

Linux (x86-64)

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

Linux (AArch64)

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

Windows (x86-64)

curl -LO https://github.com/kubeshark/kubeshark/releases/download/v52.9.0/kubeshark.exe

Checksums

SHA256 checksums available for compiled binaries.
Run shasum -a 256 -c kubeshark_OS_ARCH.sha256 to verify.

v52.8.1

12 Aug 20:03

Choose a tag to compare

Kubeshark release v52.8.1 (08-12-2025)

Release Highlights

This release includes small bug fixes and some new capabilities.

Bug Fixes & New Features

  • Fixed support for Cgroup V2 in cases where additional privileges are required.

  • Implemented a traffic processing timeout for periods of complete inactivity:

    • A new Helm value has been introduced to define the timeout duration when there is no dashboard streaming traffic, no active recordings, and no agents operating.
    • In such cases, Kubeshark will transition into a Dormant state until new activity is detected.
    • During the Dormant state, traffic processing is halted, and resource consumption is minimized.
    • This ensures Kubeshark consumes negligible system resources unless actively in use.

Patches

When new patch releases are published, they will be automatically added and listed in this section.

v52.8.6 (09-24-2025)

  • Improved service map rendering performance

Download Kubeshark for your platform

Mac (x86-64/Intel)

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

Mac (AArch64/Apple M1 silicon)

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

Linux (x86-64)

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

Linux (AArch64)

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

Windows (x86-64)

curl -LO https://github.com/kubeshark/kubeshark/releases/download/v52.8.1/kubeshark.exe

Checksums

SHA256 checksums available for compiled binaries.
Run shasum -a 256 -c kubeshark_OS_ARCH.sha256 to verify.

v52.8.0

28 Jul 19:51

Choose a tag to compare

Kubeshark release v52.8.0 (07-28-2025)

Release Highlights

This release primarily addresses bug fixes and security vulnerabilities.

Bug Fixes & New Features

  • Resolved Helm chart issue (#1763)
  • Implemented minor bug fix (#1767)
  • Patched multiple vulnerabilities (#1773)
  • Introduced PriorityClass to Helm chart (#1775)

Patches

When new patch release are published, that will be added automatically and listed in this section

Download Kubeshark for your platform

Mac (x86-64/Intel)

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

Mac (AArch64/Apple M1 silicon)

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

Linux (x86-64)

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

Linux (AArch64)

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

Windows (x86-64)

curl -LO https://github.com/kubeshark/kubeshark/releases/download/v52.8.0/kubeshark.exe

Checksums

SHA256 checksums available for compiled binaries.
Run shasum -a 256 -c kubeshark_OS_ARCH.sha256 to verify.

v52.7.8

16 Jun 21:33

Choose a tag to compare

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.

Patches

When new patch release are published, that will be added automatically and listed in this section

v52.7.9 (2025-07-21)

  • [Worker] Fixed a significant memory leak in the Worker.
  • [Hub] Fixed a rare bug where the targeted pods list, would exclude certain pods.

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.

v52.7.7

03 Jun 17:23

Choose a tag to compare

Kubeshark release v52.7.7 (06-03-2025)

Release Highlights

This release includes several key bug fixes and feature enhancements. Notably, it adds support for external secret managers and improves Helm chart semantic versioning (semver) compliance.

Bug Fixes & New Features

  • Fixed a bug where eBPF traffic capture did not work when persistent volume storage was used. (#1757).
  • Fixed a bug where Kubeshark stopped processing traffic when Workers restarted (#1760).
  • Added an option to configure secrets to be read from environment variables, enabling the use of external secret managers for storing items such as licenses or SAML/OIDC secrets.
  • Updated Chart.yaml to use the full semantic version, ensuring the Helm chart is semver compliant (#1752).
  • Improved calculations for throughput, bandwidth, and latency in the service map.

Download Kubeshark for your platform

Mac (x86-64/Intel)

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

Mac (AArch64/Apple M1 silicon)

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

Linux (x86-64)

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

Linux (AArch64)

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

Windows (x86-64)

curl -LO https://github.com/kubeshark/kubeshark/releases/download/v52.7.7/kubeshark.exe

Checksums

SHA256 checksums available for compiled binaries.
Run shasum -a 256 -c kubeshark_OS_ARCH.sha256 to verify.

v52.7.0

16 Apr 19:33

Choose a tag to compare

V52.7.0 (2025-04-16)

Release Highlights

This update adds new Helm options, improves GitOps compatibility, and enhances traffic capture with AF_PACKET. It also fixes bugs related to CLI exit, packet loss, Kafka crashes, and watchdog stability.

Keywords: AF_PACKET, BPF, Dex, PVC, Kafka, Packet loss, Scripts

Bug Fixes & New Features

  • Added support for tapping network interface traffic using AF_PACKET. This can be configured by entering a BPF expression (e.g., net 0.0.0.0/0) in the BPF OVERRIDE field in the Settings dialog. Useful when expected traffic is not being captured.
  • Added the Helm value tap.dashboard.completeStreamingEnabled, which sets the default mode for full (with payload) or partial (without payload) processing. This option can also be controlled from the dashboard.
  • Added the Helm value tap.auth.dexOidc.bypassSslCaCheck, which allows communication with a Dex IdP using an unknown SSL Certificate Authority, preventing SSL CA-related errors.
  • Added support for azure-csi-premium for RWX PVC volumes (https://github.com/kubernetes-sigs/azuredisk-csi-driver/tree/master/deploy/example/sharedisk).
  • Disabled the online chat option by default.
  • Added support for a GitOps-friendly mode where dynamically changed configmap and secret values are preserved during Helm upgrades, avoiding CI/CD system overrides while Kubeshark is running.
  • Enabled the kubeshark CLI to use a proprietary configuration file.
  • Fixed a protocol matcher bug caused by packet loss (#1746).
  • Fixed a panic that occasionally occurred in the Kafka dissector.
  • Fixed a bug where the watchdog function could crash the Worker when no traffic was being processed on the node.
  • Fixed a bug in the kubeshark scripts command where it didn't exit properly upon receiving ^C.

Patches

When new patch release are published, that will be added automatically and listed in this section

v52.7.1 (2025-04-30)

  • Added the ability to take a PCAP snapshot (e.g., the last hour of cluster-wide traffic) and download the PCAP repository directly from the dashboard. This essentially integrates the pcapdump command into the dashboard.
  • Automation templates can now start automatically by referencing them in the configuration.

Download Kubeshark for your platform

Mac (x86-64/Intel)

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

Mac (AArch64/Apple M1 silicon)

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

Linux (x86-64)

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

Linux (AArch64)

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

Windows (x86-64)

curl -LO https://github.com/kubeshark/kubeshark/releases/download/v52.7.0/kubeshark.exe

Checksums

SHA256 checksums available for compiled binaries.
Run shasum -a 256 -c kubeshark_OS_ARCH.sha256 to verify.

v52.6.0

24 Mar 22:09

Choose a tag to compare

V52.6.0 (2025-03-24)

Release Highlights

In this release, we fixed several bugs and added notable integrations. Highlights include support for OIDC with DEX and the ability to host Kubeshark behind a reverse proxy using a custom path.

Keywords: SCTP, LDAP, OIDC, DEX, Reverse Proxy

Bug Fixes & New Features

  • Optimized service map performance for large clusters (thousands of pods and above).
  • Improved SCTP reassembler support.
  • Fixed a bug related to LDAP protocol dissection.
  • Added OIDC with DEX integration for SSO authentication.

Read more in our OIDC with DEX section.

  • Introduced a watchdog mechanism that terminates the Worker if it deems it non-functional. This feature is enabled by default and can be disabled using the Helm value: --set tap.watchdog.enabled=false
  • Added support for hosting Kubeshark behind a reverse proxy with a custom path.

Read more in our Reverse Proxy with a Custom Path section.

Patches

When new patch release are published, that will be added automatically and listed in this section

v52.6.2 (2025-03-27)

v52.6.3 (2025-03-29)

v52.6.4 (2025-04-10)

  • Bug fix (#1741)
  • View real-time streaming API flows without full payload capture — a disk- and CPU-efficient method optimized for tcp, udp, and syscall visibility.
  • Improved both the service-map and API calls tabs with enhanced workload identity visualization and many new features and functions.

v52.6.7 (2025-04-30)

  • Added the ability to take a PCAP snapshot (e.g., the last hour of cluster-wide traffic) and download the PCAP repository directly from the dashboard. This essentially integrates the pcapdump command into the dashboard.
  • Automation templates can now start automatically by referencing them in the configuration.

Download Kubeshark for your platform

Mac (x86-64/Intel)

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

Mac (AArch64/Apple M1 silicon)

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

Linux (x86-64)

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

Linux (AArch64)

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

Windows (x86-64)

curl -LO https://github.com/kubeshark/kubeshark/releases/download/v52.6.0/kubeshark.exe

Checksums

SHA256 checksums available for compiled binaries.
Run shasum -a 256 -c kubeshark_OS_ARCH.sha256 to verify.

v52.5.0

01 Mar 20:05

Choose a tag to compare

V52.5.0 (2025-03-01)

Release Highlights

In this minor release, we've added support for taints and tolerations for all Kubeshark images (front, hub, and worker).

Patches

When new patch release are published, that will be added automatically and listed in this section

v52.5.1 (2025-03-03)

  • Improve dashboard performance in large clusters (over 50 nodes)
  • Add support for clusters with spot instances

v52.5.2 (2025-03-07)

  • Fixed a bug where on random occasions the Worker would stop processing traffic until restarted (#1720)

v52.5.3 (2025-03-14)

  • Store latest state of the service map in the browser cache.

v52.5.6 (2025-03-25)

  • Optimized service map performance for large clusters (thousands of pods and above).
  • Improved SCTP reassembler support.
  • Fixed a bug related to LDAP protocol dissection.

v52.5.9 (2025-03-27)

v52.5.10 (2025-03-29)

v52.5.11 (2025-04-10)

  • Bug fix (#1741)
  • View real-time streaming API flows without full payload capture — a disk- and CPU-efficient method optimized for tcp, udp, and syscall visibility.
  • Improved both the service-map and API calls tabs with enhanced workload identity visualization and many new features and functions.

Download Kubeshark for your platform

Mac (x86-64/Intel)

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

Linux (x86-64)

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

Linux (AArch64)

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

Windows (x86-64)

curl -LO https://github.com/kubeshark/kubeshark/releases/download/v52.5.0/kubeshark.exe

Checksums

SHA256 checksums available for compiled binaries.
Run shasum -a 256 -c kubeshark_OS_ARCH.sha256 to verify.