Version 3.13.3
This commit is contained in:
parent
2b0dcc7d38
commit
abef481b63
|
@ -2362,3 +2362,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* remove unnecessary 'recreate' code by @harshavardhana in #19136
|
* remove unnecessary 'recreate' code by @harshavardhana in #19136
|
||||||
* feat: add userCredentials for nats by @jiuker in #19139
|
* feat: add userCredentials for nats by @jiuker in #19139
|
||||||
|
|
||||||
|
[3.13.3]
|
||||||
|
* Update minio to 2024-03-05T04-48-44Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-03-05T04-48-44Z)
|
||||||
|
* fix: healthcheck to fail even if one erasure set doesn't have quorum by @Praveenrajmani in #19180
|
||||||
|
* Add common middleware to S3 API handlers by @donatello in #19171
|
||||||
|
* fix: nLink is unreliable on all filesystems by @harshavardhana in #19187
|
||||||
|
* Fix ilm config at startup by @krisis in #19189
|
||||||
|
* fix: skip local disks properly in cluster health maintenance check by @harshavardhana in #19184
|
||||||
|
|
||||||
|
|
|
@ -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.2",
|
"version": "3.13.3",
|
||||||
"upstreamVersion": "2024-03-03T17-50-39Z",
|
"upstreamVersion": "2024-03-05T04-48-44Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 2147483648,
|
"memoryLimit": 2147483648,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue