Version 3.5.0
This commit is contained in:
parent
29f3101513
commit
293beffadc
11
CHANGELOG
11
CHANGELOG
|
@ -1790,3 +1790,14 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* optimization use small blocks up to 64KB by @klauspost in #17107
|
* optimization use small blocks up to 64KB by @klauspost in #17107
|
||||||
* Support systemd notify protocol by @WGH- in #17062
|
* Support systemd notify protocol by @WGH- in #17062
|
||||||
* fix: store notification events immediately for persistent queues by @Praveenrajmani in #17112
|
* fix: store notification events immediately for persistent queues by @Praveenrajmani in #17112
|
||||||
|
|
||||||
|
[3.5.0]
|
||||||
|
* Update minio to 2023-05-18T00-05-36Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-05-18T00-05-36Z)
|
||||||
|
* Signed trailers for signature v4 by @klauspost in #16484
|
||||||
|
* add etc-path to post-job.yaml in helm chart by @mstein11 in #17148
|
||||||
|
* helm: declare missing properties in values.yaml by @dnskr in #17153
|
||||||
|
* Validate if replication config being added is self referential by @poornas in #17142
|
||||||
|
* 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
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "3.4.20-1",
|
"version": "3.5.0",
|
||||||
"upstreamVersion": "2023-05-18T00-05-36Z",
|
"upstreamVersion": "2023-05-18T00-05-36Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
|
|
Loading…
Reference in New Issue