diff --git a/CHANGELOG b/CHANGELOG index 712cc23..1cda4b4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/CloudronManifest.json b/CloudronManifest.json index 4e8feae..568aab7 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.13", - "upstreamVersion": "2023-03-20T20-16-18Z", + "version": "3.4.14", + "upstreamVersion": "2023-03-22T06-36-24Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,