Version 2.8.9
This commit is contained in:
parent
33803ec2d6
commit
3c4b7290db
|
@ -1353,3 +1353,7 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* 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
|
||||
|
||||
[2.8.9]
|
||||
* Update minio to 2022-08-05T23-27-09Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-08-05T23-27-09Z)
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "2.8.8",
|
||||
"upstreamVersion": "2022-08-02T23-59-16Z",
|
||||
"version": "2.8.9",
|
||||
"upstreamVersion": "2022-08-05T23-27-09Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue