From 509973ca24e302be78189aff33523e69fc82a34c Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 2 May 2018 13:48:40 -0700 Subject: [PATCH] Version 1.14.0 --- CHANGELOG | 7 +++++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4d6496b..4a0f5ba 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -139,3 +139,10 @@ [1.13.0] * Update minio to 2018-04-19T22-54-58Z +[1.14.0] +* Update minio to 2018-04-27T23-33-52Z +* Remove logging of redundant messages when running Minio server. +* Upgrading to this release will automatically migrate any erroneous bucket policies to strict S3 compliant bucket policies. Please check all your bucket policies after upgrading to this release. +* Fix s3 compatibility fixes for getBucketLocation,headBucket,deleteBucket (#5842) (04/23/18) +* Disable "chunked" uploading by the GCS client for objects smaller than the chunk size. (#5835) (04/20/18) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 0405af8..0ae7d06 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "1.13.0", + "version": "1.14.0", "healthCheckPath": "/minio/login", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index dbe1236..6851ce9 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Minio 2018-04-19T22-54-58Z. +This app packages Minio 2018-04-27T23-33-52Z. Minio is a distributed object storage server built for cloud applications and devops.