mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-05-16 01:57:28 +02:00
Prepare Release 1.5.4
Entire-Checkpoint: 535c1737ceb2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# `cc-backend` version 1.5.3
|
||||
# `cc-backend` version 1.5.4
|
||||
|
||||
Supports job archive version 3 and database version 11.
|
||||
|
||||
@@ -15,6 +15,26 @@ While we are confident that the memory issue with the metricstore cleanup move
|
||||
policy is fixed, it is still recommended to use delete policy for cleanup.
|
||||
This is also the default.
|
||||
|
||||
## Changes in 1.5.4
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- **Roofline legend placement**: Roofline plot legends now use fixed
|
||||
coordinates instead of dynamic placement, preventing the legend from
|
||||
overlapping data points or being rendered off-canvas (#546).
|
||||
- **Subcluster usage tab labels**: Subcluster names in the status dashboard
|
||||
usage tabs are no longer force-capitalized; the original cluster-defined
|
||||
casing is preserved.
|
||||
- **NodeListRow host filter**: The running-jobs query in the node list row now
|
||||
filters by exact node hostname (`eq`) instead of substring match
|
||||
(`contains`), avoiding incorrect matches when one hostname is a prefix of
|
||||
another.
|
||||
|
||||
### Dependencies
|
||||
|
||||
- **Go module upgrades**: Refreshed Go module dependencies to their latest
|
||||
compatible versions.
|
||||
|
||||
## Changes in 1.5.3
|
||||
|
||||
### Bug fixes
|
||||
|
||||
Reference in New Issue
Block a user