From 0e70c439cf046bcc8f97864a19ac8ee2d8b6e133 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 19 Jan 2024 15:40:44 +0100 Subject: [PATCH] Version 3.12.5 --- CHANGELOG | 8 ++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f719234..6c4feca 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2231,3 +2231,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * 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 +[3.12.5] +* Update minio to 2024-01-18T22-51-28Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-01-18T22-51-28Z) +* reject reference format from a different deployment by @harshavardhana in #18800 +* fix: a typo in storeDataUsageInBackend() comment by @chienguo in #18778 +* Deallocate huge read buffers by @klauspost in #18813 +* fix: HealBucket regression for empty buckets, simplify it by @harshavardhana in #18815 +* Fix mini typo by @fwessels in #18816 diff --git a/CloudronManifest.json b/CloudronManifest.json index 14e7d85..e45bcab 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.4", - "upstreamVersion": "2024-01-16T16-07-38Z", + "version": "3.12.5", + "upstreamVersion": "2024-01-18T22-51-28Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,