From 0d96abc3c82aa44a8b5c7904aedbad90460a0943 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 14 Dec 2023 11:33:53 +0100 Subject: [PATCH] Version 3.11.1 --- CHANGELOG | 9 +++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c321b66..38b2b73 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2148,3 +2148,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * feat: add events_errors_total metric by @jiuker in #18610 * add configuration to limit replication workers by @poornas in #18601 * use latest minisign release by @harshavardhana in #18614 + +[3.11.1] +* Update minio to 2023-12-13T23-28-55Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-12-13T23-28-55Z) +* tier: Add support of SP credentials with Azure by @vadmeste in #18630 +* Fix issue [#18315], resolve the absence of the sed command in ubi-mic… by @opencmit2 in #18459 +* reduce logging during permission denied errors by @harshavardhana in #18641 +* healthcheck requests with user-agent mozilla do not need redirects by @harshavardhana in #18642 +* Changed the expression to render the value by @shtripat in #18627 diff --git a/CloudronManifest.json b/CloudronManifest.json index 265c375..511073d 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "3.11.0", - "upstreamVersion": "2023-12-09T18-17-51Z", + "version": "3.11.1", + "upstreamVersion": "2023-12-13T23-28-55Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,