From 78abd09c3033b447feb7e957ac2e0e01314ee81b Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 3 Aug 2022 09:53:31 +0200 Subject: [PATCH] Version 2.8.8 --- CHANGELOG | 9 ++++++++- CloudronManifest.json | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7001568..a8b141f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1345,4 +1345,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * Update minio to 2022-07-30T05-21-40Z * [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-07-30T05-21-40Z) - +[2.8.8] +* Update minio to 2022-08-02T23-59-16Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-08-02T23-59-16Z) +* target: Set 20000 as maximum parallel target notif calls by @vadmeste in #15435 +* fix: resetting a config with a non default target name by @vadmeste in #15448 +* fix: allow P-384/P-512 constant time implementation by @harshavardhana in #15445 +* modify user secret volumes mount path name by @dormanze in #15443 +* fix: instrument os.OpenFile differently for Reads and Writes by @harshavardhana in #15449 diff --git a/CloudronManifest.json b/CloudronManifest.json index 322a427..6d3830c 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "2.8.7", - "upstreamVersion": "2022-07-30T05-21-40Z", + "version": "2.8.8", + "upstreamVersion": "2022-08-02T23-59-16Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,