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
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.