From 0b3787bb4cc210d86fe463ba13a94b6e26b734d8 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 27 Jun 2022 12:32:03 -0700 Subject: [PATCH] Version 2.7.6 --- CHANGELOG | 10 ++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7cb79c9..bb4651e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1232,3 +1232,13 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * Add generic function to retrieve config value with metadata by @donatello in #15083 * fix typo in site replication version healing by @poornas in #15103 * Add import/export APIs to migrate bucket metadata by @poornas in #14929 + +[2.7.6] +* Update minio to 2022-06-25T15-50-16Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-06-25T15-50-16Z) +* remove gateway banner and some other TODO loggers by @harshavardhana in #15125 +* s3-verify: Fix endpoint and missing comparison by @vadmeste in #15129 +* Parallelize new disks healing of different erasure sets by @vadmeste in #15112 +* fips: simplify TLS configuration by @aead in #15127 +* fix: cant parse comment without '=' in environment file by @anoworl in #15130 +* add go1.18 specific curve preferences by @harshavardhana in #15132 diff --git a/CloudronManifest.json b/CloudronManifest.json index 4e9c27d..0d354c9 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "2.7.5", - "upstreamVersion": "2022-06-20T23-13-45Z", + "version": "2.7.6", + "upstreamVersion": "2022-06-25T15-50-16Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,