From cdd708e750316ccb1e020ce2440469b89de008bb Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 22 Jul 2020 11:25:00 -0700 Subject: [PATCH] Version 1.122.0 --- CHANGELOG | 4 ++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d4fd805..e9d83a0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -543,3 +543,7 @@ * Lifecycle AWS S3 API compatibility fixes #10083 #10084 * Change TCP timeouts for incoming connections, internode is kept aggressive as necessary. +[1.122.0] +* Update minio to 2020-07-22T00-26-33Z +* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-07-22T00-26-33Z) + diff --git a/CloudronManifest.json b/CloudronManifest.json index e0c1c1a..8513e96 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "1.121.0", + "version": "1.122.0", "healthCheckPath": "/minio/login", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index a25c0bc..9794fd0 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Minio 2020-07-20T02-25-16Z. +This app packages Minio 2020-07-22T00-26-33Z. Minio is a distributed object storage server built for cloud applications and devops.