Version 1.156.0

This commit is contained in:
Girish Ramakrishnan 2021-01-17 18:19:52 -08:00
parent 0f3c5be8d9
commit d2e9ae39d0
3 changed files with 12 additions and 2 deletions

View File

@ -798,3 +798,13 @@ Add support for ListObject caching. See (#10814, #10648, #10784, #10844, #10836,
[1.155.0]
* Update minio to 2021-01-08T21-18-21Z
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-01-08T21-18-21Z)
[1.156.0]
* Update minio to 2021-01-16T02-19-44Z
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-01-16T02-19-44Z)
* fix: preserve cache calculated previously while moving from v2 to v3. See (#11269) for more details.
* listing with prefix prefixed with '/' should be ignored. See (#11268) for more details.
* enable small and large file optimization. See (#11260) for more details.
* fix: enable xl.json to xl.meta only if legacy drive is found. See (#11255) for more details.

View File

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

View File

@ -1,4 +1,4 @@
This app packages Minio <upstream>2021-01-08T21-18-21Z</upstream>.
This app packages Minio <upstream>2021-01-16T02-19-44Z</upstream>.
Minio is a distributed object storage server built for cloud applications and devops.