Version 2.8.5
This commit is contained in:
parent
49190b074c
commit
68e6b92c08
|
@ -1330,3 +1330,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* support encrypted/compressed objects properly during decommission by @harshavardhana in #15320
|
||||
* Add decommission compression+encryption enabled tests by @harshavardhana in #15322
|
||||
* Move mc admin top scanner -> mc admin scanner info (#4151)
|
||||
|
||||
[2.8.5]
|
||||
* Update minio to 2022-07-24T17-09-31Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-07-24T17-09-31Z)
|
||||
* fix: fork os.MkdirAll to optimize cases where parent exists by @harshavardhana in #15379
|
||||
* Add compression scheme to header by @klauspost in #15395
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "2.8.4",
|
||||
"upstreamVersion": "2022-07-17T15-43-14Z",
|
||||
"version": "2.8.5",
|
||||
"upstreamVersion": "2022-07-24T17-09-31Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue