diff --git a/CHANGELOG b/CHANGELOG index 6f5d991..6b3aaba 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1624,3 +1624,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * metrics: Add more logs when unable to read bucket usage by @vadmeste in #16405 * fix: calculate common parity properly by @harshavardhana in #16406 * Avoid dangling deletes if disk not found by @poornas in #16401 + +[3.4.4] +* Update minio to 2023-01-20T02-05-44Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-01-20T02-05-44Z) +* Signal stop-rebalance to all rebalancing pools by @krisis in #16438 +* 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 diff --git a/CloudronManifest.json b/CloudronManifest.json index af76d7b..84c6ec8 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.3", - "upstreamVersion": "2023-01-18T04-36-38Z", + "version": "3.4.4", + "upstreamVersion": "2023-01-20T02-05-44Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,