Version 3.4.13

This commit is contained in:
Girish Ramakrishnan 2023-03-21 09:43:31 +01:00
parent 8feb8dd0e3
commit 13329afe50
2 changed files with 12 additions and 2 deletions

View File

@ -1705,3 +1705,13 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* Add Object Version count histogram by @klauspost in #16739
* fix: site-repl should heal STS with virtual parent by @donatello in #16792
* chore: drop go versions in static analysis by @ferhatelmas in #16790
[3.4.13]
* Update minio to 2023-03-20T20-16-18Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-03-20T20-16-18Z)
* Update audit log flow to use new headers with unit by @nitisht in #16797
* restore rotating root credentials properly by @harshavardhana in #16812
* remove unncessary logs from WalkDir(), PutObject() by @harshavardhana in #16818
* update go dependencies by @harshavardhana in #16798
* fix: return appropriate Location header for MakeBucket() by @harshavardhana in #16820
* debug: new tool to reorder local erasure disks by @vadmeste in #16816

View File

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "3.4.12",
"upstreamVersion": "2023-03-13T19-46-17Z",
"version": "3.4.13",
"upstreamVersion": "2023-03-20T20-16-18Z",
"healthCheckPath": "/minio/login",
"memoryLimit": 805306368,
"httpPort": 8000,