Version 2.5.2
This commit is contained in:
parent
522cfeff67
commit
ab20e34d26
|
@ -1163,3 +1163,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* add support for extra Prometheus labels by @harshavardhana in #14899
|
||||
* use BadRequest HTTP status instead of Conflict for certain errors by @harshavardhana in #14900
|
||||
|
||||
[2.5.2]
|
||||
* Update minio to 2022-05-23T18-45-11Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-05-23T18-45-11Z)
|
||||
* mrf: Fix stale MRF data showed in heal info by @vadmeste in #14953
|
||||
* Relax site replication syncing of service accounts by @poornas in #14955
|
||||
* Fix WalkDir fallback hot loop by @klauspost in #14961
|
||||
* fetch bucket replication stats across peers in single call by @harshavardhana in #14956
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "2.5.1",
|
||||
"upstreamVersion": "2022-05-19T18-20-59Z",
|
||||
"version": "2.5.2",
|
||||
"upstreamVersion": "2022-05-23T18-45-11Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"httpPort": 8000,
|
||||
"httpPorts": {
|
||||
|
|
Loading…
Reference in New Issue