From bb1cf8f1da97cdbf937ca4055a4d1ba2b51a8032 Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Mon, 13 Apr 2026 11:00:07 +0200 Subject: update minio (#947) --- CHANGELOG.md | 1 + thirdparty/VERSIONS.md | 1 + thirdparty/minio/bin/linux-x64/minio.gz | Bin 38613825 -> 38670906 bytes thirdparty/minio/bin/osx-arm64/minio.gz | Bin 37395570 -> 37453399 bytes thirdparty/minio/bin/osx-x64/minio.gz | Bin 39163124 -> 39222261 bytes thirdparty/minio/bin/win-x64/minio.exe.gz | Bin 39189943 -> 39256913 bytes 6 files changed, 2 insertions(+) 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 index 4b438e1ec..0041302af 100644 Binary files a/thirdparty/minio/bin/linux-x64/minio.gz and b/thirdparty/minio/bin/linux-x64/minio.gz differ diff --git a/thirdparty/minio/bin/osx-arm64/minio.gz b/thirdparty/minio/bin/osx-arm64/minio.gz index 30aba27da..e6a142174 100644 Binary files a/thirdparty/minio/bin/osx-arm64/minio.gz and b/thirdparty/minio/bin/osx-arm64/minio.gz differ diff --git a/thirdparty/minio/bin/osx-x64/minio.gz b/thirdparty/minio/bin/osx-x64/minio.gz index 7ee1dc441..d2e030c7f 100644 Binary files a/thirdparty/minio/bin/osx-x64/minio.gz and b/thirdparty/minio/bin/osx-x64/minio.gz differ diff --git a/thirdparty/minio/bin/win-x64/minio.exe.gz b/thirdparty/minio/bin/win-x64/minio.exe.gz index 7b34d6d7b..d27e70615 100644 Binary files a/thirdparty/minio/bin/win-x64/minio.exe.gz and b/thirdparty/minio/bin/win-x64/minio.exe.gz differ -- cgit v1.2.3