From 381c362e8454cec261a42366b09ad53702aef251 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 24 Aug 2022 12:59:39 +0200 Subject: [PATCH] Version 2.9.0 --- CHANGELOG | 6 ++++++ CloudronManifest.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0a6a5aa..a3a20fb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/CloudronManifest.json b/CloudronManifest.json index 4a9abd4..8c4c148 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -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,