Version 1.143.0

This commit is contained in:
Girish Ramakrishnan 2020-10-14 09:50:53 -07:00
parent c7b2bfd874
commit 907fda9cf6
3 changed files with 9 additions and 2 deletions

View File

@ -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)

View File

@ -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": {

View File

@ -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.