From 5e85881327fefc0f6be3d2b2520526b5278a2deb Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 6 Aug 2020 11:10:00 -0700 Subject: [PATCH] Version 1.126.0 --- CHANGELOG | 5 +++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f106bed..a3074a2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -576,3 +576,8 @@ * Fix: Pass context all the way down to the network call in lockers. See (#10161) for more details. * Fix: bucket usage metrics update in fs mode. See (#10152) for more details. +[1.126.0] +* Update minio to 2020-08-05T21-34-13Z +* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-08-05T21-34-13Z) +* Fixes an important issue in asymmetric setups standard storage class was miscalcuated, leading to incorrect quorum expectations, make this uniform see #10208 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 5f0d074..12ddb7b 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "1.125.0", + "version": "1.126.0", "healthCheckPath": "/minio/login", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 6b2e688..bc62b16 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Minio 2020-07-31T03-39-05Z. +This app packages Minio <2020-08-05T21-34-13Z. Minio is a distributed object storage server built for cloud applications and devops.