Version 2.4.2
This commit is contained in:
parent
bc6656111f
commit
642f1860d2
|
@ -1063,3 +1063,7 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* add filesystem group change policy for large minio deployments by @dharapvj in #14528
|
* add filesystem group change policy for large minio deployments by @dharapvj in #14528
|
||||||
* Fix regression from range GET proxying #14345 by @poornas in #14532
|
* Fix regression from range GET proxying #14345 by @poornas in #14532
|
||||||
|
|
||||||
|
[2.4.2]
|
||||||
|
* Update minio to 2022-03-14T18-25-24Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-03-14T18-25-24Z)
|
||||||
|
|
||||||
|
|
|
@ -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.1",
|
"version": "2.4.2",
|
||||||
"upstreamVersion": "2022-03-11T23-57-45Z",
|
"upstreamVersion": "2022-03-14T18-25-24Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"httpPorts": {
|
"httpPorts": {
|
||||||
|
|
Loading…
Reference in New Issue