diff --git a/CHANGELOG b/CHANGELOG index 6c4feca..ed542fa 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2239,3 +2239,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * 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 + +[3.12.6] +* Update minio to 2024-01-29T03-56-32Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-01-29T03-56-32Z) +* Fixes an ugly issue with runtime debug stack excessive logging regression +* avoid calling close for nil inbound/outblock channels (3 hours ago) +* remove getReplicationNodeMetrics() from peer metrics groups (4 hours ago) + diff --git a/CloudronManifest.json b/CloudronManifest.json index e45bcab..9e0e5b3 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.5", - "upstreamVersion": "2024-01-18T22-51-28Z", + "version": "3.12.6", + "upstreamVersion": "2024-01-29T03-56-32Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,