Version 3.13.9

This commit is contained in:
Girish Ramakrishnan 2024-04-01 11:59:58 +02:00
parent d8c7fa0d47
commit 5cee1588f3
2 changed files with 9 additions and 2 deletions

View File

@ -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.

View File

@ -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,