Version 2.7.4
This commit is contained in:
parent
f5b85c7dfa
commit
ae7b78e2d7
11
CHANGELOG
11
CHANGELOG
|
@ -1211,3 +1211,14 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* Update dperf to 0.4.1 by @vadmeste in #15071
|
||||
* sts: Avoid printing all STS errors by @vadmeste in #15065
|
||||
|
||||
[2.7.4]
|
||||
* Update minio to 2022-06-17T02-00-35Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-06-17T02-00-35Z)
|
||||
* debug: Close object after check by @vadmeste in #15077
|
||||
* kms: initialize after cli parsing by @vadmeste in #15076
|
||||
* Support configuration of a session policy file by @rgcostea in #15078
|
||||
* erasure-sd: Evaluate versioning Prefix in multi-delete objects by @vadmeste in #15081
|
||||
* fix: simplify healthcheck code to freeze calls only once by @harshavardhana in #15082
|
||||
* add bucket level S3 received/sent bytes by @harshavardhana in #15084
|
||||
* fix: background local test also via channel by @harshavardhana in #15086
|
||||
* add dataErrs for healing debug log by @harshavardhana in #15092
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "2.7.3",
|
||||
"upstreamVersion": "2022-06-11T19-55-32Z",
|
||||
"version": "2.7.4",
|
||||
"upstreamVersion": "2022-06-17T02-00-35Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue