Version 3.10.2
This commit is contained in:
parent
3b1eecfd73
commit
cacf9d9441
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue