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
|
* Fixes an issue with multipart objects with multiple versions, due to rename2() optimization being incorrectly used
|
||||||
* AbortMultipartUpload() is now idempotent, much like AWS S3.
|
* 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",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "3.9.1",
|
"version": "3.9.2",
|
||||||
"upstreamVersion": "2023-09-30T07-02-29Z",
|
"upstreamVersion": "2023-10-07T15-07-38Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue