mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-10-01 17:33:24 +00:00
Version 1.135.0
This commit is contained in:
@@ -627,3 +627,10 @@
|
|||||||
* Listing improvements with parallel disk.Walk calls across many nodes, refer #10420
|
* 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
|
* Context now passed around at storage layer for future context support, refer #10321
|
||||||
|
|
||||||
|
[1.135.0]
|
||||||
|
* Update minio to 2020-09-08T23-05-18Z
|
||||||
|
* Minor integer overflow bug in S3 Select. See (#10437) for more details.
|
||||||
|
* Cleanup temp directory of older entries automatically. See (#10439) for more details.
|
||||||
|
* Remove MaxConnsPerHost settings to avoid potential hangs. See (#10438) for more details.
|
||||||
|
* Ignore config values from unknown subsystems. See (#10432) for more details.
|
||||||
|
|
||||||
|
@@ -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.134.0",
|
"version": "1.135.0",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
This app packages Minio <upstream>2020-09-05T07-14-49Z</upstream>.
|
This app packages Minio <upstream>2020-09-08T23-05-18Z</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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user