Skip to content

Releases: mendersoftware/mender-helm

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

5.5.3

15 Feb 09:19
858ddda
Compare
Choose a tag to compare

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

14 Feb 14:55
2769496
Compare
Choose a tag to compare

Version 5.5.2

  • Upgrade to Mender version 3.7.2.
  • By default, automigrate is set to false for the generate delta worker and the create artifac worker services:
    the migrations are performed by migration jobs.

5.5.1

13 Feb 15:33
f0cd62b
Compare
Choose a tag to compare

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 to false when using the api_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