Version 1.136.0

This commit is contained in:
Girish Ramakrishnan 2020-09-11 12:45:50 -07:00
parent 4dc37ac1aa
commit 6391c53196
3 changed files with 6 additions and 2 deletions

View File

@ -634,3 +634,7 @@
* Remove MaxConnsPerHost settings to avoid potential hangs. See (#10438) for more details.
* Ignore config values from unknown subsystems. See (#10432) for more details.
[1.136.0]
* Update minio to 2020-09-10T22-02-45Z
* Change permissions only when required

View File

@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "1.135.0",
"version": "1.136.0",
"healthCheckPath": "/minio/login",
"httpPort": 8000,
"addons": {

View File

@ -1,4 +1,4 @@
This app packages Minio <upstream>2020-09-08T23-05-18Z</upstream>.
This app packages Minio <upstream>2020-09-10T22-02-45Z</upstream>.
Minio is a distributed object storage server built for cloud applications and devops.