diff --git a/CHANGELOG b/CHANGELOG index 1a56b66..2b126c0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 + diff --git a/CloudronManifest.json b/CloudronManifest.json index a247e3f..8a88c4d 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -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": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 0f00016..df2287d 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Minio 2020-09-08T23-05-18Z. +This app packages Minio 2020-09-10T22-02-45Z. Minio is a distributed object storage server built for cloud applications and devops.