From 7e149396708de97d14934c1af696b4bcbcd9dc35 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sun, 3 Dec 2023 14:51:01 +0100 Subject: [PATCH] Version 3.10.0 --- CHANGELOG | 13 +++++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4407529..43256c0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2109,3 +2109,16 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * Added graph for Erasure Set Tolerance value by @shtripat in #18472 * audit: Try to send audit even if the status is offline by @vadmeste in #18458 * fix: close the http.Body when WebhookTarget isActive by @jiuker in #18467 + +[3.10.0] +* Update minio to 2023-12-02T10-51-33Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-12-02T10-51-33Z) +* Websocket grid functionality by @klauspost in #18461 +* return errors if dataDir is missing during HeadObject() by @harshavardhana in #18477 +* fix: close http body for es action by @jiuker in #18491 +* Replicate Expiry ILM configs while site replication by @shtripat in #18130 +* use Access(F_OK) do not need to check for permissions by @harshavardhana in #18492 +* fix: go mod was pointed to personal repos with replace remove it by @harshavardhana in #18498 +* Adding a fix to check for bucket existence before upload by @zveinn in #18496 +* use the latest UBI image by @harshavardhana in #18497 +* Implement batch snowball by @vadmeste in #18485 diff --git a/CloudronManifest.json b/CloudronManifest.json index 478cf2d..e719012 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "3.9.11", - "upstreamVersion": "2023-11-20T22-40-07Z", + "version": "3.10.0", + "upstreamVersion": "2023-12-02T10-51-33Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,