File tree 2 files changed +29
-3
lines changed
2 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
+ ## [ v3.0.0] ( https://github.com/NETWAYS/icingaweb2-module-grafana/tree/v3.0.0 ) (2024-12-10)
3
+
4
+ ** BREAKING CHANGES:**
5
+
6
+ - Remove ` enablelink ` configuration and permission
7
+
8
+ A link to the Grafana instance via a small icon is now always
9
+ added to the header in both proxy and iframe mode.
10
+
11
+ - Rework Caching and rename ` indirectproxyrefresh ` to ` enablecaching `
12
+
13
+ The use of HTTP caching has been simplified.
14
+ It now uses the check interval to determine how long a graph's image is cached.
15
+
16
+ ** Features**
17
+ - PHP 8.2 and PHP 8.3 Support
18
+ - Support strict CSP
19
+ - Dark/Light Theme depending on user's settings (removed the ` theme ` configuration option)
20
+ - Debug information can be requested via the ` debugGrafana ` URL parameter (removed the ` debug ` configuration option)
21
+
22
+ ** Fixes**
23
+ - Use of special characters in custom variables now works
24
+ - Update InfluxDB dashboards for Grafana 11.3.0
25
+ - Remove unused ` defaultdashboardstore ` and ` version ` configuration options
26
+
2
27
## [ v2.0.3] ( https://github.com/mikesch-mp/icingaweb2-module-grafana/tree/v2.0.3 ) (2023-04-06)
3
28
** Fixes**
4
- - Seervices can now be added to dashlets again (#309 )
29
+ - Services can now be added to dashlets again (#309 )
5
30
6
31
## [ v2.0.2] ( https://github.com/mikesch-mp/icingaweb2-module-grafana/tree/v2.0.2 ) (2023-04-06)
7
32
** Fixes**
18
43
** BREAKING CHANGES:**
19
44
- Only [ icingadb] ( https://github.com/Icinga/icingadb ) backend for [ icingadb-web] ( https://github.com/Icinga/icingadb-web ) will be supported from now on.
20
45
21
- ** Open Issues*
46
+ * Open Issues*
47
+
22
48
- PDF export does not load the panels
23
49
- Documentation needs to be rewritten
Original file line number Diff line number Diff line change 1
1
Name: Grafana
2
- Version: 3.0.0-unreleased
2
+ Version: 3.0.0
3
3
Requires:
4
4
Libraries: icinga-php-library (>=0.10.1)
5
5
Modules: icingadb (>=1.0.0)
You can’t perform that action at this time.
0 commit comments