Version 3.4.14
This commit is contained in:
parent
19d114beda
commit
40f6e1675d
|
@ -1715,3 +1715,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* 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
|
||||
|
||||
[3.4.14]
|
||||
* Update minio to 2023-03-22T06-36-24Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-03-22T06-36-24Z)
|
||||
* check for quorum errors for DeleteBucket() by @harshavardhana in #16859
|
||||
* fix: tweak the maintenance=true to satisfy baremetal first by @harshavardhana in #16864
|
||||
* fix: add deadline conns and dnsCache for remote transports by @harshavardhana in #16865
|
||||
* Add lazy init of audit logger by @klauspost in #16842
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.4.13",
|
||||
"upstreamVersion": "2023-03-20T20-16-18Z",
|
||||
"version": "3.4.14",
|
||||
"upstreamVersion": "2023-03-22T06-36-24Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue