v52.3.84 (2024-10-17)
Release Highlights
Keywords: Scripts, Tracer
In this release, we fixed several tracer
-related issues and improved our scripting
-related features.
New Features & Bug Fixes
- Fixed a Tracer issue with older kernel versions (#1629).
- Fixed a Tracer issue reported by a user (#1479).
- Enabled scripting console logs to be shown as part of
kubeshark tap
's logs. Scripts can now generate logs and reports, which are visible inkubeshark tap
's logs. - Enabled the
kubeshark console
command to persist across multiple Kubeshark deployments. - Added an
active
/inactive
state for scripts, allowing them to be added in an inactive state by default. - Scripts can be activated or deactivated using the Scripting Dashboard.
- A list of active script titles can be set using the
scripting.active
configuration variable. - Removed CPU limits and increased memory limits for Hub and Workers to support a wider variety of cluster sizes. Limits can be reintroduced by users on demand.
- Added
timestamp>now()
totap.globalFilter
by default to ensure only new traffic is presented. This can be changed on thesettings
page or by setting thetap.globalFilter
configuration value.
Download Kubeshark for your platform
Mac (x86-64/Intel)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.3.84/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.3.84/kubeshark_darwin_arm64 && chmod 755 kubeshark
Linux (x86-64)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.3.84/kubeshark_linux_amd64 && chmod 755 kubeshark
Linux (AArch64)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.3.84/kubeshark_linux_arm64 && chmod 755 kubeshark
Windows (x86-64)
curl -LO https://github.com/kubeshark/kubeshark/releases/download/v52.3.84/kubeshark.exe
Checksums
SHA256 checksums available for compiled binaries.
Run shasum -a 256 -c kubeshark_OS_ARCH.sha256
to verify.