diff --git a/CHANGELOG b/CHANGELOG index 109bf4b..2357ae2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2132,3 +2132,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * avoid caching metrics for timeout errors per drive by @harshavardhana in #18584 * parallelize renameData() cleanup upon error by @harshavardhana in #18591 * handle crashes with ILM expiry changes by @harshavardhana in #18590 + +[3.10.2] +* Update minio to 2023-12-07T04-16-00Z +* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-12-07T04-16-00Z) +* fix: GetFreePort() will get the same port by @jiuker in #18604 +* Capture percentage of cpu load and memory used by @anjalshireesh in #18596 +* fix: use the right channel to feed the data in by @harshavardhana in #18605 +* Update Console version to v0.42.1 by @bexsoft in #18606 diff --git a/CloudronManifest.json b/CloudronManifest.json index 4cf6638..cebdc0e 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "3.10.1", - "upstreamVersion": "2023-12-06T09-09-22Z", + "version": "3.10.2", + "upstreamVersion": "2023-12-07T04-16-00Z", "healthCheckPath": "/minio/login", "memoryLimit": 805306368, "httpPort": 8000,