diff --git a/CHANGELOG b/CHANGELOG index cd12780..eb29976 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2676,3 +2676,9 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * Skip non existent ldap entities while import (#20352) * Dont hard error for nonexisting LDAP entries instead of logging them +[3.13.39] +* Update minio to 2024-09-13T20-26-02Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-09-13T20-26-02Z) +* PutObject() for multi-pooled was holding large region locks, which was not necessary. This affects almost all slowpoke clients and lengthy uploads. +* Re-arrange locks for CompleteMultipart, PutObject to be close to rename() + diff --git a/CloudronManifest.json b/CloudronManifest.json index 2babd1a..489f88a 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "3.13.38", - "upstreamVersion": "RELEASE.2024-09-09T16-59-28Z", + "version": "3.13.39", + "upstreamVersion": "RELEASE.2024-09-13T20-26-02Z", "healthCheckPath": "/minio/login", "memoryLimit": 2147483648, "httpPort": 8000,