Version 1.117.0
This commit is contained in:
parent
d7bf887392
commit
5f8c83149e
10
CHANGELOG
10
CHANGELOG
|
@ -503,3 +503,13 @@
|
||||||
* Update minio to 2020-06-22T03-12-50Z
|
* Update minio to 2020-06-22T03-12-50Z
|
||||||
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.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.
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "1.116.0",
|
"version": "1.117.0",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -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.
|
Minio is a distributed object storage server built for cloud applications and devops.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue