Version 1.134.0
This commit is contained in:
parent
38f8c55cc8
commit
abf59caf8f
|
@ -621,3 +621,9 @@
|
|||
* Improvements to healing to check for truncated parts. See (#10399) for more details.
|
||||
* Fix: write quorum calculation for bucket operation when erasure set size is odd. See (#10364) for more details.
|
||||
|
||||
[1.134.0]
|
||||
* Update minio to 2020-09-05T07-14-49Z
|
||||
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-09-05T07-14-49Z)
|
||||
* Listing improvements with parallel disk.Walk calls across many nodes, refer #10420
|
||||
* Context now passed around at storage layer for future context support, refer #10321
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "1.133.0",
|
||||
"version": "1.134.0",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages Minio <upstream>2020-08-27T05-16-20Z</upstream>.
|
||||
This app packages Minio <upstream>2020-09-05T07-14-49Z</upstream>.
|
||||
|
||||
Minio is a distributed object storage server built for cloud applications and devops.
|
||||
|
||||
|
|
Loading…
Reference in New Issue