From d9bdf5749eb0399bf62eea77ddeda8c64be1a1b3 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 5 Sep 2023 08:45:46 +0530 Subject: [PATCH] Version 3.8.1 --- CHANGELOG | 7 +++++++ CloudronManifest.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 122b64b..33732ae 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1967,3 +1967,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * A major refactor of Replication metrics now provides detailed list of metrics for monitoring, alerts. * New dashboards are introduced specifically for monitoring replication traffic between sites https://github.com/minio/minio/tree/master/docs/metrics/prometheus/grafana +[3.8.1] +* Update minio to 2023-09-04T19-57-37Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-09-04T19-57-37Z) +* use buffers for pathJoin, to re-use buffers. by @harshavardhana in #17960 +* kafka: Do not require key when sending a message by @vadmeste in #17962 +* with xlv2 format we never had to fill in checksumInfo() by @harshavardhana in #17963 +* replication: remove check for empty version id by @poornas in #17964 diff --git a/CloudronManifest.json b/CloudronManifest.json index 31fe76e..33ca94d 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "3.8.0", - "upstreamVersion": "2023-08-31T15-31-16Z", + "version": "3.8.1", + "upstreamVersion": "2023-09-04T19-57-37Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,