Version 1.53.0

This commit is contained in:
Girish Ramakrishnan 2019-03-19 10:38:07 -07:00
parent 14be49edf1
commit 2588b6acf1
3 changed files with 6 additions and 2 deletions

View File

@ -293,3 +293,7 @@
* Added support for temporary credentials for minio users via AssumeRole API. See here for details.
* Miscellaneous bugfix improvements in areas such as snappy compression, copyobjectpart, listobjects performance and detecting mountpoints.
[1.53.0]
* Update minio to 2019-03-13T21-59-47Z
* Miscellaneous improvements in various areas such as healing, S3Select, http2, etcd & coreDNS integrations.

View File

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

View File

@ -1,4 +1,4 @@
This app packages Minio <upstream>2019-03-06T22-47-10Z</upstream>.
This app packages Minio <upstream>2019-03-13T21-59-47Z</upstream>.
Minio is a distributed object storage server built for cloud applications and devops.