Version 3.9.11
This commit is contained in:
parent
ef4bdec677
commit
533b6d91e6
|
@ -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
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.9.10",
|
||||
"upstreamVersion": "2023-11-15T20-43-25Z",
|
||||
"version": "3.9.11",
|
||||
"upstreamVersion": "2023-11-20T22-40-07Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue