diff --git a/CHANGELOG b/CHANGELOG index e68301a..84f690e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2362,3 +2362,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * remove unnecessary 'recreate' code by @harshavardhana in #19136 * 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 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 8191af5..9192f64 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "3.13.2", - "upstreamVersion": "2024-03-03T17-50-39Z", + "version": "3.13.3", + "upstreamVersion": "2024-03-05T04-48-44Z", "healthCheckPath": "/minio/login", "memoryLimit": 2147483648, "httpPort": 8000,