Version 3.13.10
This commit is contained in:
parent
26e95361b6
commit
5f7d71f028
11
CHANGELOG
11
CHANGELOG
|
@ -2436,3 +2436,14 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* CPU issue addressed when you have 1000's of folder prefixes at bucket root.
|
||||
* LDAP support normalization of DN names for consistent behavior.
|
||||
|
||||
[3.13.10]
|
||||
* Update minio to 2024-04-06T05-26-02Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-04-06T05-26-02Z)
|
||||
* Reduce big message RPC allocations by @klauspost in #19390
|
||||
* Prioritize the bucket configs first during the decommissioning by @Praveenrajmani in #19393
|
||||
* fix: missing metrics for healed objects by @harshavardhana in #19392
|
||||
* Always return slice with cap by @klauspost in #19395
|
||||
* Adding console targets back into systemtarget log slice by @zveinn in #19398
|
||||
* feat: support EdDSA/Ed25519 for oss by @jiuker in #19397
|
||||
* update to latest deps by @harshavardhana in #19399
|
||||
* Avoid using a nil transport when the config is not initialized by @vadmeste in #19405
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.13.9",
|
||||
"upstreamVersion": "2024-03-30T09-41-56Z",
|
||||
"version": "3.13.10",
|
||||
"upstreamVersion": "2024-04-06T05-26-02Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 2147483648,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue