Version 3.5.1
This commit is contained in:
parent
832f1f26a8
commit
550ea43e59
12
CHANGELOG
12
CHANGELOG
|
@ -1801,3 +1801,15 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* helm-chart: Use minio service account for post-deploy job if available by @LinAnt in #17077
|
||||
* put *msgp.Reader back to pool by @jiuker in #17156
|
||||
* add Err to BucketExists when NoSuchBucket by @jiuker in #17155
|
||||
|
||||
[3.5.1]
|
||||
* Update minio to 2023-05-27T05-56-19Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-05-27T05-56-19Z)
|
||||
* fix: leaking connections in JSON SQL with limited return by @klauspost in #17239
|
||||
* before return make globalScannerMetrics.incTime call by @jiuker in #17230
|
||||
* fix: return proper error if OIDC Discoverydoc fails to respond by @jiuker in #17242
|
||||
* fix: increment counter when entry be skipped by @jiuker in #17237
|
||||
* Freeze the s3 APIs until the notification sub-system initializes completely by @Praveenrajmani in #17182
|
||||
* Add object parity in listing V2M and listing versions M by @vadmeste in #17238
|
||||
* allow specification of path/virtual style bucket lookup in batch replication by @poornas in #17201
|
||||
* fix: Avoid Income globalStats twice upon error by @jiuker in #17263
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.5.0",
|
||||
"upstreamVersion": "2023-05-18T00-05-36Z",
|
||||
"version": "3.5.1",
|
||||
"upstreamVersion": "2023-05-27T05-56-19Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue