Version 1.158.0
This commit is contained in:
parent
03bbd29700
commit
9d2b5a932a
|
@ -824,3 +824,12 @@ Add support for ListObject caching. See (#10814, #10648, #10784, #10844, #10836,
|
|||
* fix: build on OpenBSD (#11384) (02/01/21) (Daniel Jakots)
|
||||
* fix: docs typo in README_zh_CN (#11375) (01/31/21) (swartz-k)
|
||||
* crypto: deprecate native Hashicorp Vault support (#11352) (01/30/21) (Andreas Auernhammer)
|
||||
|
||||
[1.158.0]
|
||||
* Update minio to 2021-02-07T01-31-02Z
|
||||
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-02-07T01-31-02Z)
|
||||
* Fixes an important regression in lock expiration that can lead to expanded setup deployments to fail refer #11468, #11446
|
||||
* Fix ILM implementation bugs in refer #11471, #11462, #11423
|
||||
* Fix replication implementation bugs related to metadata checks, delete marker deletion refer #11465, #11410
|
||||
* Rolling upgrades are not supported in this release, please upgrade all servers at once.
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "1.157.1",
|
||||
"version": "1.158.0",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages Minio <upstream>2021-02-01T22-56-52Z</upstream>.
|
||||
This app packages Minio <upstream>2021-02-07T01-31-02Z</upstream>.
|
||||
|
||||
Minio is a distributed object storage server built for cloud applications and devops.
|
||||
|
||||
|
|
Loading…
Reference in New Issue