mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-08-19 04:16:35 +00:00
* ws pause after buttons click (#798) * ws pause after buttons click * name change Co-authored-by: Igor Gov <iggvrv@gmail.com> * moved CHANGELOG to Mizu wiki in Github (#801) * Adding logs of k8s client config (#800) * Support rancher client config (#802) * Move the request-response matcher's scope from global-level to TCP stream-level (#793) * Create a new request-response matcher for each TCP stream * Fix the `ident` formats in request-response matchers * Don't sort the items in the HTTP tests * Update tap/extensions/kafka/matcher.go Co-authored-by: gadotroee <55343099+gadotroee@users.noreply.github.com> * Temporarily change the bucket folder to the new expected * Bring back the `deleteOlderThan` method * Use `api.RequestResponseMatcher` instead of `interface{}` as type * Use `api.RequestResponseMatcher` instead of `interface{}` as type (more) * Update the key format comments Co-authored-by: gadotroee <55343099+gadotroee@users.noreply.github.com> * Force DaemonSet apply (#804) Required for apply to work if the DaemonSet is created by another program e.g. Helm. * Tag entries destination namespace (#803) * Update main.go, socket_server_handlers.go, and 7 more files... * Update cors.go * omit empty namespace in json so tests pass * fix indent * Sending telemetry config to server (#808) * Print http error response details (#792) * View command - no version check (#810) * Update mizu install command (#811) Co-authored-by: AmitUp9 <96980485+AmitUp9@users.noreply.github.com> Co-authored-by: Alex Haiut <alex@up9.com> Co-authored-by: M. Mert Yıldıran <mehmet@up9.com> Co-authored-by: gadotroee <55343099+gadotroee@users.noreply.github.com> Co-authored-by: Nimrod Gilboa Markevich <59927337+nimrod-up9@users.noreply.github.com> Co-authored-by: RamiBerm <54766858+RamiBerm@users.noreply.github.com>
# Mizu release _VER_ Mizu CHANGELOG is now part of [Mizu wiki](https://github.com/up9inc/mizu/wiki/CHANGELOG) ## Download Mizu for your platform **Mac** (x86-64/Intel) ``` curl -Lo mizu https://github.com/up9inc/mizu/releases/download/_VER_/mizu_darwin_amd64 && chmod 755 mizu ``` **Mac** (AArch64/Apple M1 silicon) ``` curl -Lo mizu https://github.com/up9inc/mizu/releases/download/_VER_/mizu_darwin_arm64 && chmod 755 mizu ``` **Linux** (x86-64) ``` curl -Lo mizu https://github.com/up9inc/mizu/releases/download/_VER_/mizu_linux_amd64 && chmod 755 mizu ``` **Linux** (AArch64) ``` curl -Lo mizu https://github.com/up9inc/mizu/releases/download/_VER_/mizu_linux_arm64 && chmod 755 mizu ``` **Windows** (x86-64) ``` curl -LO https://github.com/up9inc/mizu/releases/download/_VER_/mizu.exe ``` ### Checksums SHA256 checksums available for compiled binaries. Run `shasum -a 256 -c mizu_OS_ARCH.sha256` to verify.