From 3b4e8d04deccfa3f55c9e97eaef5e08e2f6e7e6b Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sun, 8 Oct 2023 18:41:27 +0530 Subject: [PATCH] Version 3.9.2 --- CHANGELOG | 7 +++++++ CloudronManifest.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 50499c6..7e16663 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2020,3 +2020,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * Fixes an issue with multipart objects with multiple versions, due to rename2() optimization being incorrectly used * AbortMultipartUpload() is now idempotent, much like AWS S3. +[3.9.2] +* Update minio to 2023-10-07T15-07-38Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-10-07T15-07-38Z) +* Add tests for multipart upload overwrites on versioned buckets by @harshavardhana in #18142 +* Add support for resource metrics by @anjalshireesh in #18057 +* Add paramaters in Helm chart to load OIDC clientSecret from Secret Resource by @alikhtag in #17784 +* Fix startup formatting by @zveinn in #18156 diff --git a/CloudronManifest.json b/CloudronManifest.json index 870abac..72b168a 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "3.9.1", - "upstreamVersion": "2023-09-30T07-02-29Z", + "version": "3.9.2", + "upstreamVersion": "2023-10-07T15-07-38Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,