From b03de0c6f2895950d930ad06b4b88d5e50c7f0aa Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 8 Mar 2019 11:35:18 -0800 Subject: [PATCH] Version 1.52.0 --- CHANGELOG | 5 +++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 116d30b..6488415 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -288,3 +288,8 @@ * s3: Encode StartAfter when encoding type is passed (#7281) (02/25/19) * s3: Add support of encodingType parameter (#7265) (02/24/19) +[1.52.0] +* Update minio to 2019-03-06T22-47-10Z +* Added support for temporary credentials for minio users via AssumeRole API. See here for details. +* Miscellaneous bugfix improvements in areas such as snappy compression, copyobjectpart, listobjects performance and detecting mountpoints. + diff --git a/CloudronManifest.json b/CloudronManifest.json index d6a402e..a5b6bae 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "1.51.0", + "version": "1.52.0", "healthCheckPath": "/minio/login", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 03da5f8..03adec7 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Minio 2019-02-26T19-51-46Z. +This app packages Minio 2019-03-06T22-47-10Z. Minio is a distributed object storage server built for cloud applications and devops.