Version 1.161.0
This commit is contained in:
parent
c558f913ed
commit
952f430b34
|
@ -945,3 +945,12 @@ Add support for ListObject caching. See (#10814, #10648, #10784, #10844, #10836,
|
||||||
* crawling: Apply lifecycle then decide healing action (#11563) (03/31/21) (Anis Elleuch)
|
* 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)
|
* 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)
|
* fix: properly close leaking bandwidth monitor channel (#11967) (04/05/21) (Harshavardhana)
|
||||||
|
|
||||||
|
[1.161.0]
|
||||||
|
* Update minio to 2021-04-18T19-26-29Z
|
||||||
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-04-18T19-26-29Z)
|
||||||
|
Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
|
* Minor improvements in Lifecycle. See (#12077, #12039) for more details.
|
||||||
|
* fix: calculate correct content range with partNumber query. See (#11992) for more details.
|
||||||
|
* scanner: Shuffle disks to scan. See (#12036) for more details.
|
||||||
|
* Add runtime mem stats to server info. See (#11995) for more details.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "1.160.0",
|
"version": "1.161.0",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Minio <upstream>2021-04-06T23-11-00Z</upstream>.
|
This app packages Minio <upstream>2021-04-18T19-26-29Z</upstream>.
|
||||||
|
|
||||||
Minio is a distributed object storage server built for cloud applications and devops.
|
Minio is a distributed object storage server built for cloud applications and devops.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue