Skip to content

Releases: mendersoftware/mender-helm

5.9.0

13 Jun 07:38
8fabfab
Compare
Choose a tag to compare

5.9.0

  • Added pdb.maxUnavailable option.
  • Added deviceconnect PodDisruptionBudget

5.8.3

07 Jun 16:26
18436b0
Compare
Choose a tag to compare

5.8.3

  • Fix: correctly setup the Integration Version.

5.8.2

04 Jun 21:25
a4826c5
Compare
Choose a tag to compare

5.8.2

  • Fix: correctly setup the Mender Version in the iot-manager service.

5.8.1

31 May 10:12
7fde222
Compare
Choose a tag to compare

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

29 May 12:34
2f230d6
Compare
Choose a tag to compare

5.7.1

  • Fix: skipping smtp secret creation when using global.smtp.existingSecret.
  • Fix: the NATS image were not aligned with the subchart version

5.7.0

22 May 07:22
2b3d085
Compare
Choose a tag to compare

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 the api-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

02 May 13:06
a101612
Compare
Choose a tag to compare

Version 5.6.2

  • Upgrade to Mender version 3.7.4.

5.6.1

10 Apr 14:56
1587c64
Compare
Choose a tag to compare

Version 5.6.1

  • Upgrade NATS to version 2.9.20 with the subchart 0.19.17.

5.6.0

22 Mar 11:16
da542b3
Compare
Choose a tag to compare

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

27 Feb 15:40
404bac9
Compare
Choose a tag to compare

Version 5.5.4

  • fix malformed Authorization header when authRateLimit is set
  • Bump traefik image to v2.11.0