diff --git a/CHANGELOG b/CHANGELOG index 2b126c0..f604fb1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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. + diff --git a/CloudronManifest.json b/CloudronManifest.json index 8a88c4d..8d4fb31 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -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": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index df2287d..bd0ade5 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Minio 2020-09-10T22-02-45Z. +This app packages Minio 2020-09-17T04-49-20Z. Minio is a distributed object storage server built for cloud applications and devops.