Version 3.10.0
This commit is contained in:
parent
1de078ee2a
commit
7e14939670
13
CHANGELOG
13
CHANGELOG
|
@ -2109,3 +2109,16 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* Added graph for Erasure Set Tolerance value by @shtripat in #18472
|
* Added graph for Erasure Set Tolerance value by @shtripat in #18472
|
||||||
* audit: Try to send audit even if the status is offline by @vadmeste in #18458
|
* audit: Try to send audit even if the status is offline by @vadmeste in #18458
|
||||||
* fix: close the http.Body when WebhookTarget isActive by @jiuker in #18467
|
* fix: close the http.Body when WebhookTarget isActive by @jiuker in #18467
|
||||||
|
|
||||||
|
[3.10.0]
|
||||||
|
* Update minio to 2023-12-02T10-51-33Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-12-02T10-51-33Z)
|
||||||
|
* Websocket grid functionality by @klauspost in #18461
|
||||||
|
* return errors if dataDir is missing during HeadObject() by @harshavardhana in #18477
|
||||||
|
* fix: close http body for es action by @jiuker in #18491
|
||||||
|
* Replicate Expiry ILM configs while site replication by @shtripat in #18130
|
||||||
|
* use Access(F_OK) do not need to check for permissions by @harshavardhana in #18492
|
||||||
|
* fix: go mod was pointed to personal repos with replace remove it by @harshavardhana in #18498
|
||||||
|
* Adding a fix to check for bucket existence before upload by @zveinn in #18496
|
||||||
|
* use the latest UBI image by @harshavardhana in #18497
|
||||||
|
* Implement batch snowball by @vadmeste in #18485
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "3.9.11",
|
"version": "3.10.0",
|
||||||
"upstreamVersion": "2023-11-20T22-40-07Z",
|
"upstreamVersion": "2023-12-02T10-51-33Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue