Version 2.9.0
This commit is contained in:
parent
e064370467
commit
381c362e84
|
@ -1370,4 +1370,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* Update minio to 2022-08-13T21-54-44Z
|
* Update minio to 2022-08-13T21-54-44Z
|
||||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-08-13T21-54-44Z)
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-08-13T21-54-44Z)
|
||||||
|
|
||||||
|
[2.9.0]
|
||||||
|
* Update minio to 2022-08-22T23-53-06Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-08-22T23-53-06Z)
|
||||||
|
* Versioning now supports Idempotent delete markers #15521
|
||||||
|
* Disk IO statistics is now available as real-time monitoring via mc #15512
|
||||||
|
* Replication now more accurately tracks failed replication events #15556
|
||||||
|
|
||||||
|
|
|
@ -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.8.12",
|
"version": "2.9.0",
|
||||||
"upstreamVersion": "2022-08-13T21-54-44Z",
|
"upstreamVersion": "2022-08-22T23-53-06Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue