Skip to content

50.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 23:07
· 223 commits to master since this release
d00d2ea

50.0 (2023-08-22)

Release Highlights

Keywords: Helm, License, PF_RING, AF_XDP,

In addition to numerous bug fixes, we enhanced our Helm chart by transitioning from Pods to Deployments for the Hub and Front containers. Our licensing approach has evolved, enabling all features to function freely in clusters with fewer than 10 nodes. Authentication has been dissociated from Ingress. Moreover, we introduced compatibility with PF_RING and AF_XDP for high-throughput computing environments.

Breaking Changes

  • Configuration file format has changed slightly, namely to separate Ingress from Authentication
  • Pro License is required when using more than 10 nodes

Additional Enhancements and Changes

  • Changed Hub's and Front's resource type from Pod to Deployment
    (f95db49)
  • Availability of PF_RING and AF_XDP support for high throughput computing environments
  • Authentication is now a standalone feature, independent from Ingress. Both features do not require a Pro license.
  • New SAML support
  • As part of authentication, added approved individual emails to the approved domains in case SAML isn't used
  • Ingress can now use TLS
  • In order to conserve resources when not needed, the dashboard pauses streaming upon 60 seconds of inactivity (e.g. no mouse movements, defocus) (kubeshark/front@f230bf1)

Download Kubeshark for your platform

Mac (x86-64/Intel)

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

Linux (x86-64)

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

Linux (AArch64)

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

Windows (x86-64)

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

Checksums

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