From c696512b49a02a5921aa614f4c88fcf006077d82 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 25 Jan 2023 10:36:53 +0100 Subject: [PATCH] Version 3.4.5 --- CHANGELOG | 7 +++++++ CloudronManifest.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6b3aaba..9ff03b1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1632,3 +1632,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * Use async healing in PutObject call by @vadmeste in #16431 * add a way to avoid blocking queueHealTask() depending on caller by @harshavardhana in #16433 * Fix bandwidth monitoring to be per remote target by @poornas in #16360 + +[3.4.5] +* Update minio to 2023-01-25T00-19-54Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-01-25T00-19-54Z) +* fix: deleted object names for directory objects by @klauspost in #16448 +* grafana: Show one metric for the total data growth by @vadmeste in #16449 +* replication: Avoid logging PreConditionFailed error by @poornas in #16450 diff --git a/CloudronManifest.json b/CloudronManifest.json index 84c6ec8..4e1f605 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "3.4.4", - "upstreamVersion": "2023-01-20T02-05-44Z", + "version": "3.4.5", + "upstreamVersion": "2023-01-25T00-19-54Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,