Version 2.7.1
This commit is contained in:
parent
4c6b99857c
commit
2762522066
|
@ -1189,4 +1189,9 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* Update minio to 2022-06-07T00-33-41Z
|
* Update minio to 2022-06-07T00-33-41Z
|
||||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-06-07T00-33-41Z)
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-06-07T00-33-41Z)
|
||||||
|
|
||||||
|
[2.7.1]
|
||||||
|
* Update minio to 2022-06-07T00-33-41Z
|
||||||
|
* [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)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "2.7.0",
|
"version": "2.7.1",
|
||||||
"upstreamVersion": "2022-06-07T00-33-41Z",
|
"upstreamVersion": "2022-06-07T00-33-41Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
|
|
Loading…
Reference in New Issue