From fd7c75da9f3e23c7102cbefa73d22d9ab62c3f00 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 22 Mar 2022 09:21:29 -0700 Subject: [PATCH] Version 2.4.4 --- CHANGELOG | 3 +++ CloudronManifest.json | 4 ++-- DESCRIPTION.md | 16 +++++++++------- Dockerfile | 2 +- 4 files changed, 15 insertions(+), 10 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index cc0fc7a..db8f361 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1071,4 +1071,7 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * Update minio to 2022-03-17T06-34-49Z * [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-03-17T06-34-49Z) +[2.4.4] +* Update minio to 2022-03-22T02-05-10Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-03-22T02-05-10Z) diff --git a/CloudronManifest.json b/CloudronManifest.json index 2e99e86..e955eb1 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "2.4.3", - "upstreamVersion": "2022-03-17T06-34-49Z", + "version": "2.4.4", + "upstreamVersion": "2022-03-22T02-05-10Z", "healthCheckPath": "/minio/login", "httpPort": 8000, "httpPorts": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index d85c2b0..14fe35f 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,27 +1,29 @@ +## About + Minio is a distributed object storage server built for cloud applications and devops. -### Features +## Features -#### Amazon S3 Compatible +### Amazon S3 Compatible Minio implements Amazon S3 v4 APIs. Minio also includes client SDKs and a console utility. -#### Minimalist Design +### Minimalist Design Minio is deeply influenced by minimalism. We believe that only simple things scale. -#### Apache License 2.0 +### Apache License 2.0 Minio is free software, released under Apache license v2.0. Minio has an active developer and user community. -#### Lambda Functions +### Lambda Functions Minio triggers Lambda functions through event notification service. In addition Minio also supports simple queueing service for AMQP, Elasticsearch, Redis, NATS and Postgres targets. -#### Erasure Code & Bitrot Protection +### Erasure Code & Bitrot Protection Minio protects data against hardware failures and silent data corruption using erasure code and checksums. You may lose half the number of drives and still recover from it. -#### Written in Go +### Written in Go Go is an emerging language of choice for modern cloud infrastructure projects. Go language enables Minio to be highly concurrent and lightweight. diff --git a/Dockerfile b/Dockerfile index 72deb4a..b399023 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN mkdir -p /app/code WORKDIR /app/code ARG VERSION=RELEASE.2022-03-22T02-05-10Z -ARG MC_VERSION=RELEASE.2022-03-17T07-21-29Z +ARG MC_VERSION=RELEASE.2022-03-17T20-25-06Z # sometimes here https://dl.min.io/server/minio/release/linux-amd64/archive/ RUN wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio && chmod +x /app/code/minio