diff options
| author | Dan Engelbrecht <[email protected]> | 2026-04-13 11:00:07 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-04-13 11:00:07 +0200 |
| commit | bb1cf8f1da97cdbf937ca4055a4d1ba2b51a8032 (patch) | |
| tree | 1c7f854be94975dc1d50cbefaa8fe8f9c8111ca5 | |
| parent | hub instance malloc trace (#946) (diff) | |
| download | zen-bb1cf8f1da97cdbf937ca4055a4d1ba2b51a8032.tar.xz zen-bb1cf8f1da97cdbf937ca4055a4d1ba2b51a8032.zip | |
update minio (#947)
| -rw-r--r-- | CHANGELOG.md | 1 | ||||
| -rw-r--r-- | thirdparty/VERSIONS.md | 1 | ||||
| -rw-r--r-- | thirdparty/minio/bin/linux-x64/minio.gz | bin | 38613825 -> 38670906 bytes | |||
| -rw-r--r-- | thirdparty/minio/bin/osx-arm64/minio.gz | bin | 37395570 -> 37453399 bytes | |||
| -rw-r--r-- | thirdparty/minio/bin/osx-x64/minio.gz | bin | 39163124 -> 39222261 bytes | |||
| -rw-r--r-- | thirdparty/minio/bin/win-x64/minio.exe.gz | bin | 39189943 -> 39256913 bytes |
6 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b577630d5..4a88753bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ - `--hub-instance-tracehost` sets the trace streaming host for child instances - `--hub-instance-tracefile` sets the trace output file for child instances; supports `{moduleid}` and `{port}` placeholders - Bugfix: Dashboard stats tiles no longer flicker on page load when WebSocket updates arrive before all stats are available +- Improvement: Updated vendored MinIO test server from RELEASE.2025-07-23 to RELEASE.2025-09-07 (HTTP listener bugfixes, ListObject fix) ## 5.8.3 - Feature: Incremental CAS-based hydration/dehydration replacing the previous full-copy approach diff --git a/thirdparty/VERSIONS.md b/thirdparty/VERSIONS.md index 9b3dcd103..fd734a2af 100644 --- a/thirdparty/VERSIONS.md +++ b/thirdparty/VERSIONS.md @@ -18,6 +18,7 @@ dependency. * cxxopts - v3.2.1 from https://github.com/jarro2783/cxxopts/archive/refs/tags/v3.2.1.tar.gz * doctest - v2.4.12 from https://github.com/doctest/doctest/releases/download/v2.4.12/doctest.h * fmt - v12.0.0 from https://github.com/fmtlib/fmt/archive/refs/tags/12.0.0.tar.gz +* minio - RELEASE.2025-09-07T16-13-09Z from https://dl.min.io/server/minio/release/ (test-only, prebuilt binaries for win-x64, osx-arm64, osx-x64, linux-x64) * robin-map - v1.4.0 from https://github.com/Tessil/robin-map/archive/refs/tags/v1.4.0.tar.gz * rpmalloc - 1.5.0-dev (develop branch commit 262c698d7019, 2026-04-10) from https://github.com/mjansson/rpmalloc (`global_page_free_overflow` and `global_page_free_retain` manually tweaked) * ryml - v0.5.0 from https://github.com/biojppm/rapidyaml (note that there are submodules here which have also been fetched, after stripping all `.git` metadata, for future updates it's probably easier to just grab the .zip/.tar.gz since it includes all submodules) diff --git a/thirdparty/minio/bin/linux-x64/minio.gz b/thirdparty/minio/bin/linux-x64/minio.gz Binary files differindex 4b438e1ec..0041302af 100644 --- a/thirdparty/minio/bin/linux-x64/minio.gz +++ b/thirdparty/minio/bin/linux-x64/minio.gz diff --git a/thirdparty/minio/bin/osx-arm64/minio.gz b/thirdparty/minio/bin/osx-arm64/minio.gz Binary files differindex 30aba27da..e6a142174 100644 --- a/thirdparty/minio/bin/osx-arm64/minio.gz +++ b/thirdparty/minio/bin/osx-arm64/minio.gz diff --git a/thirdparty/minio/bin/osx-x64/minio.gz b/thirdparty/minio/bin/osx-x64/minio.gz Binary files differindex 7ee1dc441..d2e030c7f 100644 --- a/thirdparty/minio/bin/osx-x64/minio.gz +++ b/thirdparty/minio/bin/osx-x64/minio.gz diff --git a/thirdparty/minio/bin/win-x64/minio.exe.gz b/thirdparty/minio/bin/win-x64/minio.exe.gz Binary files differindex 7b34d6d7b..d27e70615 100644 --- a/thirdparty/minio/bin/win-x64/minio.exe.gz +++ b/thirdparty/minio/bin/win-x64/minio.exe.gz |