Version 3.6.2
This commit is contained in:
parent
55711af940
commit
7fa5fa0427
|
@ -1885,3 +1885,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* fix: upon DNS refresh() failure use previous values by @harshavardhana in #17561
|
* fix: upon DNS refresh() failure use previous values by @harshavardhana in #17561
|
||||||
* fix: create user without policy that is required by @jiuker in #17554
|
* fix: create user without policy that is required by @jiuker in #17554
|
||||||
* fix: under FanOut API avoid repeated md5sum calculation by @harshavardhana in #17572
|
* fix: under FanOut API avoid repeated md5sum calculation by @harshavardhana in #17572
|
||||||
|
|
||||||
|
[3.6.2]
|
||||||
|
* Update minio to 2023-07-11T21-29-34Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-07-11T21-29-34Z)
|
||||||
|
* add variadic delays in peer notification retries by @harshavardhana in #17592
|
||||||
|
* Fix helm templating syntax in post-job by @aztechian in #17600
|
||||||
|
* Avoid per request URL parsing by @klauspost in #17593
|
||||||
|
* fix: set request ID in tracing context key by @donatello in #17602
|
||||||
|
* prometheus: Fix internode stats by @vadmeste in #17594
|
||||||
|
|
|
@ -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": "3.6.1",
|
"version": "3.6.2",
|
||||||
"upstreamVersion": "2023-07-07T07-13-57Z",
|
"upstreamVersion": "2023-07-11T21-29-34Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue