diff --git a/CHANGELOG b/CHANGELOG index b701b63..4b97aa9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -503,3 +503,13 @@ * Update minio to 2020-06-22T03-12-50Z * [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-06-22T03-12-50Z) +[1.117.0] +* Update minio to 2020-07-02T00-15-09Z +* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-07-02T00-15-09Z) +* fix: readiness needs to be like liveness. See (#9941) for more details. +* Allow optionally to disable range caching. See (#9908) for more details. +* Simplify background heal and trigger heal items early. See (#9928) for more details. +* update gorilla deps for query parsing performance improvements. See (#9929) for more details. +* Improvements to online status. See (#9858, #9808) for more details. +* pop entries from each drives in parallel. See (#9918) for more details. + diff --git a/CloudronManifest.json b/CloudronManifest.json index 93fcd5a..dac03a3 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "1.116.0", + "version": "1.117.0", "healthCheckPath": "/minio/login", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 3c71ec3..2139843 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Minio 2020-06-22T03-12-50Z. +This app packages Minio 2020-07-02T00-15-09Z. Minio is a distributed object storage server built for cloud applications and devops.