From b7f575fcf95b305ee8ec779c685e5fd3f68b4727 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 11 Nov 2022 11:02:07 +0100 Subject: [PATCH] Version 3.0.2 --- CHANGELOG | 7 +++++++ CloudronManifest.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 697a02e..1de3ffd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1527,3 +1527,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * 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 + +[3.0.2] +* Update minio to 2022-11-11T03-44-20Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-11-11T03-44-20Z) +* fix: parsing multipart uploadID under site replicated setup by @poornas in #16048 +* netPerfRX Reset() should use write Lock() @jiuker in #16043 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 01de361..ea36aaf 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.1", - "upstreamVersion": "2022-11-10T18-20-21Z", + "version": "3.0.2", + "upstreamVersion": "2022-11-11T03-44-20Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,