From 508ce1d809dc7adaa81875d3f02264e92ecf626b Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 7 Nov 2020 18:33:14 -0800 Subject: [PATCH] Version 1.147.0 --- CHANGELOG | 9 +++++++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e67c749..360913e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -723,3 +723,12 @@ * Healing handles drive order mismatches. See (#10773) for more details. * Fixes for CopyObject,PutObjectTagging APIs to ensure drive order, also make sure GetObject honors fallbacks due to drive order changes. See (#10772) for more details. +[1.147.0] +* Update minio to 2020-11-06T23-17-07Z +* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-11-06T23-17-07Z) +Add support for ListObject caching. See (#10814, #10648, #10784, #10844, #10836, #10837, #10834, #10820, #10809, #10800, #10802, #10826, #10825, #10824) for more details. +* fix: replaced drive properly by healing the entire drive. See (#10799) for more details. +* allow requests to be proxied when server is booting up. See (#10790) for more details. +* Optimize decryptObjectInfo. See (#10726) for more details. +* fix: add support for O_DIRECT reads for erasure backends. See (#10718) for more details. + diff --git a/CloudronManifest.json b/CloudronManifest.json index 880ef88..718c7f5 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "1.146.0", + "version": "1.147.0", "healthCheckPath": "/minio/login", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 9f15d2b..9ca3c90 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Minio 2020-10-28T08-16-50Z. +This app packages Minio 2020-11-06T23-17-07Z. Minio is a distributed object storage server built for cloud applications and devops.