From 682dd521a1591d073cfa850c9a1c84f1fea66525 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sat, 10 Feb 2024 13:04:32 +0100 Subject: [PATCH] Bump version --- CHANGELOG | 16 ++++++++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6c60d58..60c3aa8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2296,3 +2296,19 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * Fixes a crash while running mc admin trace on a distributed setup. * Fixes TCP socket hangs by adding short deadlines. +[3.12.10] +* Update minio to 2024-02-09T21-25-16Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-02-09T21-25-16Z) +* do not block iam.store registration by @harshavardhana in https://github.com/minio/minio/pull/18999 +* listing must return WalkDir() errors first by @harshavardhana in https://github.com/minio/minio/pull/19006 +* Add GetBucketInfo toStorageErr conversion by @klauspost in https://github.com/minio/minio/pull/19005 +* fix: skip policy usage validation for cache update by @donatello in https://github.com/minio/minio/pull/19008 +* Update IAM access manager plugin demo by @donatello in https://github.com/minio/minio/pull/19007 +* Fix blocked streams blocking reconnects by @klauspost in https://github.com/minio/minio/pull/19017 +* optimize startup sequence performance by @harshavardhana in https://github.com/minio/minio/pull/19009 +* Fix shared top locks client by @klauspost in https://github.com/minio/minio/pull/19018 +* fix: dangling objects honor parityBlocks instead of dataBlocks by @harshavardhana in https://github.com/minio/minio/pull/19019 +* remove unnecessary metrics in 'mc admin info' output by @harshavardhana in https://github.com/minio/minio/pull/19020 +* Add extra disconnect safety by @klauspost in https://github.com/minio/minio/pull/19022 +* introduce reader deadlines for net.Conn by @harshavardhana in https://github.com/minio/minio/pull/19023 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 9f94e0e..5bf6b9d 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "3.12.9", - "upstreamVersion": "2024-02-06T21-36-22Z", + "version": "3.12.10", + "upstreamVersion": "2024-02-09T21-25-16Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,