Version 3.13.37
This commit is contained in:
parent
41644f3c54
commit
8239fd8ade
|
@ -2662,3 +2662,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* Update minio to 2024-08-26T15-33-07Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-08-26T15-33-07Z)
|
||||
|
||||
[3.13.37]
|
||||
* Update minio to 2024-08-29T01-40-52Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-08-29T01-40-52Z)
|
||||
* fix: string format when log IAM refresh take over 5s by @jiuker in #20331
|
||||
* 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
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.13.36",
|
||||
"upstreamVersion": "2024-08-26T15-33-07Z",
|
||||
"version": "3.13.37",
|
||||
"upstreamVersion": "2024-08-29T01-40-52Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 2147483648,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue