diff --git a/CHANGELOG b/CHANGELOG index dfa0dad..e218b59 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 3f3a04c..1de7f09 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "3.1.0", - "upstreamVersion": "2022-11-17T23-20-09Z", + "version": "3.2.0", + "upstreamVersion": "2022-11-26T22-43-32Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,