Version 2.7.6
This commit is contained in:
parent
4485660f19
commit
0b3787bb4c
10
CHANGELOG
10
CHANGELOG
|
@ -1232,3 +1232,13 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* Add generic function to retrieve config value with metadata by @donatello in #15083
|
* Add generic function to retrieve config value with metadata by @donatello in #15083
|
||||||
* fix typo in site replication version healing by @poornas in #15103
|
* fix typo in site replication version healing by @poornas in #15103
|
||||||
* Add import/export APIs to migrate bucket metadata by @poornas in #14929
|
* Add import/export APIs to migrate bucket metadata by @poornas in #14929
|
||||||
|
|
||||||
|
[2.7.6]
|
||||||
|
* Update minio to 2022-06-25T15-50-16Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-06-25T15-50-16Z)
|
||||||
|
* remove gateway banner and some other TODO loggers by @harshavardhana in #15125
|
||||||
|
* s3-verify: Fix endpoint and missing comparison by @vadmeste in #15129
|
||||||
|
* Parallelize new disks healing of different erasure sets by @vadmeste in #15112
|
||||||
|
* fips: simplify TLS configuration by @aead in #15127
|
||||||
|
* fix: cant parse comment without '=' in environment file by @anoworl in #15130
|
||||||
|
* add go1.18 specific curve preferences by @harshavardhana in #15132
|
||||||
|
|
|
@ -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.5",
|
"version": "2.7.6",
|
||||||
"upstreamVersion": "2022-06-20T23-13-45Z",
|
"upstreamVersion": "2022-06-25T15-50-16Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue