From d2e9ae39d0ca0a196f634d200b8563c104bfaa7e Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sun, 17 Jan 2021 18:19:52 -0800 Subject: [PATCH] Version 1.156.0 --- CHANGELOG | 10 ++++++++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index dddc947..943e9b0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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. + + diff --git a/CloudronManifest.json b/CloudronManifest.json index bb5aac4..801ef13 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -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": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index f8cf621..2b79f54 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Minio 2021-01-08T21-18-21Z. +This app packages Minio 2021-01-16T02-19-44Z. Minio is a distributed object storage server built for cloud applications and devops.