diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 608f8b9d..dc4e2593 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "mender": "5.10.1" + "mender": "5.11.0" } diff --git a/mender/CHANGELOG.md b/mender/CHANGELOG.md index f88d81f7..5e2cce73 100644 --- a/mender/CHANGELOG.md +++ b/mender/CHANGELOG.md @@ -1,5 +1,25 @@ # Mender Helm chart +## 5.11.0 - 2024-10-14 + + +### Bug Fixes + + +- Traefik container ports optionals([MEN-7595](https://northerntech.atlassian.net/browse/MEN-7595)) ([12dc357](https://github.com/mendersoftware/mender-helm/commit/12dc357184f39edf878105f4cde2787dbcd1b0b7)) by @oldgiova + You can choose to not to set either httpPort or httpsPort in the + api_gateway, to prevent upload timeout with the Mender Cli, as reported + by customers. + + +### Features + + +- Add gui hpa ([8f6d9f4](https://github.com/mendersoftware/mender-helm/commit/8f6d9f46c0c9db16939a8c851ed4bda21e7ca5f3)) by @oldgiova + Added Horizontal Pod Autoscaler resource to the gui container, to scale + it automatically when the service experiences more load. + + ## Version 5.10.1 * Fix invalid regexp in default storage proxy rule. diff --git a/mender/Chart.yaml b/mender/Chart.yaml index 8e8532a9..e7ec0bae 100644 --- a/mender/Chart.yaml +++ b/mender/Chart.yaml @@ -1,8 +1,9 @@ apiVersion: v2 appVersion: "3.7.7" -description: Mender is a robust and secure way to update all your software and deploy your IoT devices at scale with support for customization +description: Mender is a robust and secure way to update all your software and + deploy your IoT devices at scale with support for customization name: mender -version: 5.10.1 +version: 5.11.0 keywords: - mender - iot