Version 3.4.9
This commit is contained in:
parent
b4e59c928c
commit
0047b6bd3b
10
CHANGELOG
10
CHANGELOG
|
@ -1664,3 +1664,13 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* fix: allow global leader lock context merge to be canceled by @vadmeste in #16603
|
* fix: allow global leader lock context merge to be canceled by @vadmeste in #16603
|
||||||
* Remove parentheses by @atalakey4work in #16605
|
* Remove parentheses by @atalakey4work in #16605
|
||||||
* Periodically remove stale buckets from in-memory by @harshavardhana in #16597
|
* Periodically remove stale buckets from in-memory by @harshavardhana in #16597
|
||||||
|
|
||||||
|
[3.4.9]
|
||||||
|
* Update minio to 2023-02-22T18-23-45Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-02-22T18-23-45Z)
|
||||||
|
* avoid locks when unnecessary in SiteReplicationMetaInfo() by @harshavardhana in #16650
|
||||||
|
* add missing x-amz-id-2 to event notification date by @harshavardhana in #16646
|
||||||
|
* update dependencies to latest releases by @harshavardhana in #16651
|
||||||
|
* fix: healing of replication config for endpoint changes by @poornas in #16648
|
||||||
|
* Add detailed scanner trace output and notifications by @klauspost in #16668
|
||||||
|
* Set meaningful message from minio with env variable KMS_SECRET_KEY by @allanrogerr in #16584
|
||||||
|
|
|
@ -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.8",
|
"version": "3.4.9",
|
||||||
"upstreamVersion": "2023-02-17T17-52-43Z",
|
"upstreamVersion": "2023-02-22T18-23-45Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue