Version 1.117.0

This commit is contained in:
Girish Ramakrishnan 2020-07-02 08:25:21 -07:00
parent d7bf887392
commit 5f8c83149e
3 changed files with 12 additions and 2 deletions

View File

@ -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.

View File

@ -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": {

View File

@ -1,4 +1,4 @@
This app packages Minio <upstream>2020-06-22T03-12-50Z</upstream>.
This app packages Minio <upstream>2020-07-02T00-15-09Z</upstream>.
Minio is a distributed object storage server built for cloud applications and devops.