Version 1.57.0
This commit is contained in:
parent
d754979356
commit
caed9ab165
|
@ -309,3 +309,6 @@
|
|||
* (security) Validate if bucket names are internal
|
||||
* canonicalize ETag correctly
|
||||
|
||||
[1.57.0]
|
||||
* Update minio to 2019-04-09T01-22-30Z
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "1.56.0",
|
||||
"version": "1.57.0",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages Minio <upstream>2019-04-04T18-31-46Z</upstream>.
|
||||
This app packages Minio <upstream>2019-04-09T01-22-30Z</upstream>.
|
||||
|
||||
Minio is a distributed object storage server built for cloud applications and devops.
|
||||
|
||||
|
|
Loading…
Reference in New Issue