Skip to content

Commit

Permalink
Merge pull request #346 from mendersoftware/release-please--branches-…
Browse files Browse the repository at this point in the history
…-master--components--mender

chore(master): release mender 5.11.0
  • Loading branch information
oldgiova authored Oct 14, 2024
2 parents 671b5fe + b1247fd commit 8fb5e49
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"mender": "5.10.1"
"mender": "5.11.0"
}

20 changes: 20 additions & 0 deletions mender/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
5 changes: 3 additions & 2 deletions mender/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8fb5e49

Please sign in to comment.