Releases: mendersoftware/mender-helm
Releases · mendersoftware/mender-helm
mender: v6.0.0-rc.8
6.0.0-rc.8 - 2025-01-17
Bug Fixes
-
Remove tenantadm.env.TENANTADM_ORCHESTRATOR_ADDR value
(c4f6f2d) by @alfrunesThe value should be inferred from the workflows service name and port.
-
Add and replace configuration values for internal addresses
(aae4180) by @alfrunesThe 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
Documentation
mender: v6.0.0-rc.7
6.0.0-rc.7 - 2025-01-13
Bug Fixes
-
Use more sensible defaults when storage proxy is enabled
(fdfa432) by @alfrunesSet storage.proxy_uri setting in deployments to the public URL
{{.Values.global.url}}. -
Use sample global.url to avoid confusion
(99ab65e) by @oldgiovaSet default .Values.global.url to the sample public URL to avoid
confusion.
mender: v6.0.0-rc.6
mender: v6.0.0-rc.5
mender: v6.0.0-rc.4
6.0.0-rc.4 (2024-12-18)
Bug Fixes
mender: v5.12.0
mender: v6.0.0-rc.3
mender: v6.0.0-rc.2
mender: v5.11.2
mender: v6.0.0-rc.1
6.0.0-rc.1 - 2024-11-13
Bug Fixes
- Add http timeouts, only apply https timeouts when https is enabled
(9ead1c8) by @chriswiggins