From 557a8acd3d8fa49749c49a0b4cd6398bd60bc90c Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 10 May 2024 13:52:21 +0200 Subject: [PATCH] Bump version --- CHANGELOG | 21 +++++++++++++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 38fdca9..ed704cc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2545,3 +2545,24 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * fix: collect quorum errors for deletePrefix() by @harshavardhana in #19685 * Support user certificate based authentication on SFTP by @olljanat in #19650 +[3.13.15] +* Update minio to 2024-05-10T01-41-38Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-05-10T01-41-38Z) +* fix: unexpected credentials missing while passing (05/09/24) +* remove references for MINIO_SERVER_URL (05/09/24) +* add log-prefix name for specifying custom log-name (#19712) (05/09/24) +* Revert "Fix incorrect merging of slash-suffixed objects (#19699)" (05/09/24) +* fix: truncate Expiration to second when Add ServiceAccount (#19674) (05/10/24) +* Fix incorrect merging of slash-suffixed objects (#19699) (05/09/24) +* deprecate unexpected healing failed counters (#19705) (05/09/24) +* pass around correct endpoint while registering remote storage (#19710) (05/09/24) +* ldap-import: Add additional logs (#19691) (05/09/24) +* results must be a single channel to avoid overwriting healing.bin (#19702) (05/09/24) +* chore: use errors.New to replace fmt.Errorf with no parameters (#19568) (05/09/24) +* upgrade to go1.22.x (05/09/24) +* allow caller context during reloads() to cancel (#19687) (05/08/24) +* grid: Fix a window of a disconnected node not marked as offline (#19703) (05/09/24) +* Accept multipart checksums with part count (#19680) (05/08/24) +* kms: add support for MinKMS and remove some unused/broken code (#19368) (05/08/24) +* return appropriate error upon reaching maxClients() (#19669) (05/07/24) + diff --git a/CloudronManifest.json b/CloudronManifest.json index c243e05..6f5603a 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.14", - "upstreamVersion": "2024-05-07T06-41-25Z", + "version": "3.13.15", + "upstreamVersion": "2024-05-10T01-41-38Z", "healthCheckPath": "/minio/login", "memoryLimit": 2147483648, "httpPort": 8000,