v4.0.0-rc.8 - 2025-01-27
Bug Fixes
-
(gui) Aligned webhook details behaviour w/ rest of UI
(MEN-7955) (7860b5b) by @mzedel -
(gui) Prevented sso config retrieval on plans that don't support this
(fe6da5d) by @mzedel -
(gui) Fixed an issue that would prevent deleting & tagging releases in the release overview
(MEN-7960) (16b2628) by @mzedel -
(gui) Let on-prem installations refer to the docs to prevent server-url misconfiguration following monorepo transition
(MEN-7948) (e0dae51) by @mzedel -
(gui) Fixed end date filters out today's entries in the Audit log, Deployments and Devices
(3ee84f2) by @aleksandrychev -
Deviceauth healthcheck panics malformed inventory address
(70d493a) by @alfrunes -
Use internal URLs for storage backend when generating artifacts
(MEN-7939) (3d72d5e) by @alfrunes- BREAKING: Generate artifacts API ignores
storage.proxy_uri
and
aws.external_url
configuration values and instead access the API using
the same URL as deployments service.
When generating artifacts, the backend will use the direct access URL
instead of rewriting the URL using the configuredstorage.proxy_uri
or
aws.external_url
. - BREAKING: Generate artifacts API ignores
-
Deployment device count should not exceed max devices
(MEN-7847) (15e5fee) by @alfrunesAdded a condition to skip deployments when the device count reaches max
devices.
Documentation
- Fix typo in snippet for creating tenant
(a346d33) by @alfrunes - Docmentation on backend integration tests running separately
(QA-683) (a8f8d54) by @merlin-northern
Features
-
(gui) Added feedback on file size limits to artifact upload dialog
(MEN-7858) (d612334) by @mzedel -
(gui) Aligned text input appearance with MUI updated guidelines
(MEN-7838) (e5d5672) by @mzedel