Version 3.5.4
This commit is contained in:
parent
2bbf11f795
commit
2fbefac3a9
|
@ -1834,3 +1834,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* only allow decryption of etag for only sse-s3 by @harshavardhana in #17335
|
* only allow decryption of etag for only sse-s3 by @harshavardhana in #17335
|
||||||
* allow quota enforcement to rely on older values by @harshavardhana in #17351
|
* allow quota enforcement to rely on older values by @harshavardhana in #17351
|
||||||
|
|
||||||
|
[3.5.4]
|
||||||
|
* Update minio to 2023-06-16T02-41-06Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-06-16T02-41-06Z)
|
||||||
|
* return InvalidRequest when no parts are provided by @harshavardhana in #17395
|
||||||
|
* service accounts are allowed to have no expiration by @harshavardhana in #17397
|
||||||
|
* return 204 status code for DeleteBucketTagging by @harshavardhana in #17400
|
||||||
|
* listen: Only error out if not able to bind any interface by @vadmeste in #17353
|
||||||
|
* fix: protect ReplicationStats against concurrent map iteration and write crash by @klauspost in #17403
|
||||||
|
|
|
@ -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.5.3",
|
"version": "3.5.4",
|
||||||
"upstreamVersion": "2023-06-09T07-32-12Z",
|
"upstreamVersion": "2023-06-16T02-41-06Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue