Version 3.4.13
This commit is contained in:
parent
8feb8dd0e3
commit
13329afe50
10
CHANGELOG
10
CHANGELOG
|
@ -1705,3 +1705,13 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* Add Object Version count histogram by @klauspost in #16739
|
* Add Object Version count histogram by @klauspost in #16739
|
||||||
* fix: site-repl should heal STS with virtual parent by @donatello in #16792
|
* fix: site-repl should heal STS with virtual parent by @donatello in #16792
|
||||||
* chore: drop go versions in static analysis by @ferhatelmas in #16790
|
* 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
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "3.4.12",
|
"version": "3.4.13",
|
||||||
"upstreamVersion": "2023-03-13T19-46-17Z",
|
"upstreamVersion": "2023-03-20T20-16-18Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue