Version 2.8.8
This commit is contained in:
parent
4898a75d5b
commit
78abd09c30
|
@ -1345,4 +1345,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* Update minio to 2022-07-30T05-21-40Z
|
* Update minio to 2022-07-30T05-21-40Z
|
||||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-07-30T05-21-40Z)
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-07-30T05-21-40Z)
|
||||||
|
|
||||||
|
[2.8.8]
|
||||||
|
* Update minio to 2022-08-02T23-59-16Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-08-02T23-59-16Z)
|
||||||
|
* target: Set 20000 as maximum parallel target notif calls by @vadmeste in #15435
|
||||||
|
* fix: resetting a config with a non default target name by @vadmeste in #15448
|
||||||
|
* fix: allow P-384/P-512 constant time implementation by @harshavardhana in #15445
|
||||||
|
* modify user secret volumes mount path name by @dormanze in #15443
|
||||||
|
* fix: instrument os.OpenFile differently for Reads and Writes by @harshavardhana in #15449
|
||||||
|
|
|
@ -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": "2.8.7",
|
"version": "2.8.8",
|
||||||
"upstreamVersion": "2022-07-30T05-21-40Z",
|
"upstreamVersion": "2022-08-02T23-59-16Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue