From b3b18d1b18ee631a8b26e59991eeb3f4350cdc82 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 5 Sep 2022 10:41:54 +0200 Subject: [PATCH] Version 2.9.2 --- CHANGELOG | 13 +++++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3969551..02f1f2a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1380,3 +1380,16 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. [2.9.1] * Update minio to 2022-08-25T07-17-05Z * [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-08-25T07-17-05Z) + +[2.9.2] +* Update minio to 2022-09-01T23-53-36Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-09-01T23-53-36Z) +* improve performance for inlined data by @harshavardhana in #15603 +* site replication: Avoid returning root svcacct info in sr metadata by @poornas in #15608 +* Add extended checksum by @klauspost in #15433 +* audit-log: Add time to get object from remote-tier by @krisis in #15602 +* Avoid messages from go test output by @vadmeste in #15601 +* chore: remove duplicate word in comments by @Abirdcfly in #15607 +* feat: Add healing trace by @klauspost in #15616 +* Encrypt checksums by @klauspost in #15620 +* fix: add healing metric type for heal tracing by @harshavardhana in #15631 diff --git a/CloudronManifest.json b/CloudronManifest.json index 7541385..3cb099f 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "2.9.1", - "upstreamVersion": "2022-08-25T07-17-05Z", + "version": "2.9.2", + "upstreamVersion": "2022-09-01T23-53-36Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,