Version 1.159.0
This commit is contained in:
parent
582f0c3986
commit
1a24f9436c
|
@ -833,3 +833,6 @@ Add support for ListObject caching. See (#10814, #10648, #10784, #10844, #10836,
|
|||
* 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.
|
||||
|
||||
[1.159.0]
|
||||
* Update minio to 2021-02-11T08-23-43Z
|
||||
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-02-11T08-23-43Z)
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "1.158.0",
|
||||
"version": "1.159.0",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages Minio <upstream>2021-02-07T01-31-02Z</upstream>.
|
||||
This app packages Minio <upstream>2021-02-11T08-23-43Z</upstream>.
|
||||
|
||||
Minio is a distributed object storage server built for cloud applications and devops.
|
||||
|
||||
|
|
Loading…
Reference in New Issue