From 368da335812335cb3adf7275bf604bdb4000296f Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 25 Mar 2024 11:18:57 +0100 Subject: [PATCH] Bump version --- CHANGELOG | 25 +++++++++++++++++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a01f1a9..2339e5b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2392,3 +2392,28 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-03-15T01-07-19Z) * allow dynamically changing max_object_versions per object (#19265) +[3.13.7] +* Update minio to 2024-03-21T23-13-43Z +* [Changelog](https://github.com/minio/minio/releases/tag/2024-03-21T23-13-43Z) +* write anything beyond 4k to be written in 4k pages by @harshavardhana in https://github.com/minio/minio/pull/19269 +* fix wrong time.Parse params order by @alingse in https://github.com/minio/minio/pull/19279 +* implement a flag to specify custom crossdomain.xml by @harshavardhana in https://github.com/minio/minio/pull/19262 +* fix: add a default requests deadline when deadline is 0 by @harshavardhana in https://github.com/minio/minio/pull/19287 +* add deprecated expiry_workers to be ignored by @harshavardhana in https://github.com/minio/minio/pull/19289 +* add additional logs for the decom during metadata save by @harshavardhana in https://github.com/minio/minio/pull/19288 +* feat: add user to NOTIFY_REDIS by @jiuker in https://github.com/minio/minio/pull/19285 +* change the notification queue full message by @harshavardhana in https://github.com/minio/minio/pull/19293 +* list: Fix IsTruncated and NextMarker when encountering expired objects by @vadmeste in https://github.com/minio/minio/pull/19290 +* xl: Purge instead of moving to trash with near filled disks by @vadmeste in https://github.com/minio/minio/pull/19294 +* crypto: generate OEK using HMAC-SHA256 instead of SHA256 by @aead in https://github.com/minio/minio/pull/19297 +* decom: Fix failed status after a failed decommission by @vadmeste in https://github.com/minio/minio/pull/19300 +* Handle zero versions qualified for expiration by @krisis in https://github.com/minio/minio/pull/19301 +* avoid triggering heals on metacache files if any by @harshavardhana in https://github.com/minio/minio/pull/19299 +* add IAM policyDB lookup fallbacks to drives by @harshavardhana in https://github.com/minio/minio/pull/19302 +* replication: enforce precondition for multipart by @poornas in https://github.com/minio/minio/pull/19306 +* fix: peer addr returned as empty string by @anjalshireesh in https://github.com/minio/minio/pull/19308 +* fix: Fix crash when logging events and anonymous is enabled by @vadmeste in https://github.com/minio/minio/pull/19313 +* use retry during policy reload from drives by @harshavardhana in https://github.com/minio/minio/pull/19307 +* 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 + diff --git a/CloudronManifest.json b/CloudronManifest.json index f345b0e..70bd725 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.6", - "upstreamVersion": "2024-03-15T01-07-19Z", + "version": "3.13.7", + "upstreamVersion": "2024-03-21T23-13-43Z", "healthCheckPath": "/minio/login", "memoryLimit": 2147483648, "httpPort": 8000,