Version 1.137.0
This commit is contained in:
parent
fe1e252764
commit
3f27a31f65
|
@ -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.
|
||||
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue