Skip to content

v5.2.0

Choose a tag to compare

@rezib rezib released this 03 Nov 12:25
· 155 commits to main since this release
v5.2.0
  • front:
    • Support filtering jobs in failed state (#611).
    • Add button to reset cache statistics in settings cache tab (#603).
    • Dedicated route to directly access fullscreen view of resources diagram instead of modal requiring clicks (#631).
    • Display spinner while loading jobs running in node details page and display error when unable to load jobs.
    • Introduce new fullscreen cluster graphical representions with cores allocations rates (#293).
    • Add shimmering effect on nodes graphical representations while loading their states from Slurm.
    • Add possibility to display nodes names in clusters graphical representations when enough room for text label (#644).
    • Add general setting to control display of nodes names in clusters graphical representations, enabled by default.
  • gateway: Add /agent/{cluster}/cache/reset route to reverse proxy request to agent /cache/reset.
  • agent: Add /cache/reset route to reset cache statistics.
  • conf:
    • Introduce cache-reset authorization action.
    • Assign cache-reset action to user role (all authenticated users) in default authorization policy.
  • docs:
    • Mention support of Debian 14 « forky ».
    • Add Deployment section in architecture page to explain where packages must be installed with different topologies (#483).
    • Mention cores allocations graphical representation in overview page.

Changed

  • Change license from GPLv3+ to MIT.
  • front: Back to resources button in node details page redirects to the original resources view (eg. nodes diagram) instead of resources page consistently.
  • docs:
    • Simplify distribution schema in architecture page to avoid confusion of frontend component on users host.
    • Update screenshots in quickstart guide to reflect latest UI updates.
    • Update authorization policy reference documentation.

Fixed

  • agent:
    • Handle SlurmrestdAuthenticationError in metrics endpoint (#623).
    • Fix failure of metrics endpoint when cache-hit-total or cache-miss-total keys are missing in Redis cache (#622).
  • front:
    • Round allocated resources percentages with one decimal in node details page.
    • Fix centering of node tooltip over the racks graphical representation.
    • Restore expected view after authentication error (eg. missing or expired token) and successful login.
    • Update dependencies to fix CVE-2025-7783 (form-data), CVE-2025-58751, CVE-2025-58752 and CVE-2025-62522 (vite), CVE-2025-58754 (axios), GHSA-xffm-g5w8-qvg7 (eslint).
    • Handling of cache hit rate calculation when total number of requests in cache statistics is 0.
    • Adjust colors of nodes graphical representation to match more cores graphical representation.
  • docs: Fix entreprise→enterprise typo.