Version 3.3.0

This commit is contained in:
Girish Ramakrishnan 2022-12-05 12:22:18 +01:00
parent 338371b948
commit e0f1511552
2 changed files with 8 additions and 2 deletions

View File

@ -1549,3 +1549,9 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* 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
[3.3.0]
* Update minio to 2022-11-29T23-40-49Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-11-29T23-40-49Z)
* avoid serializing decryptKey() every 15mins by @harshavardhana in #16135
* kms: fix possible deadlock due to nested RLock calls. by @aead in #16136
* Improvements in logger and audit webhooks by @anjalshireesh in #16102

View File

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "3.2.0",
"upstreamVersion": "2022-11-26T22-43-32Z",
"version": "3.3.0",
"upstreamVersion": "2022-11-29T23-40-49Z",
"healthCheckPath": "/minio/login",
"memoryLimit": 805306368,
"httpPort": 8000,