Version 1.137.0

This commit is contained in:
Girish Ramakrishnan 2020-09-21 09:58:30 -07:00
parent fe1e252764
commit 3f27a31f65
3 changed files with 8 additions and 2 deletions

View File

@ -638,3 +638,9 @@
* Update minio to 2020-09-10T22-02-45Z
* Change permissions only when required
[1.137.0]
* Update minio to 2020-09-17T04-49-20Z
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-09-17T04-49-20Z)
* fix background disk healing. See (#10502) for more details.
* Minor fixes in listing, replication and ilm.

View File

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

View File

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