Skip to content

Releases: mendersoftware/mender-helm

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

5.5.0

01 Feb 11:08
61c1d14
Compare
Choose a tag to compare

Version 5.5.0

  • Fix mongodb uri creation when using the mongodb subchart and replicast architecture
  • Added customEnv option to set default or per-service custom env variables
  • Added generic storage_proxy service, that could
    work for both minio and Amazon S3, and it's going to replace the api_gateway.minio configuration.
  • Add OpenID Connect authentication API to user authentication routes in the gateway.
  • Deprecations:
    • api_gateway.minio is deprecated in favor of api_gateway.storage_proxy.
      This entry could be used, but it is no longer maintained, and could be removed
      in future releases.
      How to upgrade:
      • set api_gateway.minio.enabled=false
      • set api_gateway.storage_proxy.enabled=true
      • set api_gateway.storage_proxy.url to the external storage url that you want to map externally. For example https://fleetstorage.example.com.
        If you leave it empty, it uses the Amazon S3 external URL.

5.4.1

17 Jan 16:06
122a6fa
Compare
Choose a tag to compare

Version 5.4.1

  • Upgrade to Mender version 3.7.1.
  • Removed useless variables from the gui container.
  • Added custom service account support (thanks @bdomars)

5.3.0

02 Nov 07:15
a4fce09
Compare
Choose a tag to compare
  • Split single db-migration job into multiple jobs
  • Traefik updated to v2.10.5
  • Upgrade to Mender version 3.6.3.

5.2.6

13 Oct 08:37
bd96098
Compare
Choose a tag to compare
  • Add graceful shutdown for deviceconnect, defaults to 60s.
  • Fix: indent cronjob annotations correctly (thanks @vphoikka)

5.2.4

21 Sep 12:35
0e8be38
Compare
Choose a tag to compare
Merge pull request #200 from oldgiova/fix-missing-build-step

Build step is missing when publishing