From 2fbefac3a9b94eed79694e82b96e4cc26f1ba22f Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 16 Jun 2023 17:29:29 +0530 Subject: [PATCH] Version 3.5.4 --- CHANGELOG | 8 ++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d47394e..a895491 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1834,3 +1834,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * 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 +[3.5.4] +* Update minio to 2023-06-16T02-41-06Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-06-16T02-41-06Z) +* return InvalidRequest when no parts are provided by @harshavardhana in #17395 +* service accounts are allowed to have no expiration by @harshavardhana in #17397 +* return 204 status code for DeleteBucketTagging by @harshavardhana in #17400 +* listen: Only error out if not able to bind any interface by @vadmeste in #17353 +* fix: protect ReplicationStats against concurrent map iteration and write crash by @klauspost in #17403 diff --git a/CloudronManifest.json b/CloudronManifest.json index b5d6d2c..8fddc79 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.3", - "upstreamVersion": "2023-06-09T07-32-12Z", + "version": "3.5.4", + "upstreamVersion": "2023-06-16T02-41-06Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,