From 198a7ba2d8dac2202131bb2eae272c861931309e Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 20 Jun 2022 23:10:07 -0700 Subject: [PATCH] Version 2.7.5 --- CHANGELOG | 10 ++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 10f30aa..7cb79c9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1222,3 +1222,13 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * add bucket level S3 received/sent bytes by @harshavardhana in #15084 * fix: background local test also via channel by @harshavardhana in #15086 * add dataErrs for healing debug log by @harshavardhana in #15092 + +[2.7.5] +* Update minio to 2022-06-20T23-13-45Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-06-20T23-13-45Z) +* Update gopsutil to v3.22.5 by @danieljakots in #15098 +* fix: ignore printing io.EOF during WalkDir() on concurrently modified objects by @harshavardhana in #15100 +* Avoid CompleteMultipart freeze with unexpected network issue by @vadmeste in #15102 +* Add generic function to retrieve config value with metadata by @donatello in #15083 +* fix typo in site replication version healing by @poornas in #15103 +* Add import/export APIs to migrate bucket metadata by @poornas in #14929 diff --git a/CloudronManifest.json b/CloudronManifest.json index a5cf09c..4e9c27d 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "2.7.4", - "upstreamVersion": "2022-06-17T02-00-35Z", + "version": "2.7.5", + "upstreamVersion": "2022-06-20T23-13-45Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,