From 11bb0c8edc58a865219dc1de80a06051bb5cc464 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 13 Nov 2023 09:05:08 +0100 Subject: [PATCH] Version 3.9.9 --- CHANGELOG | 10 ++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4ac69b3..65f3aae 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2083,3 +2083,13 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * update console v0.41.0 by @harshavardhana in #18385 * Do not anonymize hostnames by default by @anjalshireesh in #18387 * fix: object versions metric help by @vicmunoz in #18388 + +[3.9.9] +* Update minio to 2023-11-11T08-14-41Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-11-11T08-14-41Z) +* fix:add err to all bucket resync failed by @jiuker in #18401 +* site replication: avoid propagating bucket b/w settings by @poornas in #18399 +* refactor SFTP to use the new minio/pkg implementation by @zveinn in #18406 +* Tiered objects require ns locks unlike inlined by @krisis in #18409 +* Support case insensitive kafka SASL mechanism config values by @vadmeste in #18398 +* diff --git a/CloudronManifest.json b/CloudronManifest.json index 7e6e562..153d001 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "3.9.8", - "upstreamVersion": "2023-11-06T22-26-08Z", + "version": "3.9.9", + "upstreamVersion": "2023-11-11T08-14-41Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,