Skip to content

Commit 677fada

Browse files
authored
Merge pull request #36 from NETWAYS/release/v3
Release v3.0.0
2 parents 9570513 + 45f94db commit 677fada

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

CHANGELOG.md

+28-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,32 @@
11
# 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+
227
## [v2.0.3](https://github.com/mikesch-mp/icingaweb2-module-grafana/tree/v2.0.3) (2023-04-06)
328
**Fixes**
4-
- Seervices can now be added to dashlets again (#309)
29+
- Services can now be added to dashlets again (#309)
530

631
## [v2.0.2](https://github.com/mikesch-mp/icingaweb2-module-grafana/tree/v2.0.2) (2023-04-06)
732
**Fixes**
@@ -18,6 +43,7 @@
1843
**BREAKING CHANGES:**
1944
- Only [icingadb](https://github.com/Icinga/icingadb) backend for [icingadb-web](https://github.com/Icinga/icingadb-web) will be supported from now on.
2045

21-
**Open Issues*
46+
*Open Issues*
47+
2248
- PDF export does not load the panels
2349
- Documentation needs to be rewritten

module.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: Grafana
2-
Version: 3.0.0-unreleased
2+
Version: 3.0.0
33
Requires:
44
Libraries: icinga-php-library (>=0.10.1)
55
Modules: icingadb (>=1.0.0)

0 commit comments

Comments
 (0)