From 5f7d71f028139ab45b8251c26cbb5a9a3e82c036 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 6 Apr 2024 09:55:22 +0200 Subject: [PATCH] Version 3.13.10 --- CHANGELOG | 11 +++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8f0d56d..1221e41 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2436,3 +2436,14 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * CPU issue addressed when you have 1000's of folder prefixes at bucket root. * LDAP support normalization of DN names for consistent behavior. +[3.13.10] +* Update minio to 2024-04-06T05-26-02Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-04-06T05-26-02Z) +* Reduce big message RPC allocations by @klauspost in #19390 +* Prioritize the bucket configs first during the decommissioning by @Praveenrajmani in #19393 +* fix: missing metrics for healed objects by @harshavardhana in #19392 +* Always return slice with cap by @klauspost in #19395 +* Adding console targets back into systemtarget log slice by @zveinn in #19398 +* feat: support EdDSA/Ed25519 for oss by @jiuker in #19397 +* update to latest deps by @harshavardhana in #19399 +* Avoid using a nil transport when the config is not initialized by @vadmeste in #19405 diff --git a/CloudronManifest.json b/CloudronManifest.json index 624ca40..65df914 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "3.13.9", - "upstreamVersion": "2024-03-30T09-41-56Z", + "version": "3.13.10", + "upstreamVersion": "2024-04-06T05-26-02Z", "healthCheckPath": "/minio/login", "memoryLimit": 2147483648, "httpPort": 8000,