From 986df393a1f13165d388fc9bba6d1ba3ea6e5bae Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 22 Jul 2023 08:23:40 +0530 Subject: [PATCH] Version 3.7.0 --- CHANGELOG | 11 +++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a64850c..ba59745 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1905,3 +1905,14 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * Added endpoint and versions attributes to KMS details by @shtripat in #17350 * replication: Simplify mrf requeueing and add backlog handler by @poornas in #17171 * Use os.ReadFile instead of ioutil.ReadFile by @anjalshireesh in #17649 + +[3.7.0] +* Update minio to 2023-07-21T21-12-44Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-07-21T21-12-44Z) +* pick internode interface properly via globalLocalNodeName by @harshavardhana in #17680 +* move bucket centric metrics to /minio/v2/metrics/bucket handlers by @harshavardhana in #17663 +* fix: byHost realTime metrics API by @jiuker in #17681 +* update grafana dashboard JSON with the new metrics by @harshavardhana in #17683 +* fix: retry listing in decommissioning if it fails perpetually by @harshavardhana in #17682 +* info: Report correct pool/set/disk indexes for offline disks by @vadmeste in #17695 +* Add deletemarker_total metric by @krisis in #17689 diff --git a/CloudronManifest.json b/CloudronManifest.json index 9efc401..949c155 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "3.6.3", - "upstreamVersion": "2023-07-18T17-49-40Z", + "version": "3.7.0", + "upstreamVersion": "2023-07-21T21-12-44Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,