From 494a408af681b3b4acd0d7df257f513cfe7d2ff0 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 28 Jul 2020 13:05:47 -0700 Subject: [PATCH] Version 1.124.0 --- CHANGELOG | 10 ++++++++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 30006fb..0bf40ba 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -554,3 +554,13 @@ * 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 + +[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. + diff --git a/CloudronManifest.json b/CloudronManifest.json index f223fbc..9aad847 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "1.123.0", + "version": "1.124.0", "healthCheckPath": "/minio/login", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 9eb132e..7b4a116 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Minio 2020-07-24T22-43-05Z. +This app packages Minio 2020-07-27T18-37-02Z. Minio is a distributed object storage server built for cloud applications and devops.