From 594b45051dd567b99b30fb94adea82cefd6ce085 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 3 Jun 2023 10:26:25 +0200 Subject: [PATCH] Version 3.5.2 --- CHANGELOG | 11 +++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 795649e..8297616 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1813,3 +1813,14 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * Add object parity in listing V2M and listing versions M by @vadmeste in #17238 * allow specification of path/virtual style bucket lookup in batch replication by @poornas in #17201 * fix: Avoid Income globalStats twice upon error by @jiuker in #17263 + +[3.5.2] +* Update minio to 2023-06-02T23-17-26Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-06-02T23-17-26Z) +* fix: on windows use FindClose close handler by @jiuker in #17306 +* fix: cleanup empty multipart folders upon stale upload cleanup by @harshavardhana in #17312 +* Revert s3 select simdjson reuse by @klauspost in #17310 +* record err time when remote node is offline by @jiuker in #17262 +* 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 diff --git a/CloudronManifest.json b/CloudronManifest.json index a2377ed..d35ad6c 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.1", - "upstreamVersion": "2023-05-27T05-56-19Z", + "version": "3.5.2", + "upstreamVersion": "2023-06-02T23-17-26Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,