Version 2.8.6
This commit is contained in:
parent
765ac6c810
commit
c95b7ec69c
|
@ -1337,3 +1337,6 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* fix: fork os.MkdirAll to optimize cases where parent exists by @harshavardhana in #15379
|
* fix: fork os.MkdirAll to optimize cases where parent exists by @harshavardhana in #15379
|
||||||
* Add compression scheme to header by @klauspost in #15395
|
* Add compression scheme to header by @klauspost in #15395
|
||||||
|
|
||||||
|
[2.8.6]
|
||||||
|
* Update minio to 2022-07-26T00-53-03Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-07-26T00-53-03Z)
|
||||||
|
|
|
@ -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.5",
|
"version": "2.8.6",
|
||||||
"upstreamVersion": "2022-07-24T17-09-31Z",
|
"upstreamVersion": "2022-07-26T00-53-03Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue