From 51850a87d87def01c3b27a359f50163bf3224057 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 27 Mar 2024 10:28:05 +0100 Subject: [PATCH] Bump version --- CHANGELOG | 12 ++++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2339e5b..3f40734 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2417,3 +2417,15 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * Encode dir obj names before expiration by @krisis in https://github.com/minio/minio/pull/19305 * fix batch snowball to close channel after listing finishes by @poornas in https://github.com/minio/minio/pull/19316 +[3.13.8] +* Update minio to 2024-03-26T22-10-45Z +* [Changelog](https://github.com/minio/minio/releases/tag/2024-03-26T22-10-45Z) +* Webhook targets refactor and bug fixes by @zveinn in https://github.com/minio/minio/pull/19275 +* fix: convert multiple callers to use toStorageErr(err) correctly by @harshavardhana in https://github.com/minio/minio/pull/19339 +* fix: should return when error happend by @jiuker in https://github.com/minio/minio/pull/19342 +* bring back minor DNS cache for k8s setups by @harshavardhana in https://github.com/minio/minio/pull/19341 +* Adding dashboard for MinIO node metrics by @shtripat in https://github.com/minio/minio/pull/19329 +* Fix races in IAM cache lazy loading by @klauspost in https://github.com/minio/minio/pull/19346 +* allow configuring inline shard size value by @harshavardhana in https://github.com/minio/minio/pull/19336 +* replication:fix precondition check for multipart by @poornas in https://github.com/minio/minio/pull/19349 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 70bd725..bc1f14b 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.7", - "upstreamVersion": "2024-03-21T23-13-43Z", + "version": "3.13.8", + "upstreamVersion": "2024-03-26T22-10-45Z", "healthCheckPath": "/minio/login", "memoryLimit": 2147483648, "httpPort": 8000,