Version 2.9.0

This commit is contained in:
Girish Ramakrishnan 2022-08-24 12:59:39 +02:00
parent e064370467
commit 381c362e84
2 changed files with 8 additions and 2 deletions

View File

@ -1370,4 +1370,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* Update minio to 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

View File

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "2.8.12",
"upstreamVersion": "2022-08-13T21-54-44Z",
"version": "2.9.0",
"upstreamVersion": "2022-08-22T23-53-06Z",
"healthCheckPath": "/minio/login",
"memoryLimit": 805306368,
"httpPort": 8000,