From 1ac3bbe134c4db6ddb97fc9384c75bab11bcae2e Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 28 Feb 2023 10:05:23 +0100 Subject: [PATCH] Version 3.4.10 --- CHANGELOG | 9 +++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8cc4720..a8a7204 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1674,3 +1674,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * fix: healing of replication config for endpoint changes by @poornas in #16648 * Add detailed scanner trace output and notifications by @klauspost in #16668 * Set meaningful message from minio with env variable KMS_SECRET_KEY by @allanrogerr in #16584 + +[3.4.10] +* Update minio to 2023-02-27T18-10-45Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-02-27T18-10-45Z) +* event target registration failures must be returned by @harshavardhana in #16700 +* Remove bloom filter by @klauspost in #16682 +* Better error message when TLS certs do not have proper permissions by @vadmeste in #16703 +* Update OpenID doc with info on redirection params by @donatello in #16704 +* tests: Add test for S3 API error codes by @vadmeste in #16705 diff --git a/CloudronManifest.json b/CloudronManifest.json index e3dea17..2d1c2fc 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.9", - "upstreamVersion": "2023-02-22T18-23-45Z", + "version": "3.4.10", + "upstreamVersion": "2023-02-27T18-10-45Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,