Version 3.5.3

This commit is contained in:
Girish Ramakrishnan 2023-06-10 12:07:15 +05:30
parent e8972242ca
commit effb90c2ac
2 changed files with 12 additions and 2 deletions

View File

@ -1824,3 +1824,13 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* fix: proxy not set on subnet logger webhook sometimes by @anjalshireesh in #17320
* fix: time() returned function not being called as expected in globalSync() by @drivebyer in #17319
* fix: fail large content in DeleteMultipleObjects() early by @jiuker in #17321
[3.5.3]
* Update minio to 2023-06-09T07-32-12Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-06-09T07-32-12Z)
* fix: expMovingAvg is too small when startTime is zero by @jiuker in #17346
* log: Add a log when saving pool.bin fails by @vadmeste in #17338
* goroutines parser: Add --less flag to filter goroutines by @vadmeste in #17339
* 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

View File

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "3.5.2",
"upstreamVersion": "2023-06-02T23-17-26Z",
"version": "3.5.3",
"upstreamVersion": "2023-06-09T07-32-12Z",
"healthCheckPath": "/minio/login",
"memoryLimit": 805306368,
"httpPort": 8000,