diff --git a/CHANGELOG b/CHANGELOG index f88edaa..a8d8b0f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -120,3 +120,13 @@ * [refactor] simplify en/decrypted size computation (#5658) * Fix format migration regression (#5668) +[1.10.0] +* Update minio to 2018-03-30T00-38-44Z +* Fix backend format for disk-cache - not to use FS format.json (#5732) (03/29/18) +* Fix help message to be uniform across env vars (#5735) (03/30/18) +* Apply storageClass data while config migration (#5737) (03/30/18) +* Fix PUT bucket notification deadlocks (#5734) (03/29/18) +* Fix block id length upto 8bytes only for azure gateway. (#5731) (03/29/18) +* Improve some wording in disk caching docs (#5730) (03/28/18) +* Remove deadcode related to multipart cleanup for fs (#5716) (03/28/18) + diff --git a/CloudronManifest.json b/CloudronManifest.json index b593f77..048f729 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "1.9.0-1", + "version": "1.10.0", "healthCheckPath": "/minio/login", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 42850a4..91b8a0c 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Minio 2018-03-19T19-22-06Z. +This app packages Minio 2018-03-30T00-38-44Z. Minio is a distributed object storage server built for cloud applications and devops.