Bump version
This commit is contained in:
parent
7fb6950cab
commit
42ecaf8662
|
@ -2669,3 +2669,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* when a drive is closed cancel the cleanupTrash goroutine by @harshavardhana in #20337
|
||||
* add more details on the payload sent to webhook audit by @harshavardhana in #20335
|
||||
* bucket-metadata: Reload events/repl-targets for all buckets by @vadmeste in #20334
|
||||
|
||||
[3.13.38]
|
||||
* Update minio to 2024-09-09T16-59-28Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-09-09T16-59-28Z)
|
||||
* Skip non existent ldap entities while import (#20352)
|
||||
* Dont hard error for nonexisting LDAP entries instead of logging them
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.13.37",
|
||||
"upstreamVersion": "2024-08-29T01-40-52Z",
|
||||
"version": "3.13.38",
|
||||
"upstreamVersion": "RELEASE.2024-09-09T16-59-28Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 2147483648,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue