Update minio to 3.9.10
This commit is contained in:
parent
242ed4386b
commit
da470851f7
|
@ -2092,4 +2092,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* refactor SFTP to use the new minio/pkg implementation by @zveinn in #18406
|
||||
* Tiered objects require ns locks unlike inlined by @krisis in #18409
|
||||
* Support case insensitive kafka SASL mechanism config values by @vadmeste in #18398
|
||||
*
|
||||
|
||||
[3.9.10]
|
||||
* Update minio to 2023-11-15T20-43-25Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-11-15T20-43-25Z)
|
||||
* fix: make sure to purge all the completed in resume() by @harshavardhana in #18429
|
||||
* 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
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.9.9",
|
||||
"upstreamVersion": "2023-11-11T08-14-41Z",
|
||||
"version": "3.9.10",
|
||||
"upstreamVersion": "2023-11-15T20-43-25Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue