From 0828f5a2e830453c973b898eebc6e9e6f8b9d250 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 20 Oct 2022 19:27:10 +0200 Subject: [PATCH] Version 2.9.11 --- CHANGELOG | 9 +++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3c785ba..db2cba6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1477,3 +1477,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * remove spurious logging for object not found by @harshavardhana in #15842 * Add metrics, version and apis handlers by @reivaj05 in #15839 +[2.9.11] +* Update minio to 2022-10-20T00-55-09Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-10-20T00-55-09Z) +* do not assume invalid buf to be non-xl.meta by @harshavardhana in #15843 +* convert context.DeadlineExceed to offline disk in DiskInfo() by @vadmeste in #15886 +* remove nancy, we rely on vulncheck from now on by @harshavardhana in #15893 +* 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 diff --git a/CloudronManifest.json b/CloudronManifest.json index 1eddd11..0313b95 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.10", - "upstreamVersion": "2022-10-15T19-57-03Z", + "version": "2.9.11", + "upstreamVersion": "2022-10-20T00-55-09Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,