From da470851f724a9556315965e9fba94ec86248375 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 16 Nov 2023 08:53:14 +0100 Subject: [PATCH] Update minio to 3.9.10 --- CHANGELOG | 9 ++++++++- CloudronManifest.json | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 65f3aae..0a89280 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2092,4 +2092,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * 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 -* + +[3.9.10] +* Update minio to 2023-11-15T20-43-25Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-11-15T20-43-25Z) +* fix: make sure to purge all the completed in resume() by @harshavardhana in #18429 +* fix: ignore dperf on unformatted/unavailable/unmounted drives by @harshavardhana in #18435 +* Adding a missing return to fix SFTP Rmdir message by @zveinn in #18438 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 153d001..2715eca 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.9", - "upstreamVersion": "2023-11-11T08-14-41Z", + "version": "3.9.10", + "upstreamVersion": "2023-11-15T20-43-25Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,