From a95014bef57086ab6462309c04b17ba5a8f59e61 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 15 Jul 2022 13:19:35 +0530 Subject: [PATCH] Version 2.8.3 --- CHANGELOG | 8 ++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2c6987c..5324447 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1305,3 +1305,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * Add a github workflow test for root disk detection by @vadmeste in #15267 * Fix tier-add help by @krisis in https://github.com/minio/mc/pull/4148 * add mc ping command by @sinhaashish in https://github.com/minio/mc/pull/4074 + +[2.8.3] +* Update minio to 2022-07-15T03-44-22Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-07-15T03-44-22Z) +* correct RefreshCall & UnlockCall of DefaultTimeouts by @shichanglin5 in #15288 +* listing: Expire object versions past expiry by @krisis in #15287 +* Updating minio-go by @cniackz in #15297 +* Fix site replication healing of missing buckets by @poornas in #15298 diff --git a/CloudronManifest.json b/CloudronManifest.json index 9e5d98b..1e9a7bb 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.2", - "upstreamVersion": "2022-07-13T23-29-44Z", + "version": "2.8.3", + "upstreamVersion": "2022-07-15T03-44-22Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,