Version 1.56.0

This commit is contained in:
Girish Ramakrishnan 2019-04-07 17:04:24 -07:00
parent 1edd7cf09a
commit fb4db828f1
3 changed files with 8 additions and 2 deletions

View File

@ -303,3 +303,9 @@
[1.55.0]
* Update minio to 2019-03-27T22-35-21Z
[1.56.0]
* Update miniot to 2019-04-04T18-31-46Z
* (security) fix privilege escalation against inter-node communication
* (security) Validate if bucket names are internal
* canonicalize ETag correctly

View File

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

View File

@ -1,4 +1,4 @@
This app packages Minio <upstream>2019-03-27T22-35-21Z</upstream>.
This app packages Minio <upstream>2019-04-04T18-31-46Z</upstream>.
Minio is a distributed object storage server built for cloud applications and devops.