diff --git a/CHANGELOG b/CHANGELOG index 2e2f032..91dc6dd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -48,3 +48,14 @@ [1.4.0] * Update to 2017-12-28T01-21-00Z +[1.5.0] +* Update minio to 2018-01-02T23-07-00Z +* Important [security fix](https://blog.minio.io/minio-release-jan-2nd-2018-security-advisory-ef0342a4ddba) +* fix timing oracle attack against signature V2/V4 verification (#5335) (17 hours ago) +* Fix PostPolicy form tests without hardcoded dates (#5337) (2 days ago) +* Integrate existing remove bucket functionality from newux to current UI (#5289) (4 days ago) +* Update config.json guide with details of version 22 (#5328) (5 days ago) +* fix: Better printing of XL config init error (#5284) (5 days ago) +* 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) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 1c849fd..43bffc0 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "1.4.0", + "version": "1.5.0", "healthCheckPath": "/minio/login", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index cd7600a..65d4257 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Minio 2017-12-28T01-21-00Z. +This app packages Minio 2018-01-02T23-07-00Z. Minio is a distributed object storage server built for cloud applications and devops.