Version 3.4.17
This commit is contained in:
parent
6f76e442fc
commit
281ec626e3
|
@ -1746,3 +1746,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* fix: put *msgp.Reader back in pool by @jiuker in #16927
|
* fix: put *msgp.Reader back in pool by @jiuker in #16927
|
||||||
* fix: avoid out of slice index by @jiuker in #16925
|
* fix: avoid out of slice index by @jiuker in #16925
|
||||||
* allow more workers for ILM expiration by @harshavardhana in #16924
|
* allow more workers for ILM expiration by @harshavardhana in #16924
|
||||||
|
|
||||||
|
[3.4.17]
|
||||||
|
* Update minio to 2023-04-13T03-08-07Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-04-13T03-08-07Z)
|
||||||
|
* add Err to Get getRemoteTargetClient. by @jiuker in #16982
|
||||||
|
* trace: Fix func name of requests rejected by max clients by @vadmeste in #16977
|
||||||
|
* chore: fix automatic issue handling from linter in ci by @ferhatelmas in #16969
|
||||||
|
* Add used inodes to disk info by @vadmeste in #16994
|
||||||
|
* Indicate RenameData is called by healObject by @krisis in #16997
|
||||||
|
|
|
@ -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.4.16",
|
"version": "3.4.17",
|
||||||
"upstreamVersion": "2023-04-07T05-28-58Z",
|
"upstreamVersion": "2023-04-13T03-08-07Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue