From 365254e9710f6f489ba586ff8635518946ce022c Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sun, 25 Jun 2023 15:14:58 +0530 Subject: [PATCH] Version 3.5.6 --- CHANGELOG | 11 +++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 5c3ffd7..2efd208 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1851,3 +1851,14 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * fallback on etags if they match when mtime is not same by @harshavardhana in #17424 * event args list for fanOut notification must be sized same by @harshavardhana in #17450 * rebalance: Fix a integer divide by zero crash during state update by @vadmeste in #17455 + +[3.5.6] +* Update minio to 2023-06-23T20-26-00Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-06-23T20-26-00Z) +* Bump up madmin-go and pkg deps by @donatello in #17469 +* safely ignore out of band deletions while decommissioning by @harshavardhana in #17473 +* fix: replication check for duplicate endpoints detection with wrong route by @jiuker in #17474 +* fix: do not crash rebalance code instead set the object layer by @harshavardhana in #17465 +* skip onlineDisks with parity mismatch by @harshavardhana in #17478 +* Add an option to make bucket notifications synchronous by @Praveenrajmani in #17406 +* always look for expired versions v/s remaining versions by @harshavardhana in #17479 diff --git a/CloudronManifest.json b/CloudronManifest.json index 54cfc5d..5a8044b 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "3.5.5", - "upstreamVersion": "2023-06-19T19-52-50Z", + "version": "3.5.6", + "upstreamVersion": "2023-06-23T20-26-00Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,