Version 3.4.6
This commit is contained in:
parent
a6e36be63d
commit
9a175b6685
|
@ -1639,3 +1639,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* fix: deleted object names for directory objects by @klauspost in #16448
|
||||
* grafana: Show one metric for the total data growth by @vadmeste in #16449
|
||||
* replication: Avoid logging PreConditionFailed error by @poornas in #16450
|
||||
|
||||
[3.4.6]
|
||||
* Update minio to 2023-01-31T02-24-19Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-01-31T02-24-19Z)
|
||||
* Rename peer S3 prefix to avoid collision in the future by @vadmeste in #16473
|
||||
* Better error when setting up replication with a service account alias by @vadmeste in #16472
|
||||
* 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
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.4.5",
|
||||
"upstreamVersion": "2023-01-25T00-19-54Z",
|
||||
"version": "3.4.6",
|
||||
"upstreamVersion": "2023-01-31T02-24-19Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue