Skip to content

mender: v6.0.0-rc.8

Compare
Choose a tag to compare
@mender-test-bot mender-test-bot released this 18 Jan 07:26
42b8f09

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