Version 1.163.0
This commit is contained in:
parent
f7096a7f9d
commit
acda6fc0d6
|
@ -963,3 +963,8 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* fix: newMultipartUpload should go to same pool as existing object. See (#12106) for more details.
|
* fix: newMultipartUpload should go to same pool as existing object. See (#12106) for more details.
|
||||||
* ignore more tokens in some mountinfo entries. See (#12104) for more details.
|
* ignore more tokens in some mountinfo entries. See (#12104) for more details.
|
||||||
* Grab read lock while reading usage cache. See (#12111) for more details.
|
* Grab read lock while reading usage cache. See (#12111) for more details.
|
||||||
|
|
||||||
|
[1.163.0]
|
||||||
|
* Update minio to 2021-05-11T23-27-41Z
|
||||||
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-05-11T23-27-41Z)
|
||||||
|
|
||||||
|
|
|
@ -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": "1.162.0",
|
"version": "1.163.0",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Minio <upstream>2021-04-22T15-44-28Z</upstream>.
|
This app packages Minio <upstream>2021-05-11T23-27-41Z</upstream>.
|
||||||
|
|
||||||
Minio is a distributed object storage server built for cloud applications and devops.
|
Minio is a distributed object storage server built for cloud applications and devops.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue