diff --git a/CHANGELOG b/CHANGELOG index b08d33a..fd47a6e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/CloudronManifest.json b/CloudronManifest.json index 615a9fd..4adba18 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -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,