From 927cdbb0a2bdc0eae0fd3c957ef53845086027bc Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 2 Jan 2024 10:12:39 +0100 Subject: [PATCH] Version 3.12.0 --- CHANGELOG | 6 ++++++ CloudronManifest.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 43e03ce..9b7655d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2194,3 +2194,9 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * server-info: Avoid initializing audit/log http/kafka targets by @vadmeste in https://github.com/minio/minio/pull/18703 * Fix precendence bug in S3Select SQL IN clauses by @donatello in https://github.com/minio/minio/pull/18708 +[3.12.0] +* Update minio to 2024-01-01T16-36-33Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-01-01T16-36-33Z) +* A significant performance improvement feature to optimize ListObjects() is part of this release. +* New console HTTP security headers are fully customizable now for specific needs, refer #18631 + diff --git a/CloudronManifest.json b/CloudronManifest.json index c4fb969..c67c217 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "3.11.4", - "upstreamVersion": "2023-12-23T07-19-11Z", + "version": "3.12.0", + "upstreamVersion": "2024-01-01T16-36-33Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,