Version 3.9.2
This commit is contained in:
parent
4d3cd5ed61
commit
3b4e8d04de
|
@ -2020,3 +2020,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* Fixes an issue with multipart objects with multiple versions, due to rename2() optimization being incorrectly used
|
||||
* AbortMultipartUpload() is now idempotent, much like AWS S3.
|
||||
|
||||
[3.9.2]
|
||||
* Update minio to 2023-10-07T15-07-38Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-10-07T15-07-38Z)
|
||||
* Add tests for multipart upload overwrites on versioned buckets by @harshavardhana in #18142
|
||||
* Add support for resource metrics by @anjalshireesh in #18057
|
||||
* Add paramaters in Helm chart to load OIDC clientSecret from Secret Resource by @alikhtag in #17784
|
||||
* Fix startup formatting by @zveinn in #18156
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.9.1",
|
||||
"upstreamVersion": "2023-09-30T07-02-29Z",
|
||||
"version": "3.9.2",
|
||||
"upstreamVersion": "2023-10-07T15-07-38Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue