Version 2.4.10
This commit is contained in:
parent
00fc4851bc
commit
4e042bb62f
|
@ -1112,3 +1112,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* Set permissions for GitHub actions by @naveensrinivasan in #14693
|
* Set permissions for GitHub actions by @naveensrinivasan in #14693
|
||||||
* Add support for minio tier type by @krisis in #14468
|
* Add support for minio tier type by @krisis in #14468
|
||||||
|
|
||||||
|
[2.4.10]
|
||||||
|
* Update minio to 2022-04-16T04-26-02Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-04-16T04-26-02Z)
|
||||||
|
* Allow parallel decom migration threads to be more than erasure sets by @krishnasrinivas in #14733
|
||||||
|
* Include speedtest as part of healthinfo api by @anjalshireesh in #14696
|
||||||
|
* Support templating accessKey existingSecret and bucket name by @yisiqi in #14643
|
||||||
|
* enable go1.18.x builds by @harshavardhana in #14746
|
||||||
|
* [S3Select] Switch to new parquet library and reduce locking by @donatello in #14731
|
||||||
|
* Update Console v0.15.13 by @dvaldivia in #14751
|
||||||
|
|
|
@ -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": "2.4.9",
|
"version": "2.4.10",
|
||||||
"upstreamVersion": "2022-04-12T06-55-35Z",
|
"upstreamVersion": "2022-04-16T04-26-02Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"httpPorts": {
|
"httpPorts": {
|
||||||
|
|
Loading…
Reference in New Issue