diff --git a/CHANGELOG b/CHANGELOG index 3f40734..8f0d56d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2429,3 +2429,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * allow configuring inline shard size value by @harshavardhana in https://github.com/minio/minio/pull/19336 * replication:fix precondition check for multipart by @poornas in https://github.com/minio/minio/pull/19349 +[3.13.9] +* Update minio to 2024-03-30T09-41-56Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-03-30T09-41-56Z) +* Support for SSE-C encrypted objects with site and bucket replication. +* CPU issue addressed when you have 1000's of folder prefixes at bucket root. +* LDAP support normalization of DN names for consistent behavior. + diff --git a/CloudronManifest.json b/CloudronManifest.json index bc1f14b..624ca40 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.8", - "upstreamVersion": "2024-03-26T22-10-45Z", + "version": "3.13.9", + "upstreamVersion": "2024-03-30T09-41-56Z", "healthCheckPath": "/minio/login", "memoryLimit": 2147483648, "httpPort": 8000,