Skip to content

v4.0.0-rc.3

Compare
Choose a tag to compare
@mender-test-bot mender-test-bot released this 18 Dec 09:44
73146a7

v4.0.0-rc.3 - 2024-12-17

Bug Fixes

  • (gui) Fixed an issue that would sometimes prevent users from switching between tenants
    (MEN-7774) (ce777fd) by @mzedel

    can't rely on the user list data as it doesn't contain all the user details

  • (gui) Fixed an issue that prevented deployment sizes from being shown
    (d2bbb8d) by @mzedel

  • (gui) Fixed an issue that caused number comparisons in device filters to not work
    (MEN-7717) (84e2398) by @mzedel

  • (gui) Added readable name for ltne device filter
    (MEN-7717) (a741011) by @mzedel

  • (gui) Fixed an issue that could lead to unexpected locations in the UI when accessing unauthorized sections while authorized
    (MEN-7842) (7938291) by @mzedel

  • (gui) Enable device configuration for non enterprise users
    (67170c5) by @thall

    Currently it's not possible to see device configuration if you host
    Mender self and have environment variable HAVE_DEVICECONFIG=true.

    Changes the predicate to be the same as for hasDeviceConnect.

  • Fixed an issue that prevented the UI from showing deeply nested software installations
    (MEN-7640) (13496f3) by @mzedel

Documentation

  • (README) Add step to clone repository
    (f9d3bbd) by @alfrunes

  • (README) Consistently add syntax highlighting to code blocks
    (8583102) by @alfrunes

  • Update README.md
    (f7a1b09) by @alfrunes

    Adjusted styling (note color, added 1st level indentation, taxonomy i.e., Mender Server, Mender Enterprise) to make it easy to follow and read.

  • Document how to bring up the Virtual Device for enterprise setup
    (c674566) by @lluiscampos

Features

  • (deployments) New endpoint for getting release by name
    (MEN-7575) (3a18e88) by @kjaskiewiczz

  • (gui) Added the possibility to create service provider administering roles
    (MEN-7570) (92d7e50) by @mzedel

  • (gui) Aligned role removal dialog with other parts of the UI
    (8661704) by @mzedel

  • (gui) Added support for Personal Access Token auditlog entries
    (MEN-7622) (9a9a6c3) by @mzedel

  • (gui) Added possibility to trigger deployment & inventory data updates when troubleshooting
    (MEN-7657) (11a9b7a) by @mzedel

  • (gui) Made deployment targets rely on filter information in the deployment to more reliably display target devices etc.
    (MEN-7647) (47c92d4) by @mzedel

Revert