From 30b42a8cbabbc18a76b44fb14460fce609bd5eae Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 27 Feb 2019 11:11:31 -0800 Subject: [PATCH] Version 1.51.0 --- CHANGELOG | 6 ++++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3e56eb2..116d30b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -282,3 +282,9 @@ * Simplified and fixed vault token renewal. See #7241 for details. * Added support for HTTP/2.0 in Minio Server. See #7204 for details. +[1.51.0] +* Update minio to 2019-02-26T19-51-46Z +* Bug fixes in various areas such as json & csv handling. +* s3: Encode StartAfter when encoding type is passed (#7281) (02/25/19) +* s3: Add support of encodingType parameter (#7265) (02/24/19) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 07f3933..d6a402e 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "1.50.0", + "version": "1.51.0", "healthCheckPath": "/minio/login", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 9f1fd40..03da5f8 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Minio 2019-02-20T22-44-29Z. +This app packages Minio 2019-02-26T19-51-46Z. Minio is a distributed object storage server built for cloud applications and devops.