From 6e9d718f4ceeb592d4bbb4c8bfdc2a249e55ad29 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 11 Nov 2022 10:52:01 +0100 Subject: [PATCH] Version 3.0.1 --- CHANGELOG | 8 ++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 5da585e..697a02e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1519,3 +1519,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * First release to support rebalancing two or more pooled setups to even out disk usage refer #15483 * Removes remaining gateway implementations of NAS/S3 and legacy FS mode completely - refer #15929. +[3.0.1] +* Update minio to 2022-11-10T18-20-21Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-11-10T18-20-21Z) +* rebalance status must return appropriate error initially by @harshavardhana in #16022 +* remove io/util for advanced golang by @yanggangtony in #16011 +* Use the same lock for the scanner and site replication healing by @vadmeste in #15985 +* Remove some logs caused by external apps by @vadmeste in #16027 +* remove printing map() checksums by @harshavardhana in #16028 diff --git a/CloudronManifest.json b/CloudronManifest.json index 3432672..01de361 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "3.0.0-1", - "upstreamVersion": "2022-10-29T06-21-33Z", + "version": "3.0.1", + "upstreamVersion": "2022-11-10T18-20-21Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,