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

Version 3.2.0

This commit is contained in:
Girish Ramakrishnan
2022-11-28 09:37:47 +01:00
parent aad0197fff
commit 67294dd890
2 changed files with 9 additions and 2 deletions

View File

@@ -1542,3 +1542,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* helm: fix positional parameter in template by @yanggangtony in #15983
* improve server startup error when pools are incorrect by @harshavardhana in #16056
* choose default values upon incorrect storage_class value by @harshavardhana in #16058
[3.2.0]
* Update minio to 2022-11-26T22-43-32Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-11-26T22-43-32Z)
* Optimizations in Multipart code-path in multi-pool setups, via #16086
* Fixes a regression in server side replication due to ETag mismatch issue under specific type of MinIO setups, fixed via #16129