Releases: mendersoftware/mender-helm
Releases · mendersoftware/mender-helm
5.8.1
Version 5.8.1
- Fix: managing redis connection string in the
deployments
service, when using an external Redis.
Version 5.8.0
- Added helm chart tests.
- Default
updateStrategy.rollingUpdate.maxUnavailable
to 0 to complete the helm upgrade with
all the services running. - Removed
helm.sh/chart
annotation to avoid a full restart every release. - Added Redis to the Deployments service
5.7.1
5.7.0
Version 5.7.0
generate_delta_worker
: don't enforce tags for the image.- Added
api_gateway.accesslogs
parameter to enable/disable access logs. - Bump traefik image to v2.11.2
- Move from megabytes to mebibytes for consistency.
- Added
inventory.mongodbExistingSecret
to override the default MongoDB secret. - Not using
HAVE_ENTERPRISE
when in hosted mode. - Added
podMonitor
resource for monitoring theapi-gateway
service (Traefik metrics). - Allow overriding fullname (thanks @ignatiusreza)
- Removed unused
mender.name
function. - Added
probesOverrides
to override the default timeout for readiness and liveness probes. - Fix naming problem in templates using api_gateway and NodePort (thanks @j-rivero)
5.6.2
5.6.1
5.6.0
Version 5.6.0
- Upgrade to Mender version
3.7.3
. - MongoDB sub-chart
- Bump chart version to 13.18.5
- Bump app version to MongoDB 6.0 (tag:
6.0.13
)
If your running an existing cluster with MongoDB 5.0, we recommend following
the upgrade procedure from the
official documentation.
5.5.4
5.5.3
Version 5.5.3
- create artifact worker: change container name from workflows
- generate delta worker: change container name from workflows
- fix devicemonitor env variables
- IoT Manager: added support for an external secret containing an AES encryption key
- Workflows: added support for custom secret file mounted as a volume
5.5.2
5.5.1
Version 5.5.1
- Fix NATS address when
global.nats.existingSecret
is defined - Fix indent issue when using multiple custom imagePullSecrets
- Fix artifact storage secret for the Deployments storage daemon
when using an existing external secret - Forcing Traefik
passHostHeader
option tofalse
when using theapi_gateway.storage_proxy
- Added
referrerPolicy: "no-referrer"
by default in Traefik - Bump to traefik
2.10.7
- Feat: support for X-MEN-RBAC-Releases-Tags
- Feat: support for custom updateStrategy
- Fix missing auditlog variable in the device auth service
- Fix Redis environment variables when using an external Redis
- Added
global.redis.existingSecret
option