Version 1.5.0
This commit is contained in:
parent
826a6567f4
commit
f36229d1be
11
CHANGELOG
11
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)
|
||||
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages Minio <upstream>2017-12-28T01-21-00Z</upstream>.
|
||||
This app packages Minio <upstream>2018-01-02T23-07-00Z</upstream>.
|
||||
|
||||
Minio is a distributed object storage server built for cloud applications and devops.
|
||||
|
||||
|
|
Loading…
Reference in New Issue