diff --git a/CHANGELOG b/CHANGELOG index 7aad7f8..b41fa9f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1194,4 +1194,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-06-07T00-33-41Z) * do not print errors upon 'nil' err (06/06/22) (Minio Trusted) +[2.7.2] +* Update minio to 2022-06-10T16-59-15Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-06-10T16-59-15Z) +* Include the entirety of vendor folder in .gitignore by @kaankabalak in #15046 +* relax O_DIRECT in single drive mode if unsupported by @harshavardhana in #15045 +* Bump Console v0.18.1 by @dvaldivia in #15051 +* healthcheck cluster endpoint should honor write/readQuorum per pool by @harshavardhana in #15053 +* fix: make metrics endpoint responsive by reducing the chatter by @harshavardhana in #15055 diff --git a/CloudronManifest.json b/CloudronManifest.json index 9597c74..95556e8 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "2.7.1", - "upstreamVersion": "2022-06-07T00-33-41Z", + "version": "2.7.2", + "upstreamVersion": "2022-06-10T16-59-15Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,