Version 3.4.10
This commit is contained in:
parent
fe7fd0147c
commit
1ac3bbe134
|
@ -1674,3 +1674,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* fix: healing of replication config for endpoint changes by @poornas in #16648
|
* fix: healing of replication config for endpoint changes by @poornas in #16648
|
||||||
* Add detailed scanner trace output and notifications by @klauspost in #16668
|
* 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
|
* Set meaningful message from minio with env variable KMS_SECRET_KEY by @allanrogerr in #16584
|
||||||
|
|
||||||
|
[3.4.10]
|
||||||
|
* Update minio to 2023-02-27T18-10-45Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-02-27T18-10-45Z)
|
||||||
|
* event target registration failures must be returned by @harshavardhana in #16700
|
||||||
|
* Remove bloom filter by @klauspost in #16682
|
||||||
|
* Better error message when TLS certs do not have proper permissions by @vadmeste in #16703
|
||||||
|
* Update OpenID doc with info on redirection params by @donatello in #16704
|
||||||
|
* tests: Add test for S3 API error codes by @vadmeste in #16705
|
||||||
|
|
|
@ -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.9",
|
"version": "3.4.10",
|
||||||
"upstreamVersion": "2023-02-22T18-23-45Z",
|
"upstreamVersion": "2023-02-27T18-10-45Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue