1- # ` cc-backend ` version 1.4.3
1+ # ` cc-backend ` version 1.4.4
22
33Supports job archive version 2 and database version 8.
44
55This is a bug fix release of ` cc-backend ` , the API backend and frontend
66implementation of ClusterCockpit.
77For release specific notes visit the [ ClusterCockpit Documentation] ( https://clusterockpit.org/docs/release/ ) .
88
9+ ## Breaking changes
10+
11+ The option ` apiAllowedIPs ` is now a required configuration attribute in
12+ ` config.json ` . This option restricts access to the admin API.
13+
14+ To retain the previous behavior that the API is per default accessible from
15+ everywhere set:
16+
17+ ``` json
18+ "apiAllowedIPs" : [
19+ " *"
20+ ]
21+ ```
22+
923## Breaking changes for minor release 1.4.x
1024
1125- You need to perform a database migration. Depending on your database size the
@@ -22,21 +36,7 @@ For release specific notes visit the [ClusterCockpit Documentation](https://clus
2236
2337## New features
2438
25- - Detailed Node List
26- - Adds new routes ` /systems/list/$cluster ` and ` /systems/list/$cluster/$subcluster `
27- - Displays live, scoped metric data requested from the nodes indepenent of jobs
28- - Color Blind Mode
29- - Set on a per-user basis in options
30- - Applies to plot data, plot background color, statsseries colors, roofline timescale
31- - Job-View metric selection is now persisted based on the jobs subcluster.
32- Helpful for heterogeneous subcluster configurations.
33- - Histogram Bin Select in User-View
34- - Metric-Histograms: ` 10 Bins ` now default, selectable options ` 20, 50, 100 `
35- - Job-Duration-Histogram: ` 48h in 1h Bins ` now default, selectable options:
36- - ` 60 minutes in 1 minute Bins `
37- - ` 12 hours in 10 minute Bins `
38- - ` 3 days in 6 hour Bins `
39- - ` 7 days in 12 hour Bins `
39+ - Enable to delete tags from the web interface
4040
4141## Known issues
4242
0 commit comments