Version 1.148.0

This commit is contained in:
Girish Ramakrishnan 2020-11-13 10:13:39 -08:00
parent 1cbf80465f
commit f4878ab442
3 changed files with 11 additions and 2 deletions

View File

@ -732,3 +732,12 @@ Add support for ListObject caching. See (#10814, #10648, #10784, #10844, #10836,
* Optimize decryptObjectInfo. See (#10726) for more details.
* fix: add support for O_DIRECT reads for erasure backends. See (#10718) for more details.
[1.148.0]
* Update minio to 2020-11-12T22-33-34Z
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-11-12T22-33-34Z)
* Fix to sort directory objects correctly. See (#10886) for more details.
* fix: HDFS list bucket when subpath is provided. See (#10884) for more details.
* list cache improvements. See (#10879, #10883) for more details.
* fix: simplify healing metadata objects per set. See (#10867) for more details.
* DeletedObjects: Return objects on lock failure. See (#10874) for more details.

View File

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

View File

@ -1,4 +1,4 @@
This app packages Minio <upstream>2020-11-06T23-17-07Z</upstream>.
This app packages Minio <upstream>2020-11-12T22-33-34Z</upstream>.
Minio is a distributed object storage server built for cloud applications and devops.