From 6aba571eb7ffa61537becaf9544aaeabc4a52d1a Mon Sep 17 00:00:00 2001 From: Package Updates Date: Sun, 9 Feb 2025 09:44:57 +0000 Subject: [PATCH] Update package version to 4.1.1 --- CHANGELOG | 8 ++++++++ CloudronManifest.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 9296c89..f895129 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2781,3 +2781,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * Redact sensitive fields from DescribeBatchJob by [@​klauspost](https://github.com/klauspost) in https://github.com/minio/minio/pull/20881 * fix: proxy requests to honor global transport by [@​vadmeste](https://github.com/vadmeste) in https://github.com/minio/minio/pull/20889 +[4.1.1] +* Update minio to RELEASE.2025-02-07T23-21-09Z +* [Full Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2025-02-07T23-21-09Z) +* replication: default tag timestamps in CopyObject call by [@​poornas](https://github.com/poornas) in https://github.com/minio/minio/pull/20891 +* sts: allow client-provided intermediate CAs by [@​aead](https://github.com/aead) in https://github.com/minio/minio/pull/20896 +* Fix multipart replication with 1 part objects by [@​klauspost](https://github.com/klauspost) in https://github.com/minio/minio/pull/20895 +* kms: add `MINIO_KMS_REPLICATE_KEYID` option by [@​aead](https://github.com/aead) in https://github.com/minio/minio/pull/20909 + diff --git a/CloudronManifest.json b/CloudronManifest.json index a1ad09a..acf99ca 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "4.1.0", + "version": "4.1.1", "upstreamVersion": "RELEASE.2025-02-07T23-21-09Z", "healthCheckPath": "/minio/login", "memoryLimit": 2147483648,