diff --git a/CHANGELOG b/CHANGELOG index c45115c..18cbd5f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1885,3 +1885,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * fix: upon DNS refresh() failure use previous values by @harshavardhana in #17561 * fix: create user without policy that is required by @jiuker in #17554 * fix: under FanOut API avoid repeated md5sum calculation by @harshavardhana in #17572 + +[3.6.2] +* Update minio to 2023-07-11T21-29-34Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-07-11T21-29-34Z) +* add variadic delays in peer notification retries by @harshavardhana in #17592 +* Fix helm templating syntax in post-job by @aztechian in #17600 +* Avoid per request URL parsing by @klauspost in #17593 +* fix: set request ID in tracing context key by @donatello in #17602 +* prometheus: Fix internode stats by @vadmeste in #17594 diff --git a/CloudronManifest.json b/CloudronManifest.json index 20ec340..5055a8f 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "3.6.1", - "upstreamVersion": "2023-07-07T07-13-57Z", + "version": "3.6.2", + "upstreamVersion": "2023-07-11T21-29-34Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,