From b64d0c834b606f110b880807ed6b9fe88725f691 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 19 Apr 2024 10:44:16 +0200 Subject: [PATCH] Version 3.13.11 --- CHANGELOG | 12 ++++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1221e41..34427ca 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2447,3 +2447,15 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * feat: support EdDSA/Ed25519 for oss by @jiuker in #19397 * update to latest deps by @harshavardhana in #19399 * Avoid using a nil transport when the config is not initialized by @vadmeste in #19405 + +[3.13.11] +* Update minio to 2024-04-18T19-09-19Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-04-18T19-09-19Z) +* fix: add fallbackDisks for disk healing by @harshavardhana in #19425 +* fix: increase the tiering part size to 128MiB by @harshavardhana in #19424 +* heal: Add more per disk healing result in the audit by @vadmeste in #19427 +* batch-repl: Do not allow both source/target to be remote by @vadmeste in #19434 +* Allow setting readOnlyRootFilesystem in securityContext by @AlexanderThaller in #19437 +* Add a warning when the total size of an object versions exceeds 1 TiB by @vadmeste in #19435 +* make if-none-match PUT/POST RFC compliant by @harshavardhana in #19448 +* fix: unknow contentType for ArchiveFileHandler by @jiuker in #19451 diff --git a/CloudronManifest.json b/CloudronManifest.json index 65df914..e216b29 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "3.13.10", - "upstreamVersion": "2024-04-06T05-26-02Z", + "version": "3.13.11", + "upstreamVersion": "2024-04-18T19-09-19Z", "healthCheckPath": "/minio/login", "memoryLimit": 2147483648, "httpPort": 8000,