From d0fa31be3c571647aa63521105e4029c4f258404 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 19 Feb 2021 13:14:28 +0100 Subject: [PATCH] Bump version for 2021-02-19T04-38-02Z --- CHANGELOG | 4 ++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- Dockerfile | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fa31b09..4c7dbbe 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -841,3 +841,7 @@ Add support for ListObject caching. See (#10814, #10648, #10784, #10844, #10836, * Update minio to 2021-02-14T04-01-33Z * [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-02-14T04-01-33Z) +[1.159.2] +* Update minio to 2021-02-19T04-38-02Z +* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-02-19T04-38-02Z) + diff --git a/CloudronManifest.json b/CloudronManifest.json index ec147ab..039d0be 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.1", + "version": "1.159.2", "healthCheckPath": "/minio/login", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 4d25b89..4200456 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Minio 2021-02-14T04-01-33Z. +This app packages Minio 2021-02-19T04-38-02Z. Minio is a distributed object storage server built for cloud applications and devops. diff --git a/Dockerfile b/Dockerfile index 8ca13fe..9e31e98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3ff04ea584faf46e92 -ARG VERSION=RELEASE.2021-02-14T04-01-33Z +ARG VERSION=RELEASE.2021-02-19T04-38-02Z RUN mkdir -p /app/code \ && wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio \