From 0cb1f22fdcd9ccb7b40b0e48e4aa5b6985151470 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 6 Apr 2021 20:01:20 -0700 Subject: [PATCH] Version 1.160.0 --- CHANGELOG | 9 +++++++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9de00a3..5b94789 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -936,3 +936,12 @@ Add support for ListObject caching. See (#10814, #10648, #10784, #10844, #10836, * allow configuring delete cleanup interval from default 10minutes (#11818) (03/17/21) (Harshavardhana) * storage write call path optimizations (#11805) (03/17/21) (Harshavardhana) * add additional metrics per disk API latency, API call counts #11250) (03/17/21) (Anis Elleuch) + +[1.160.0] +* Update minio to 2021-04-06T23-11-00Z +* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-04-06T23-11-00Z) +* Improve error message from SetRemoteTargetHandler (#11909) (03/26/21) (Poorna Krishnamoorthy) +* unmarshal both LegalHold and ObjectLockLegalHold XML types (#11921) (03/29/21) (Harshavardhana) +* crawling: Apply lifecycle then decide healing action (#11563) (03/31/21) (Anis Elleuch) +* add policy conditions support for signatureVersion and authType (#11947) (04/02/21) (Harshavardhana) +* fix: properly close leaking bandwidth monitor channel (#11967) (04/05/21) (Harshavardhana) diff --git a/CloudronManifest.json b/CloudronManifest.json index b0734cb..595c8f6 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "1.159.9", + "version": "1.160.0", "healthCheckPath": "/minio/login", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 6feb56f..587bcdc 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Minio 2021-03-26T00-00-41Z. +This app packages Minio 2021-04-06T23-11-00Z. Minio is a distributed object storage server built for cloud applications and devops.