Version 3.7.0
This commit is contained in:
parent
d5b3bd9c2f
commit
986df393a1
11
CHANGELOG
11
CHANGELOG
|
@ -1905,3 +1905,14 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* Added endpoint and versions attributes to KMS details by @shtripat in #17350
|
||||
* replication: Simplify mrf requeueing and add backlog handler by @poornas in #17171
|
||||
* Use os.ReadFile instead of ioutil.ReadFile by @anjalshireesh in #17649
|
||||
|
||||
[3.7.0]
|
||||
* Update minio to 2023-07-21T21-12-44Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-07-21T21-12-44Z)
|
||||
* pick internode interface properly via globalLocalNodeName by @harshavardhana in #17680
|
||||
* move bucket centric metrics to /minio/v2/metrics/bucket handlers by @harshavardhana in #17663
|
||||
* fix: byHost realTime metrics API by @jiuker in #17681
|
||||
* update grafana dashboard JSON with the new metrics by @harshavardhana in #17683
|
||||
* fix: retry listing in decommissioning if it fails perpetually by @harshavardhana in #17682
|
||||
* info: Report correct pool/set/disk indexes for offline disks by @vadmeste in #17695
|
||||
* Add deletemarker_total metric by @krisis in #17689
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.6.3",
|
||||
"upstreamVersion": "2023-07-18T17-49-40Z",
|
||||
"version": "3.7.0",
|
||||
"upstreamVersion": "2023-07-21T21-12-44Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue