v52.1.75 (2024-03-15)
Release Highlights
In this release, we've addressed several bugs and introduced the new (and very promising) unique
helper, marking a significant enhancement.
Keywords:
New Features & Bug Fixes
- Introduced network policies for Kubeshark components, enhancing security and operational efficiency. For details, visit (db607af).
- Improved the Homebrew installation process, making it more streamlined and user-friendly (ec1728e, 9914183).
- Fixed the naming of the checksum file for the Windows/amd64 platform to improve compatibility and installation (#1509).
- Implemented feature authorization without the need for SAML, simplifying user access control mechanisms (0aca81f).
- Switched to lower ports for certain services, enhancing system compatibility and network configuration (c0751ad).
- Addressed a bug in the service map feature that affected the display and positioning of edges, improving the visual representation and accuracy.
- Added the
unique
helper, that has many use-cases.
Download Kubeshark for your platform
Mac (x86-64/Intel)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.1.75/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.1.75/kubeshark_darwin_arm64 && chmod 755 kubeshark
Linux (x86-64)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.1.75/kubeshark_linux_amd64 && chmod 755 kubeshark
Linux (AArch64)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.1.75/kubeshark_linux_arm64 && chmod 755 kubeshark
Windows (x86-64)
curl -LO https://github.com/kubeshark/kubeshark/releases/download/v52.1.75/kubeshark.exe
Checksums
SHA256 checksums available for compiled binaries.
Run shasum -a 256 -c kubeshark_OS_ARCH.sha256
to verify.