Version 3.4.5
This commit is contained in:
parent
cc1385c856
commit
c696512b49
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue