Version 1.124.0
This commit is contained in:
parent
13f98c0ec9
commit
494a408af6
10
CHANGELOG
10
CHANGELOG
|
@ -554,3 +554,13 @@
|
||||||
* Add additional CORS such as Content-Encoding to be allowed as part of CORS requests, see #10124
|
* 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
|
* 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
|
* Handle sudden removal of disks for on-going I/O, errors were not handled appropriately, see #10128
|
||||||
|
|
||||||
|
[1.124.0]
|
||||||
|
* Update minio to RELEASE.2020-07-27T18-37-02Z
|
||||||
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-07-27T18-37-02Z)
|
||||||
|
* Add missing Content-Disposition to CORS Handler. See (#10137) for more details.
|
||||||
|
* Browser: Enforce bucket quota in the case of browser uploads. See (#10129) for more details.
|
||||||
|
* Simplify JWKS decoding in OPenID. See (#10119) for more details.
|
||||||
|
* Fix gateway walk implementation to list correctly. See (#10131) for more details.
|
||||||
|
* Allow shareable URLs using rotating creds. See (#10135) for more details.
|
||||||
|
|
||||||
|
|
|
@ -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.123.0",
|
"version": "1.124.0",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Minio <upstream>2020-07-24T22-43-05Z</upstream>.
|
This app packages Minio <upstream>2020-07-27T18-37-02Z</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