Version 1.10.0
This commit is contained in:
parent
134095ee7c
commit
69761bb664
10
CHANGELOG
10
CHANGELOG
|
@ -120,3 +120,13 @@
|
||||||
* [refactor] simplify en/decrypted size computation (#5658)
|
* [refactor] simplify en/decrypted size computation (#5658)
|
||||||
* Fix format migration regression (#5668)
|
* 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)
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "1.9.0-1",
|
"version": "1.10.0",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -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.
|
Minio is a distributed object storage server built for cloud applications and devops.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue