Bump version

This commit is contained in:
Johannes Zellner 2024-09-10 08:19:48 +02:00
parent 7fb6950cab
commit 42ecaf8662
2 changed files with 9 additions and 2 deletions

View File

@ -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 * 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 * 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 * 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

View File

@ -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.37", "version": "3.13.38",
"upstreamVersion": "2024-08-29T01-40-52Z", "upstreamVersion": "RELEASE.2024-09-09T16-59-28Z",
"healthCheckPath": "/minio/login", "healthCheckPath": "/minio/login",
"memoryLimit": 2147483648, "memoryLimit": 2147483648,
"httpPort": 8000, "httpPort": 8000,