From 90284553b2205202d40731270057745693dffe00 Mon Sep 17 00:00:00 2001 From: Package Updates Date: Thu, 24 Jul 2025 07:42:07 +0000 Subject: [PATCH] Update package version to 5.1.1 --- CHANGELOG | 9 +++++++++ CloudronManifest.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 5d88eda..66d2c9f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2887,3 +2887,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * modernizes for loop in cmd/, internal/ by [@12ya](https://github.com/12ya) in https://github.com/minio/minio/pull/21309 * Add `targetArn` label for bucket replication metrics by [@shtripat](https://github.com/shtripat) in https://github.com/minio/minio/pull/21354 +[5.1.1] +* Update minio to RELEASE.2025-07-23T15-54-02Z +* [Full Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2025-07-23T15-54-02Z) +* Add support for X25519MLKEM768 by [@loganaden](https://github.com/loganaden) in https://github.com/minio/minio/pull/21435 +* fix: restrict SinglePool by the minimum free drive threshold by [@jiuker](https://github.com/jiuker) in https://github.com/minio/minio/pull/21115 +* wait for metadata reads on minDisks+1 for HEAD/GET when data==parity by [@harshavardhana](https://github.com/harshavardhana) in https://github.com/minio/minio/pull/21449 +* fix boundary value bug when objTime ends in whole seconds (without sub-second) by [@supermp](https://github.com/supermp) in https://github.com/minio/minio/pull/21419 +* simplify validating policy mapping by [@0xMALVEE](https://github.com/0xMALVEE) in https://github.com/minio/minio/pull/21450 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 8acee0c..36e2b48 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "5.1.0", + "version": "5.1.1", "upstreamVersion": "RELEASE.2025-07-23T15-54-02Z", "healthCheckPath": "/minio/login", "memoryLimit": 2147483648,