artifacthub helm/kubeshark-helm-charts/kubeshark 52.1.30
v52.1.30

latest releases: 52.4.0, 52.3.96, 52.3.95...
12 months ago

v52.1.30 (2024-02-07)

Release Highlights

Keywords: SAML Authentication, Feature and View Authorization

We are excited to announce a significant update in this release, focusing on enhancing our SAML support. We've completely overhauled our SAML authentication process, enabling seamless integration of Kubeshark with corporate Identity Providers (IDPs) using SAML. This improvement allows users to authenticate using their corporate identities and ensures they are authorized to view traffic and utilize certain features based on their roles.

Enhancements and Changes

  • Fully revamped SAML authentication for a more robust and streamlined experience.
  • Introduced PCAP, JSON, and Error PCAP Time-To-Live (TTL) settings to extend the data retention window, offering more flexibility in data management.
  • Implemented feature-based authorization, distinguishing between Admin and Viewer roles to enhance security and control.
  • Added namespace-based authorization, allowing users to access namespaces according to their roles, which enhances data segmentation and privacy.
  • Significantly improved Tracer performance and reliability, ensuring a smoother and more efficient user experience.

Download Kubeshark for your platform

Mac (x86-64/Intel)

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

Linux (x86-64)

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

Linux (AArch64)

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

Windows (x86-64)

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