1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-25 06:27:51 +00:00

Version 3.9.11

This commit is contained in:
Girish Ramakrishnan
2023-11-21 11:04:36 +01:00
parent ef4bdec677
commit 533b6d91e6
2 changed files with 11 additions and 2 deletions

View File

@@ -2100,3 +2100,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* fix: ignore dperf on unformatted/unavailable/unmounted drives by @harshavardhana in #18435
* Adding a missing return to fix SFTP Rmdir message by @zveinn in #18438
[3.9.11]
* Update minio to 2023-11-20T22-40-07Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-11-20T22-40-07Z)
* health: split liveness and readiness handler by @aead in #18457
* Remove stale data in HEAD/GET object by @vadmeste in #18460
* remove checking for BucketInfo() peer call for every PUT() by @harshavardhana in #18464
* Added graph for Erasure Set Tolerance value by @shtripat in #18472
* audit: Try to send audit even if the status is offline by @vadmeste in #18458
* fix: close the http.Body when WebhookTarget isActive by @jiuker in #18467