From a6352ab7d8c85b280dc1073396d4aa1dda3d2613 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sun, 23 Oct 2022 08:21:35 +0200 Subject: [PATCH] Version 2.9.12 --- CHANGELOG | 11 +++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index db2cba6..5ce61b5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1486,3 +1486,14 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * do not need to trace ignored objects by @harshavardhana in #15894 * Add concurrent Snowball extraction + options by @klauspost in #15836 * storage: Return errDiskNotFound when a peer is during shutdown by @vadmeste in #15868 + +[2.9.12] +* Update minio to 2022-10-21T22-37-48Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-10-21T22-37-48Z) +* Do not freeze s3 traffic in healthinfo api by @anjalshireesh in #15912 +* lifecycle: Fix rules filtering by @vadmeste in #15914 +* Pass encrypted etag as is for immediate tiering by @krisis in #15925 +* Set CONSOLE_MINIO_SERVER to 127.0.0.1 by default by @vadmeste in #15887 +* Fix deletemarker replication check properly by @poornas in #15923 +* Check for s3zip content offset by @klauspost in #15924 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 0313b95..ff7b77a 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.11", - "upstreamVersion": "2022-10-20T00-55-09Z", + "version": "2.9.12", + "upstreamVersion": "2022-10-21T22-37-48Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,