From 270a7cd6ee483c2112374c466681260a70ea16f5 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 29 Sep 2023 08:22:13 +0530 Subject: [PATCH] Version 3.9.0 --- CHANGELOG | 9 ++++++++- CloudronManifest.json | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 55b4dcb..11c097c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2005,4 +2005,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * Prometheus metrics or mc admin info would take significantly longer when audit/logger webhooks were down for some reason, performance improved when these endpoints are down makes them non-blocking. #18083 * Fix a regression while loading AssumeRoleWithCertificate credentials #18088 for more details - +[3.9.0] +* Update minio to 2023-09-27T15-22-50Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-09-27T15-22-50Z) +* Add abandoned folder scanning to metrics by @klauspost in #18076 +* Improve ListObject Compatibility by @klauspost in #18099 +* fix: set scanning details locally to avoid cached values by @harshavardhana in #18092 +* fix: check post policy like AWS S3 by @jiuker in #18074 +* site replication: allow setting bandwidth default for bucket by @poornas in #18062 diff --git a/CloudronManifest.json b/CloudronManifest.json index ec19e9e..f57511b 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.5", - "upstreamVersion": "2023-09-23T03-47-50Z", + "version": "3.9.0", + "upstreamVersion": "2023-09-27T15-22-50Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,