Version 3.3.0
This commit is contained in:
parent
338371b948
commit
e0f1511552
|
@ -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
|
* 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
|
* 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
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "3.2.0",
|
"version": "3.3.0",
|
||||||
"upstreamVersion": "2022-11-26T22-43-32Z",
|
"upstreamVersion": "2022-11-29T23-40-49Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue