Version 3.4.10

This commit is contained in:
Girish Ramakrishnan 2023-02-28 10:05:23 +01:00
parent fe7fd0147c
commit 1ac3bbe134
2 changed files with 11 additions and 2 deletions

View File

@ -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
* 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
[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

View File

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "3.4.9",
"upstreamVersion": "2023-02-22T18-23-45Z",
"version": "3.4.10",
"upstreamVersion": "2023-02-27T18-10-45Z",
"healthCheckPath": "/minio/login",
"memoryLimit": 805306368,
"httpPort": 8000,