From 36d669ad59d894b801407e344d7b07b12718e17d Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 7 Feb 2024 15:06:45 +0100 Subject: [PATCH] Version 3.12.9 --- CHANGELOG | 7 +++++++ CloudronManifest.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0141c30..6c60d58 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2289,3 +2289,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * 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 +[3.12.9] +* Update minio to 2024-02-06T21-36-22Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-02-06T21-36-22Z) +* Fixes a second memory leak observed in ReadVersion without data that uses websockets layer. +* Fixes a crash while running mc admin trace on a distributed setup. +* Fixes TCP socket hangs by adding short deadlines. + diff --git a/CloudronManifest.json b/CloudronManifest.json index 4b09106..9f94e0e 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.8", - "upstreamVersion": "2024-02-04T22-36-13Z", + "version": "3.12.9", + "upstreamVersion": "2024-02-06T21-36-22Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,