Version 1.143.0
This commit is contained in:
parent
c7b2bfd874
commit
907fda9cf6
|
@ -684,3 +684,10 @@
|
|||
* remove safeMode behavior in startup. See (#10645) for more details.
|
||||
* fix: cleanup old directory handling code. See (#10633) for more details.
|
||||
* Fix replication slowness. See (#10632) for more details.
|
||||
|
||||
[1.143.0]
|
||||
* Update minio to 2020-10-12T21-53-21Z
|
||||
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-10-12T21-53-21Z)
|
||||
* Bump default idleConnsPerHost to control conns in time_wait . See(#10653) for more details.
|
||||
* Add bandwidth monitoring for replication. See (#10501 #10652) for more details.ukla)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "1.142.0",
|
||||
"version": "1.143.0",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages Minio <upstream>2020-10-09T22-55-05Z</upstream>.
|
||||
This app packages Minio <upstream>2020-10-12T21-53-21Z</upstream>.
|
||||
|
||||
Minio is a distributed object storage server built for cloud applications and devops.
|
||||
|
||||
|
|
Loading…
Reference in New Issue