Bump version
This commit is contained in:
parent
f75118e15a
commit
09e82cd3e3
|
@ -2676,3 +2676,9 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* Skip non existent ldap entities while import (#20352)
|
* Skip non existent ldap entities while import (#20352)
|
||||||
* Dont hard error for nonexisting LDAP entries instead of logging them
|
* 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()
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "3.13.38",
|
"version": "3.13.39",
|
||||||
"upstreamVersion": "RELEASE.2024-09-09T16-59-28Z",
|
"upstreamVersion": "RELEASE.2024-09-13T20-26-02Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 2147483648,
|
"memoryLimit": 2147483648,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue