From 17670769fa6a2118f2494c6e3bacccbf9678dc88 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 31 Oct 2024 09:21:09 +0100 Subject: [PATCH] Bump version --- CHANGELOG | 12 ++++++++++++ CloudronManifest.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 5d4e060..2f706f9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2706,3 +2706,15 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * Update minio to 2024-10-13T13-34-11Z * [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-10-13T13-34-11Z) +[3.15.2] +* Update minio to 2024-10-29T16-01-48Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-10-29T16-01-48Z) +* Correct the date filter check for batch replication by @​shtripat in https://github.com/minio/minio/pull/20569 +* Clear omitted fields by @​klauspost in https://github.com/minio/minio/pull/20575 +* Trace ILM errors by @​klauspost in https://github.com/minio/minio/pull/20576 +* Fix ILM expire workers exiting by @​klauspost in https://github.com/minio/minio/pull/20578 +* fix: avoid useless expires value in listing meta by @​donatello in https://github.com/minio/minio/pull/20584 +* heal: Avoid deadline error with very large objects (#​140) by @​vadmeste in https://github.com/minio/minio/pull/20586 +* heal: large objects fix and avoid .healing.bin corner case premature exit by @​vadmeste in https://github.com/minio/minio/pull/20577 +* run IAM purge routines deterministically every hr by @​donatello in https://github.com/minio/minio/pull/20587 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 6ca81b0..0f409f2 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "3.15.1", + "version": "3.15.2", "upstreamVersion": "RELEASE.2024-10-29T16-01-48Z", "healthCheckPath": "/minio/login", "memoryLimit": 2147483648,