Version 3.12.5
This commit is contained in:
parent
59ed1a0fc1
commit
0e70c439cf
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue