From 32a649b52ac093ad3c9b800cae2b9f69abb9009d Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sun, 9 Apr 2023 09:54:48 +0200 Subject: [PATCH] Version 3.4.16 --- CHANGELOG | 15 +++++++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6aa95cb..e9ca81f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1731,3 +1731,18 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * add missing expiration information from 'sts info' by @harshavardhana in #16878 * Revert query parameter src from diag upload if callhome enabled by @shtripat in #16881 * Revert "Make localLocker lock attempts cancellable (#16510)" by @klauspost in #16884 + +[3.4.16] +* Update minio to 2023-04-07T05-28-58Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-04-07T05-28-58Z) +* Set Console global Root CAs early to trust provided certs by @vadmeste in #16890 +* ignore operation timedout errors by @harshavardhana in #16891 +* fix: Avoid multiple write responses by @jiuker in #16894 +* fix: time.Parse RFC3339Nano by @jiuker in #16892 +* update all our deps by @harshavardhana in #16899 +* [testing] add mint runner test by @harshavardhana in #16868 +* fix: avoid logging when object/version not found in replication by @allanrogerr in #16919 +* fix: missing return after error response by @donatello in #16920 +* fix: put *msgp.Reader back in pool by @jiuker in #16927 +* fix: avoid out of slice index by @jiuker in #16925 +* allow more workers for ILM expiration by @harshavardhana in #16924 diff --git a/CloudronManifest.json b/CloudronManifest.json index 627d563..1384601 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "3.4.15", - "upstreamVersion": "2023-03-24T21-41-23Z", + "version": "3.4.16", + "upstreamVersion": "2023-04-07T05-28-58Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,