From d49de43f6bee18d85dbca37bc5383f30044d97bb Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 25 Mar 2023 09:21:22 +0100 Subject: [PATCH] Version 3.4.15 --- CHANGELOG | 8 ++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1cda4b4..6aa95cb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1723,3 +1723,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * fix: tweak the maintenance=true to satisfy baremetal first by @harshavardhana in #16864 * fix: add deadline conns and dnsCache for remote transports by @harshavardhana in #16865 * Add lazy init of audit logger by @klauspost in #16842 + +[3.4.15] +* Update minio to 2023-03-24T21-41-23Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-03-24T21-41-23Z) +* return quorum error instead of insufficient storage error by @vadmeste in #16874 +* 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 diff --git a/CloudronManifest.json b/CloudronManifest.json index 568aab7..627d563 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.14", - "upstreamVersion": "2023-03-22T06-36-24Z", + "version": "3.4.15", + "upstreamVersion": "2023-03-24T21-41-23Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,