diff --git a/CHANGELOG b/CHANGELOG index 141d087..d75bb44 100644 --- a/CHANGELOG +++ b/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 * Reduce allocations in Walkdir by @klauspost in #17036 * 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 diff --git a/CloudronManifest.json b/CloudronManifest.json index 8e17c4c..1d0c38a 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "3.4.18", - "upstreamVersion": "2023-04-20T17-56-55Z", + "version": "3.4.19", + "upstreamVersion": "2023-04-28T18-11-17Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,