Releases: mendersoftware/mender-helm
Releases · mendersoftware/mender-helm
5.9.0
5.8.3
5.8.2
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.