From fed871de22d872a93e966c2f4d492cc1477074fd Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 6 Jan 2024 16:26:13 +0100 Subject: [PATCH] Version 3.12.1 --- CHANGELOG | 9 +++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9b7655d..caa3f1d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2200,3 +2200,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * 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 +[3.12.1] +* Update minio to 2024-01-05T22-17-24Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-01-05T22-17-24Z)Added list of scanner metrics to document by @shtripat in #18731 +* scanner: Allow full throttle if there is no parallel disk ops by @vadmeste in #18109 +* fix: an odd crash when deleting null DEL markers by @harshavardhana in #18727 +* prom: Add read quorum per erasure set metric by @vadmeste in #18736 +* scanner: Add a config to disable short sleep between objects scan by @vadmeste in #18734 +* NEW API: GetObjectAttributes by @zveinn in #18732 + diff --git a/CloudronManifest.json b/CloudronManifest.json index c67c217..b8e83c2 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.0", - "upstreamVersion": "2024-01-01T16-36-33Z", + "version": "3.12.1", + "upstreamVersion": "2024-01-05T22-17-24Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,