Version 1.9.0-1
This commit is contained in:
parent
584f7179b4
commit
51bc8a7d2a
|
@ -114,3 +114,9 @@
|
||||||
* Fixes a regression in Heal() implementation due to lock contention.
|
* Fixes a regression in Heal() implementation due to lock contention.
|
||||||
* Major cleanup of notification sub-system.
|
* Major cleanup of notification sub-system.
|
||||||
|
|
||||||
|
[1.9.0-1]
|
||||||
|
* Update minio to 2018-03-19T19-22-06Z
|
||||||
|
* This release fixes a critical migration issue when upgrading minio between certain versions. Please see issue for more details as described by community member (@kybi) here : #5667.
|
||||||
|
* [refactor] simplify en/decrypted size computation (#5658)
|
||||||
|
* Fix format migration regression (#5668)
|
||||||
|
|
||||||
|
|
|
@ -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",
|
"version": "1.9.0-1",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Minio <upstream>2018-03-16T22-52-12Z</upstream>.
|
This app packages Minio <upstream>2018-03-19T19-22-06Z</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