1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-27 23:47:26 +00:00

Update minio to 3.9.10

This commit is contained in:
Girish Ramakrishnan
2023-11-16 08:53:14 +01:00
parent 242ed4386b
commit da470851f7
2 changed files with 10 additions and 3 deletions

View File

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