From 310348b30742822bf98d55b2b85f935aace94db5 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 24 Jul 2020 22:42:37 -0700 Subject: [PATCH] Version 1.123.0 --- CHANGELOG | 7 +++++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e9d83a0..30006fb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/CloudronManifest.json b/CloudronManifest.json index 8513e96..f223fbc 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -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": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 9794fd0..9eb132e 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Minio 2020-07-22T00-26-33Z. +This app packages Minio 2020-07-24T22-43-05Z. Minio is a distributed object storage server built for cloud applications and devops.