Skip to content

Releases: mendersoftware/mender-helm

mender: v6.0.0-rc.8

18 Jan 07:26
42b8f09
Compare
Choose a tag to compare

6.0.0-rc.8 - 2025-01-17

Bug Fixes

  • Remove tenantadm.env.TENANTADM_ORCHESTRATOR_ADDR value
    (c4f6f2d) by @alfrunes

    The value should be inferred from the workflows service name and port.

  • Add and replace configuration values for internal addresses
    (aae4180) by @alfrunes

    The internal addresses are uniquely determined from the name and port of
    the respective service. They should not be configurable. The following
    values have been removed and will be ineffectual:

    • device_auth.env.DEVICEAUTH_INVENTORY_ADDR
    • device_auth.env.DEVICEAUTH_ORCHESTRATOR_ADDR
    • device_auth.env.DEVICEAUTH_TENANTADM_ADDR
    • useradm.env.USERADM_TENANTADM_ADDR
    • devicemonitor.env.DEVICEMONITOR_USERADM_URL
    • devicemonitor.env.DEVICEMONITOR_WORKFLOWS_URL
  • Use correct device_auth key
    (a138560) by @oldgiova

Documentation

mender: v6.0.0-rc.7

13 Jan 10:33
dd06069
Compare
Choose a tag to compare

6.0.0-rc.7 - 2025-01-13

Bug Fixes

  • Use more sensible defaults when storage proxy is enabled
    (fdfa432) by @alfrunes

    Set storage.proxy_uri setting in deployments to the public URL
    {{.Values.global.url}}.

  • Use sample global.url to avoid confusion
    (99ab65e) by @oldgiova

    Set default .Values.global.url to the sample public URL to avoid
    confusion.

mender: v6.0.0-rc.6

08 Jan 09:22
72876a5
Compare
Choose a tag to compare

6.0.0-rc.6 - 2025-01-08

Bug Fixes

mender: v6.0.0-rc.5

07 Jan 14:45
7e9a9ce
Compare
Choose a tag to compare

6.0.0-rc.5 - 2025-01-07

Bug Fixes

  • Remove errorPort from gui
    (88f0a43) by @oldgiova

    • BREAKING: remove errorPort from gui

    Follow up removing the error reponder middleware from Traefik

mender: v6.0.0-rc.4

07 Jan 14:18
3d795bc
Compare
Choose a tag to compare

6.0.0-rc.4 (2024-12-18)

Bug Fixes

  • consistency between nats_uri declaration (e218a6a)
  • consistency between nats_uri declaration (e904956)

mender: v5.12.0

04 Dec 19:07
0034b56
Compare
Choose a tag to compare

5.12.0 - 2024-12-04

Features

  • Upgrade to Mender version 3.7.8
    (b4aeb02)

mender: v6.0.0-rc.3

02 Dec 14:27
cd7d5a7
Compare
Choose a tag to compare

6.0.0-rc.3 - 2024-11-30

Features

  • Added mongodb secret override
    (MEN-6493) (e7e4326) by @oldgiova

    With this override, you can choose a different secret for the
    deployments service, for example a secondary connection or a admin
    connection

mender: v6.0.0-rc.2

30 Nov 21:28
73b6c4d
Compare
Choose a tag to compare

6.0.0-rc.2 - 2024-11-28

Bug Fixes

Typo

  • Update UPGRADE_from_v5_to_v6.md
    (f4256fc) by @LinAnt

    Fixes typo in the header

mender: v5.11.2

15 Nov 09:57
5e473cb
Compare
Choose a tag to compare

5.11.2 - 2024-11-15

Bug Fixes

  • Invalid regexp in default value storage_proxy.rule
    (MEN-7741) (f5a6bd3)

    The expression is using the former Traefik v2 regexp syntax.

mender: v6.0.0-rc.1

14 Nov 21:14
c57ef95
Compare
Choose a tag to compare

6.0.0-rc.1 - 2024-11-13

Bug Fixes