Version 2.8.1
This commit is contained in:
parent
b732aa9833
commit
ab082d612a
|
@ -1272,3 +1272,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* do not print errFileNotFound in entries.resolve() by @harshavardhana in #15216
|
||||
* decom IAM, Bucket metadata properly by @harshavardhana in #15220
|
||||
|
||||
[2.8.1]
|
||||
* Update minio to 2022-07-06T20-29-49Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-07-06T20-29-49Z)
|
||||
* Major scanner metrics overhaul now you can watch scanner metrics in realtime using mc admin top scanner #15161
|
||||
* Multiple external IDP management simplification #15152
|
||||
* Decommission now supports mutations such as delete, update of metadata on objects from an active decom pool.
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "2.8.0",
|
||||
"upstreamVersion": "2022-07-04T21-02-54Z",
|
||||
"version": "2.8.1",
|
||||
"upstreamVersion": "2022-07-06T20-29-49Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue