From f18c49de7b6117229597dd1bf1bdd6ac5405b849 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 20 Sep 2022 18:59:11 +0200 Subject: [PATCH] Version 2.9.4 --- CHANGELOG | 17 +++++++++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2a8ee56..cebcbf2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1405,3 +1405,20 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * verify RenameData() versions to be consistent by @harshavardhana in #15649 * allow non-standards fallback for Expires header by @harshavardhana in #15655 * allow non-standards fallback for all http.TimeFormats by @harshavardhana in #15662 + +[2.9.4] +* Update minio to 2022-09-17T00-09-45Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-09-17T00-09-45Z) +* limit number of buckets to 500k by @harshavardhana in #15668 +* Add StopDiskAtLimit by @klauspost in #15670 +* add vulncheck action to CI by @aead in #15676 +* Persist in-memory replication stats to disk by @poornas in #15594 +* prometheus: Track errors during REST read/write calls by @vadmeste in #15678 +* Fix S3 Select CSV -> JSON with variable field count by @klauspost in #15677 +* use go1.19.1 for vulncheck by @harshavardhana in #15680 +* Pass groups claim into condition values by @donatello in #15679 +* panic if replication config could not be read from disk by @poornas in #15685 +* update docs to add cycle in scanner by @sinhaashish in #15686 +* Fix flaky TestGetObjectWithOutdatedDisks by @klauspost in #15687 +* When listing, do not count delete markers by @klauspost in #15689 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 4e617a7..6e96556 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.3", - "upstreamVersion": "2022-09-07T22-25-02Z", + "version": "2.9.4", + "upstreamVersion": "2022-09-17T00-09-45Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,