From 20bbaff551f306b8bd4bf9f80186a4257897b140 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 5 Feb 2024 10:57:39 +0100 Subject: [PATCH] Bump version --- CHANGELOG | 19 +++++++++++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 37dedc3..0141c30 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2270,3 +2270,22 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * fix: permission checks for editing access keys by @donatello in https://github.com/minio/minio/pull/18928 * Keep ServiceV1 admin stop/restart API and mark as deprecated by @vadmeste in https://github.com/minio/minio/pull/18932 +[3.12.8] +* Update minio to 2024-02-04T22-36-13Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-02-04T22-36-13Z) +* move a collection of peer APIs to websockets by @harshavardhana in https://github.com/minio/minio/pull/18936 +* Improve object reuse for grid messages by @klauspost in https://github.com/minio/minio/pull/18940 +* batch: Fix a typo while validating smallerThan field by @vadmeste in https://github.com/minio/minio/pull/18942 +* fix: null inline policy handling for access keys by @donatello in https://github.com/minio/minio/pull/18945 +* log: Use error log type instead of Application/MinIO type by @vadmeste in https://github.com/minio/minio/pull/18930 +* Fix some leftover issues from PR 18936 by @fwessels in https://github.com/minio/minio/pull/18946 +* simplify deadlineWriter, re-use WithDeadline by @harshavardhana in https://github.com/minio/minio/pull/18948 +* Fix ineffective recycling by @klauspost in https://github.com/minio/minio/pull/18952 +* deprecate disk tokens, instead rely on deadlines and active monitoring by @harshavardhana in https://github.com/minio/minio/pull/18947 +* move Make,Delete,Head,Heal bucket calls to websockets by @harshavardhana in https://github.com/minio/minio/pull/18951 +* Fix mux client memory leak by @klauspost in https://github.com/minio/minio/pull/18956 +* disconnected returns, an unexpected error to List() returning 500s by @harshavardhana in https://github.com/minio/minio/pull/18959 +* xl: Disable rename2 in decommissioning/rebalance by @vadmeste in https://github.com/minio/minio/pull/18964 +* Fix typo in api-router.go by @fwessels in https://github.com/minio/minio/pull/18955 +* Add more advanced cases for dangling by @harshavardhana in https://github.com/minio/minio/pull/18968 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 4c7739f..4b09106 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.7", - "upstreamVersion": "2024-01-31T20-20-33Z", + "version": "3.12.8", + "upstreamVersion": "2024-02-04T22-36-13Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,