From 746b0268903bec7a2f265060d00f636aa11b5aae Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 2 Feb 2021 10:15:18 +0100 Subject: [PATCH] Bump version for 2021-02-01T22-56-52Z --- CHANGELOG | 14 +++++++++++++- CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- Dockerfile | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3e0192b..1cac934 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -717,7 +717,7 @@ * Aggressively slow down auto-healing. See (#10730) for more details. [1.146.0] -* Update minio to 2020-10-28T08-16-50Z +* Update minio to 2020-10-28T08-16-50Z * [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-10-28T08-16-50Z) * Continuation of critical fixes made in the last release. * Healing handles drive order mismatches. See (#10773) for more details. @@ -812,3 +812,15 @@ Add support for ListObject caching. See (#10814, #10648, #10784, #10844, #10836, * Important security fixes * [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-01-30T00-20-58Z) +[1.157.1] +* Update minio to 2021-02-01T22-56-52Z +* Fixes an important regression in federation implementation, refer f737a02 +* ILM improvements, trigger expiry upon HEAD/GET +* tagging: Add event notif for PUT object tagging (#11366) (02/01/21) (Anis Elleuch) +* xl: Create a delete-marker when no other version exists (#11362) (02/01/21) (Anis Elleuch) +* fix: regression introduced in federated listing buckets (02/01/21) (Harshavardhana) +* Reverting TOC due to gluegun incompatibility. Revert this commit once we migrate to new docs site (#11402) (02/01/21) (Ravind Kumar) +* ilm: Remove object in HEAD/GET if having an applicable ILM rule (#11296) (02/01/21) (Anis Elleuch) +* fix: build on OpenBSD (#11384) (02/01/21) (Daniel Jakots) +* fix: docs typo in README_zh_CN (#11375) (01/31/21) (swartz-k) +* crypto: deprecate native Hashicorp Vault support (#11352) (01/30/21) (Andreas Auernhammer) diff --git a/CloudronManifest.json b/CloudronManifest.json index 2db64f8..9daf0f6 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "1.157.0", + "version": "1.157.1", "healthCheckPath": "/minio/login", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index c079410..77a31bd 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Minio 2021-01-30T00-20-58Z. +This app packages Minio 2021-02-01T22-56-52Z. Minio is a distributed object storage server built for cloud applications and devops. diff --git a/Dockerfile b/Dockerfile index 05360f0..e6b42a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM cloudron/base:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7f8833edf0eb5a4f4 -ARG VERSION=RELEASE.2021-01-30T00-20-58Z +ARG VERSION=RELEASE.2021-02-01T22-56-52Z RUN mkdir -p /app/code \ && wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio \