Bump version
This commit is contained in:
parent
0e6b93f732
commit
5f6b3ef9c3
|
@ -2379,3 +2379,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* fix: go mod update v1.33.0 https://pkg.go.dev/vuln/GO-2024-2611 by @harshavardhana in #19208
|
* fix: go mod update v1.33.0 https://pkg.go.dev/vuln/GO-2024-2611 by @harshavardhana in #19208
|
||||||
* bucket import: avoid overwriting bucket creation date by @poornas in #19207
|
* bucket import: avoid overwriting bucket creation date by @poornas in #19207
|
||||||
* Set expected expiry date for ExpiredObjectAllVersions by @krisis in #19210
|
* Set expected expiry date for ExpiredObjectAllVersions by @krisis in #19210
|
||||||
|
|
||||||
|
[3.13.4]
|
||||||
|
* Update minio to 2024-03-10T02-53-48Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-03-10T02-53-48Z)
|
||||||
|
* make immediate purge non-blocking up to 100,000 entries per drive (#19231)
|
||||||
|
* make immediate purge non-blocking upto 100000 entries per drive
|
||||||
|
* Bonus: turn-off O_DIRECT verification when FSType is 'XFS'
|
||||||
|
|
||||||
|
|
|
@ -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.13.4",
|
"version": "3.13.5",
|
||||||
"upstreamVersion": "2024-03-07T00-43-48Z",
|
"upstreamVersion": "2024-03-10T02-53-48Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 2147483648,
|
"memoryLimit": 2147483648,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue