Version 1.123.0
This commit is contained in:
parent
96fa67400e
commit
310348b307
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue