diff --git a/CHANGELOG b/CHANGELOG index fd32a85..1f1268a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -155,3 +155,7 @@ * Return NoSuchKey for anonReqs with s3:ListBucket policy (#5876) (05/01/18) * Remove s3:ListObjects policy action to be in sync with AWS-S3 (#5875) (05/01/18) * Copy an object without user-defined metadata for Azure gateway (#5872) (05/02/18) + +[1.16.0] +* Update minio to 2018-05-11T00-29-24Z + diff --git a/CloudronManifest.json b/CloudronManifest.json index 6310aae..d8ce13f 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "1.15.0", + "version": "1.16.0", "healthCheckPath": "/minio/login", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 4ff6692..8367164 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Minio 2018-05-04T23-13-12Z. +This app packages Minio 2018-05-11T00-29-24Z. Minio is a distributed object storage server built for cloud applications and devops.