From effb90c2acfbbc0109f847b68695536eba1a20fc Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 10 Jun 2023 12:07:15 +0530 Subject: [PATCH] Version 3.5.3 --- CHANGELOG | 10 ++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8297616..d47394e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1824,3 +1824,13 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * fix: proxy not set on subnet logger webhook sometimes by @anjalshireesh in #17320 * fix: time() returned function not being called as expected in globalSync() by @drivebyer in #17319 * fix: fail large content in DeleteMultipleObjects() early by @jiuker in #17321 + +[3.5.3] +* Update minio to 2023-06-09T07-32-12Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-06-09T07-32-12Z) +* fix: expMovingAvg is too small when startTime is zero by @jiuker in #17346 +* log: Add a log when saving pool.bin fails by @vadmeste in #17338 +* goroutines parser: Add --less flag to filter goroutines by @vadmeste in #17339 +* only allow decryption of etag for only sse-s3 by @harshavardhana in #17335 +* allow quota enforcement to rely on older values by @harshavardhana in #17351 + diff --git a/CloudronManifest.json b/CloudronManifest.json index d35ad6c..b5d6d2c 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "3.5.2", - "upstreamVersion": "2023-06-02T23-17-26Z", + "version": "3.5.3", + "upstreamVersion": "2023-06-09T07-32-12Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,