Version 2.7.2
This commit is contained in:
parent
a1e5589dca
commit
794538bbe9
|
@ -1194,4 +1194,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-06-07T00-33-41Z)
|
||||
* do not print errors upon 'nil' err (06/06/22) (Minio Trusted)
|
||||
|
||||
[2.7.2]
|
||||
* Update minio to 2022-06-10T16-59-15Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-06-10T16-59-15Z)
|
||||
* Include the entirety of vendor folder in .gitignore by @kaankabalak in #15046
|
||||
* relax O_DIRECT in single drive mode if unsupported by @harshavardhana in #15045
|
||||
* Bump Console v0.18.1 by @dvaldivia in #15051
|
||||
* 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
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "2.7.1",
|
||||
"upstreamVersion": "2022-06-07T00-33-41Z",
|
||||
"version": "2.7.2",
|
||||
"upstreamVersion": "2022-06-10T16-59-15Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue