Version 2.7.5
This commit is contained in:
parent
694ea1a835
commit
198a7ba2d8
10
CHANGELOG
10
CHANGELOG
|
@ -1222,3 +1222,13 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* add bucket level S3 received/sent bytes by @harshavardhana in #15084
|
* add bucket level S3 received/sent bytes by @harshavardhana in #15084
|
||||||
* fix: background local test also via channel by @harshavardhana in #15086
|
* fix: background local test also via channel by @harshavardhana in #15086
|
||||||
* add dataErrs for healing debug log by @harshavardhana in #15092
|
* add dataErrs for healing debug log by @harshavardhana in #15092
|
||||||
|
|
||||||
|
[2.7.5]
|
||||||
|
* Update minio to 2022-06-20T23-13-45Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-06-20T23-13-45Z)
|
||||||
|
* Update gopsutil to v3.22.5 by @danieljakots in #15098
|
||||||
|
* fix: ignore printing io.EOF during WalkDir() on concurrently modified objects by @harshavardhana in #15100
|
||||||
|
* Avoid CompleteMultipart freeze with unexpected network issue by @vadmeste in #15102
|
||||||
|
* Add generic function to retrieve config value with metadata by @donatello in #15083
|
||||||
|
* fix typo in site replication version healing by @poornas in #15103
|
||||||
|
* Add import/export APIs to migrate bucket metadata by @poornas in #14929
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "2.7.4",
|
"version": "2.7.5",
|
||||||
"upstreamVersion": "2022-06-17T02-00-35Z",
|
"upstreamVersion": "2022-06-20T23-13-45Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue