From 65424756149dd91e8df85663c5458ef0325e3ba1 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 16 Jan 2024 18:54:02 +0100 Subject: [PATCH] Bump version --- CHANGELOG | 7 +++++++ CloudronManifest.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6fd7aa0..f719234 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2224,3 +2224,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * support proxying of tagging requests in replication by @poornas in https://github.com/minio/minio/pull/18649 * treat all localhost endpoints as local setup with same port by @harshavardhana in https://github.com/minio/minio/pull/18784 +[3.12.4] +* Update minio to 2024-01-16T16-07-38Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-01-16T16-07-38Z) +* fix: listing SSE encrypted multipart objects by @harshavardhana in https://github.com/minio/minio/pull/18786 +* adding a missing return case to fix GetObjectTagging by @zveinn in https://github.com/minio/minio/pull/18793 +* xl-meta: Clean output by @klauspost in https://github.com/minio/minio/pull/18794 + diff --git a/CloudronManifest.json b/CloudronManifest.json index b34f8b4..14e7d85 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "3.12.3", - "upstreamVersion": "2024-01-13T07-53-03Z", + "version": "3.12.4", + "upstreamVersion": "2024-01-16T16-07-38Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,