Version 1.123.0

This commit is contained in:
Girish Ramakrishnan 2020-07-24 22:42:37 -07:00
parent 96fa67400e
commit 310348b307
3 changed files with 9 additions and 2 deletions

View File

@ -547,3 +547,10 @@
* Update minio to 2020-07-22T00-26-33Z
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-07-22T00-26-33Z)
[1.123.0]
* Update minio to 2020-07-24T22-43-05Z
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-07-24T22-43-05Z)
* Fixes a regression in bucket usage metrics to remove double counting, see #10126
* Add additional CORS such as Content-Encoding to be allowed as part of CORS requests, see #10124
* Quota validation is more aggressive, to enforce quotas quickly, see #10127
* Handle sudden removal of disks for on-going I/O, errors were not handled appropriately, see #10128

View File

@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "1.122.0",
"version": "1.123.0",
"healthCheckPath": "/minio/login",
"httpPort": 8000,
"addons": {

View File

@ -1,4 +1,4 @@
This app packages Minio <upstream>2020-07-22T00-26-33Z</upstream>.
This app packages Minio <upstream>2020-07-24T22-43-05Z</upstream>.
Minio is a distributed object storage server built for cloud applications and devops.