From 63240d9ef73f0609adcbb57c95b6b294cdb26a59 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 1 May 2024 11:15:41 +0200 Subject: [PATCH] Bump version --- CHANGELOG | 10 ++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 64355e0..5a20384 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2506,3 +2506,13 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * iam reload policy mapping of STS users properly by @poornas in #19626 * a bunch of fixes for error handling by @harshavardhana in #19627 +[3.13.13] +* Update minio to 2024-05-01T01-11-10Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-05-01T01-11-10Z) +* Always unfreeze when connection dies by @klauspost in #19634 +* avoid data race for testing by @jiuker in #19635 +* Suppress metrics with zero values by @shtripat in #19638 +* Allow custom SFTP algorithm selection by @klauspost in #19636 +* fix: a crash in RemoveReplication target by @harshavardhana in #19640 +* ilm: Handle DeleteAllVersions action differently for DEL markers by @krisis in #19481 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 2842f11..280b86f 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.12", - "upstreamVersion": "2024-04-28T17-53-50Z", + "version": "3.13.13", + "upstreamVersion": "2024-05-01T01-11-10Z", "healthCheckPath": "/minio/login", "memoryLimit": 2147483648, "httpPort": 8000,