Version 3.4.19
This commit is contained in:
parent
78913a6f02
commit
c32fc59b39
11
CHANGELOG
11
CHANGELOG
|
@ -1769,3 +1769,14 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* implement support for FTP/SFTP server by @harshavardhana in #16952
|
* implement support for FTP/SFTP server by @harshavardhana in #16952
|
||||||
* Reduce allocations in Walkdir by @klauspost in #17036
|
* Reduce allocations in Walkdir by @klauspost in #17036
|
||||||
* Reformat helm chart templates by @dnskr in #16947
|
* Reformat helm chart templates by @dnskr in #16947
|
||||||
|
|
||||||
|
[3.4.19]
|
||||||
|
* Update minio to 2023-04-28T18-11-17Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-04-28T18-11-17Z)
|
||||||
|
* fix: delete DNS upon success, update failure message by @harshavardhana in #17059
|
||||||
|
* avoid attempting to migrate old configs by @harshavardhana in #17004
|
||||||
|
* server-info: Return initializing state properly by @vadmeste in #17070
|
||||||
|
* simplify sort.Sort by using sort.Slice by @harshavardhana in #17066
|
||||||
|
* heal: Pick maximally occuring modTime in quorum by @krisis in #17071
|
||||||
|
* fix: DeleteBucket for peers() must recreate bucket upon errors by @harshavardhana in #17079
|
||||||
|
* fix: initialize reverse proxy forwarder with right public certs by @harshavardhana in #17080
|
||||||
|
|
|
@ -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.18",
|
"version": "3.4.19",
|
||||||
"upstreamVersion": "2023-04-20T17-56-55Z",
|
"upstreamVersion": "2023-04-28T18-11-17Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue