Version 3.4.5

master v3.4.5
Girish Ramakrishnan 2023-01-25 10:36:53 +01:00
parent cc1385c856
commit c696512b49
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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,