From 6e0cf2f9d8cbd14f1259508d94a7a6217641f7b1 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 3 Oct 2024 21:01:54 +0200 Subject: [PATCH] Version 3.15.0 --- CHANGELOG | 10 ++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b9844c1..0c9ab6b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2691,3 +2691,13 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * Added iam import tests for openid by @shtripat in #20432 * batch: Set a default retry attempts and a prefix by @vadmeste in #20452 * Ensure proper stale_uploads_cleanup_interval is used at all times by @ramondeklein in #20451 + +[3.15.0] +* Update minio to 2024-10-02T17-50-41Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-10-02T17-50-41Z) +* Limit jstream parse depth by @klauspost in #20474 +* remove the list from 'mc stat' from testing via '--no-list' by @harshavardhana in #20468 +* cleanup existing part.N's before renamePart() by @harshavardhana in #20466 +* hold on to batch job stats till cleanup by @poornas in #20480 +* use absolute path for binary checksum verification by @harshavardhana in #20487 +* Fix PPC cgroup memory limit by @klauspost in #20488 diff --git a/CloudronManifest.json b/CloudronManifest.json index 457704a..1a0d16b 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "3.14.0", - "upstreamVersion": "2024-09-22T00-33-43Z", + "version": "3.15.0", + "upstreamVersion": "RELEASE.2024-10-02T17-50-41Z", "healthCheckPath": "/minio/login", "memoryLimit": 2147483648, "httpPort": 8000,