Version 3.4.4
This commit is contained in:
parent
8252a3ee75
commit
36d5d82e88
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue