mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-08-25 00:47:27 +00:00
* Basenine MongoDB mess * Fix more * Fix the `mongodb` container arguments * Add Basenine ARM64 binary * Make the changes related to `leftOff` becoming a string value * Make `leftOffTop` state string * Handle `CloseConnection` in `Fetch` * Upgrade Basenine to `0.7.0` * Revert the changes in `package.json` and `package-lock.json` * Fix the `Dockerfile` * Remove the binaries * Increase the Basenine up deadline to 20 seconds * Revert the changes in `shared/kubernetes/provider.go` * Fix the OAS generator tests * Protect from race condition * Fix mutexes * Fix unlock * Fix logging data types * Try to stabilize the tests * Remove the `replace` statement * revert the change the done in https://github.com/up9inc/mizu/pull/984/commits/2899414f2b82ed8fdb2e84a7b6aa00f8e8b8f5e0 to not change the leftOff * Change `leftOffBottom` empty string default value to `latest` * Upgrade Basenine to `0.7.1` * Handle the Basenine client library errors better * Use `DEFAULT_QUERY` constant * Remove `min=-1` * Replace some `Errorf`s with `Panicf`s * Remove the closure in `runGenerator` method * Remove an unnecessary check Co-authored-by: M. Mert Yildiran <mehmet@up9.com> Co-authored-by: Andrey Pokhilko <apc4@ya.ru> Co-authored-by: undera <undera@undera-old-desktop.home> Co-authored-by: AmitUp9 <96980485+AmitUp9@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) ``` rm -f mizu && 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.