Version 1.160.0
This commit is contained in:
parent
f482dc2807
commit
0cb1f22fdc
|
@ -936,3 +936,12 @@ Add support for ListObject caching. See (#10814, #10648, #10784, #10844, #10836,
|
|||
* allow configuring delete cleanup interval from default 10minutes (#11818) (03/17/21) (Harshavardhana)
|
||||
* storage write call path optimizations (#11805) (03/17/21) (Harshavardhana)
|
||||
* add additional metrics per disk API latency, API call counts #11250) (03/17/21) (Anis Elleuch)
|
||||
|
||||
[1.160.0]
|
||||
* Update minio to 2021-04-06T23-11-00Z
|
||||
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-04-06T23-11-00Z)
|
||||
* Improve error message from SetRemoteTargetHandler (#11909) (03/26/21) (Poorna Krishnamoorthy)
|
||||
* unmarshal both LegalHold and ObjectLockLegalHold XML types (#11921) (03/29/21) (Harshavardhana)
|
||||
* crawling: Apply lifecycle then decide healing action (#11563) (03/31/21) (Anis Elleuch)
|
||||
* add policy conditions support for signatureVersion and authType (#11947) (04/02/21) (Harshavardhana)
|
||||
* fix: properly close leaking bandwidth monitor channel (#11967) (04/05/21) (Harshavardhana)
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "1.159.9",
|
||||
"version": "1.160.0",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages Minio <upstream>2021-03-26T00-00-41Z</upstream>.
|
||||
This app packages Minio <upstream>2021-04-06T23-11-00Z</upstream>.
|
||||
|
||||
Minio is a distributed object storage server built for cloud applications and devops.
|
||||
|
||||
|
|
Loading…
Reference in New Issue