Version 1.141.0
This commit is contained in:
parent
38edc214a3
commit
38e4036876
|
@ -673,3 +673,7 @@
|
||||||
* federation: Honor range with UploadObjectPart to a different cluster. See (#10570) for more details.
|
* federation: Honor range with UploadObjectPart to a different cluster. See (#10570) for more details.
|
||||||
* avoid ListBuckets returning quorum errors when node is down. See (#10555) for more details.
|
* avoid ListBuckets returning quorum errors when node is down. See (#10555) for more details.
|
||||||
|
|
||||||
|
[1.141.0]
|
||||||
|
* Update minio to 2020-10-03T02-19-42Z
|
||||||
|
* Source configuration from /app/data/env.sh
|
||||||
|
|
||||||
|
|
|
@ -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.140.0",
|
"version": "1.141.0",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Minio <upstream>2020-09-26T03-44-56Z</upstream>.
|
This app packages Minio <upstream>2020-10-03T02-19-42Z</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