Releases: NETWAYS/icingaweb2-module-grafana
Releases · NETWAYS/icingaweb2-module-grafana
v3.1.3
v3.1.2
What's Changed
- Fix autosubmit for JWT options
- Remove dashboard logic for monitoring module (was not in use anymore)
- Update InfluxDB/Graphite example dashboards for Grafana 12
New Contributors
- @dependabot[bot] made their first contribution in #76
Full Changelog: v3.1.1...v3.1.2
v3.1.1
What's Changed
- Fix invalid return value for getPreviewHTML by @martialblog in #67
Full Changelog: v3.1.0...v3.1.1
v3.1.0
v3.0.1
What's Changed
Fixes
- Fix debugTable creation in iframe mode
- Add type check to substr_count to avoid deprecation warning
- Reintroduce permission to control the appearance of the Grafana link
- Add small Link to panel
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
BREAKING CHANGES:
-
Remove
enablelinkconfiguration and permission
A link to the Grafana instance via a small icon is now always
added to the header in both proxy and iframe mode. -
Rework Caching and rename
indirectproxyrefreshtoenablecaching
The use of HTTP caching has been simplified.
It now uses the check interval to determine how long a graph's image is cached.
Features
- PHP 8.2 and PHP 8.3 Support
- Support strict CSP
- Dark/Light Theme depending on user's settings (removed the
themeconfiguration option) - Debug information can be requested via the
debugGrafanaURL parameter (removed thedebugconfiguration option)
Fixes
- Use of special characters in custom variables now works
- Update InfluxDB dashboards for Grafana 11.3.0
- Remove unused
defaultdashboardstoreandversionconfiguration options
Full Changelog: https://github.com/NETWAYS/icingaweb2-module-grafana/commits/v3.0.0