From 60ea2849e15491f0810a032b5562f31ec38714ef Mon Sep 17 00:00:00 2001 From: Package Updates Date: Wed, 23 Apr 2025 12:44:45 +0000 Subject: [PATCH] Update package version to 4.4.2 --- CHANGELOG | 12 ++++++++++++ CloudronManifest.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index af03582..c0b9a82 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2854,3 +2854,15 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * decom: Ignore orphan delete markers in verification stage by [@​vadmeste](https://github.com/vadmeste) in https://github.com/minio/minio/pull/21106 * ilm: Expect objects with only free versions when scanning by [@​krisis](https://github.com/krisis) in https://github.com/minio/minio/pull/21112 +[4.4.2] +* Update minio to RELEASE.2025-04-22T22-12-26Z +* [Full Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2025-04-22T22-12-26Z) +* move to go1.24 by [@harshavardhana](https://github.com/harshavardhana) in https://github.com/minio/minio/pull/21114 +* Fix buffered streams missing final entries by [@klauspost](https://github.com/klauspost) in https://github.com/minio/minio/pull/21122 +* typo: fix error msg for decoding XL headers by [@wooffie](https://github.com/wooffie) in https://github.com/minio/minio/pull/21120 +* typo: fix return of checkDiskFatalErrs by [@wooffie](https://github.com/wooffie) in https://github.com/minio/minio/pull/21121 +* Fix shared error buffer by [@klauspost](https://github.com/klauspost) in https://github.com/minio/minio/pull/21203 +* support autogenerated credentials for KMS_SECRET_KEY properly by [@harshavardhana](https://github.com/harshavardhana) in https://github.com/minio/minio/pull/21223 +* fix: batch expiry job doesn't report delete marker in batch-status me by [@jiuker](https://github.com/jiuker) in https://github.com/minio/minio/pull/21183 +* Nats tls handshake first by [@matthewdavidlloyd](https://github.com/matthewdavidlloyd) in https://github.com/minio/minio/pull/21008 + diff --git a/CloudronManifest.json b/CloudronManifest.json index a835ce9..a0c604f 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "4.4.1", + "version": "4.4.2", "upstreamVersion": "RELEASE.2025-04-22T22-12-26Z", "healthCheckPath": "/minio/login", "memoryLimit": 2147483648,