diff --git a/CHANGELOG b/CHANGELOG index 1de11c2..106c4e0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1991,3 +1991,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * Improve Disk replacement healing from single-threaded to multi-threaded via relying on the nr_requests value on Linux * Allow concurrent SFTP connections +[3.8.4] +* Update minio to 2023-09-20T22-49-55Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-09-20T22-49-55Z) +* Major memory improvements in replication hot-path reduction of 2x to 3x allocations on a busy cluster. +* SSE-KMS now uses a fast-path without doing md5sum providing a major performance boost for encrypted objects via SSE-KMS. +* Improve performance for Console UI logins. +* Fixes a regression in permission handling of LDAP user based service accounts in previous release. + diff --git a/CloudronManifest.json b/CloudronManifest.json index 737fa47..09bb7c1 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.3", - "upstreamVersion": "2023-09-16T01-01-47Z", + "version": "3.8.4", + "upstreamVersion": "2023-09-20T22-49-55Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,