Version 3.3.2
This commit is contained in:
parent
150b220bf2
commit
bcee168e84
|
@ -1562,3 +1562,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* update reedsolomon v1.11.3 by @harshavardhana in #16149
|
* update reedsolomon v1.11.3 by @harshavardhana in #16149
|
||||||
* re-order the top-level config keys for priority by @harshavardhana in #16150
|
* re-order the top-level config keys for priority by @harshavardhana in #16150
|
||||||
* repl: resync orchestrator to use global shared lock by @vadmeste in #16154
|
* repl: resync orchestrator to use global shared lock by @vadmeste in #16154
|
||||||
|
|
||||||
|
[3.3.2]
|
||||||
|
* Update minio to 2022-12-07T00-56-37Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-12-07T00-56-37Z)
|
||||||
|
* fix: in disk cache readCacheFileStream should closed upon return by @jiuker in #16138
|
||||||
|
* Start PR on Enterprise when there is new MinIO Version by @cniackz in #16121
|
||||||
|
* kms: add support for KES enclaves by @aead in #16139
|
||||||
|
* fix: update the JSON keys for latest 'mc' release by @harshavardhana in #16171
|
||||||
|
|
|
@ -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.3.1",
|
"version": "3.3.2",
|
||||||
"upstreamVersion": "2022-12-02T19-19-22Z",
|
"upstreamVersion": "2022-12-07T00-56-37Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue