From c78df06cb7ab86bcc4d360fb82d4d7f6654d1da3 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 25 Oct 2023 14:10:25 +0200 Subject: [PATCH] Version 3.9.5 --- CHANGELOG | 9 +++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c0134d5..d60950f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2048,3 +2048,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * Remove unused config migration by @klauspost in #18277 * Fix linter errors in Windows specific code by @klauspost in #18276 * cache DiskInfo() metrics call separately by @harshavardhana in #18270 + +[3.9.5] +* Update minio to 2023-10-25T06-33-25Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-10-25T06-33-25Z) +* Fix BackendInfo() race by @klauspost in #18305 +* Improve multipart listing speed by @klauspost in #18307 +* fix: flaky and stupid tests in root lockdown by @harshavardhana in #18308 +* fix: listObjectParts to prefer local and single disks by @harshavardhana in #18309 +* avoid racy replicationCount checks by @harshavardhana in #18311 diff --git a/CloudronManifest.json b/CloudronManifest.json index 4ea1bb9..5623a14 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.4", - "upstreamVersion": "2023-10-24T04-42-36Z", + "version": "3.9.5", + "upstreamVersion": "2023-10-25T06-33-25Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,