Version 1.10.0

This commit is contained in:
Girish Ramakrishnan 2018-04-02 11:55:08 -07:00
parent 134095ee7c
commit 69761bb664
3 changed files with 12 additions and 2 deletions

View File

@ -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)

View File

@ -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": {

View File

@ -1,4 +1,4 @@
This app packages Minio <upstream>2018-03-19T19-22-06Z</upstream>.
This app packages Minio <upstream>2018-03-30T00-38-44Z</upstream>.
Minio is a distributed object storage server built for cloud applications and devops.