Version 3.4.7
This commit is contained in:
parent
31bbeed39f
commit
bfbe792135
|
@ -1648,3 +1648,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* add x-amz-id-2 to indicate the node that received the request by @harshavardhana in #16474
|
* add x-amz-id-2 to indicate the node that received the request by @harshavardhana in #16474
|
||||||
* fix: anonymize the x-amz-id-2 value from hostname by @harshavardhana in #16478
|
* fix: anonymize the x-amz-id-2 value from hostname by @harshavardhana in #16478
|
||||||
|
|
||||||
|
[3.4.7]
|
||||||
|
* Update minio to 2023-02-10T18-48-39Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-02-10T18-48-39Z)
|
||||||
|
* Periodically refresh buckets metadata from the backend disks by @vadmeste in #16561
|
||||||
|
* fix: aclHandlers convert XML parse error to relevant client error by @jiuker in #16587
|
||||||
|
* fix: README.md in docs/config by @k0i in #16564
|
||||||
|
* fix: username replacements for aws:username must use parentUser by @harshavardhana in #16591
|
||||||
|
|
|
@ -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.4.6",
|
"version": "3.4.7",
|
||||||
"upstreamVersion": "2023-01-31T02-24-19Z",
|
"upstreamVersion": "2023-02-10T18-48-39Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue