From 1fe052d819feb1170cb676f8abaa5a5757bbc755 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 16 Sep 2023 17:14:40 +0530 Subject: [PATCH] Version 3.8.3 --- CHANGELOG | 8 ++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e946a5f..1de11c2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1983,3 +1983,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * use syscall.Rename() directly instead of os.Rename() by @harshavardhana in #17982 * replication resync: avoid blocking on results channel. by @poornas in #17981 * Embed file in ZIP with custom permissions by @shtripat in #17954 + +[3.8.3] +* Update minio to 2023-09-16T01-01-47Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-09-16T01-01-47Z) +* Address some significant memory issues in replication MRF when many objects are from existing object replication +* Improve Disk replacement healing from single-threaded to multi-threaded via relying on the nr_requests value on Linux +* Allow concurrent SFTP connections + diff --git a/CloudronManifest.json b/CloudronManifest.json index da0eb87..737fa47 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "3.8.2", - "upstreamVersion": "2023-09-07T02-05-02Z", + "version": "3.8.3", + "upstreamVersion": "2023-09-16T01-01-47Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,