Version 1.6.0

This commit is contained in:
Girish Ramakrishnan 2018-01-19 09:24:44 -08:00
parent 8b520893ea
commit 61c69ecdc4
3 changed files with 15 additions and 2 deletions

View File

@ -59,3 +59,16 @@
* Fix config.json parsing to fetch correct storage class (#5327) (6 days ago)
* Update yaml files to lastest version RELEASE.2017-12-28T01-21-00Z (6 days ago)
[1.6.0]
* Update minio to 2018-01-18T20-33-21Z
* Critical [security fix](https://blog.minio.io/minio-release-jan-18-2018-security-advisory-4c64ca87721b)
* Fix free and total space reported in startup banner (#5419) (25 hours ago)
* replace all "crypto/sha256" with "github.com/minio/sha256-simd" (#5391) (26 hours ago)
* gateway/manta: Bump manta dependencies (#5414) (26 hours ago)
* fix authentication bypass against Admin-API (#5412) (26 hours ago)
* Removes logrus package and refactors logging messages (#5293) (29 hours ago)
* Document pre-existing data in fs mode (#5365) (30 hours ago)
* Update storage class related documents (#5399) (35 hours ago)
* Don't delete lock ops entry during state change (#5388) (2 days ago)
* Remove upload healing related dead code (#5404) (3 days ago)
* Fix multi-file dropzone upload issue causing bucket listing duplication (#5392) (5 days ago)

View File

@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "1.5.0",
"version": "1.6.0",
"healthCheckPath": "/minio/login",
"httpPort": 8000,
"addons": {

View File

@ -1,4 +1,4 @@
This app packages Minio <upstream>2018-01-02T23-07-00Z</upstream>.
This app packages Minio <upstream>2018-01-18T20-33-21Z</upstream>.
Minio is a distributed object storage server built for cloud applications and devops.