Version 2.7.3
This commit is contained in:
parent
9967b12167
commit
6148966516
|
@ -1203,3 +1203,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* healthcheck cluster endpoint should honor write/readQuorum per pool by @harshavardhana in #15053
|
||||
* fix: make metrics endpoint responsive by reducing the chatter by @harshavardhana in #15055
|
||||
|
||||
[2.7.3]
|
||||
* Update minio to 2022-06-11T19-55-32Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-06-11T19-55-32Z)
|
||||
* debug: verify diff on latest objects on source and target buckets by @harshavardhana in #15069
|
||||
* fix: add missing minio_s3_requests_total by @harshavardhana in #15070
|
||||
* Update dperf to 0.4.1 by @vadmeste in #15071
|
||||
* sts: Avoid printing all STS errors by @vadmeste in #15065
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "2.7.2",
|
||||
"upstreamVersion": "2022-06-10T16-59-15Z",
|
||||
"version": "2.7.3",
|
||||
"upstreamVersion": "2022-06-11T19-55-32Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue