Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v3.0.0 #36

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 28 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,32 @@
# Change Log
## [v3.0.0](https://github.com/NETWAYS/icingaweb2-module-grafana/tree/v3.0.0) (2024-12-10)

**BREAKING CHANGES:**

- Remove `enablelink` configuration 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 `indirectproxyrefresh` to `enablecaching`

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 `theme` configuration option)
- Debug information can be requested via the `debugGrafana` URL parameter (removed the `debug` configuration option)

**Fixes**
- Use of special characters in custom variables now works
- Update InfluxDB dashboards for Grafana 11.3.0
- Remove unused `defaultdashboardstore` and `version` configuration options

## [v2.0.3](https://github.com/mikesch-mp/icingaweb2-module-grafana/tree/v2.0.3) (2023-04-06)
**Fixes**
- Seervices can now be added to dashlets again (#309)
- Services can now be added to dashlets again (#309)

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

**Open Issues*
*Open Issues*

- PDF export does not load the panels
- Documentation needs to be rewritten
2 changes: 1 addition & 1 deletion module.info
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: Grafana
Version: 3.0.0-unreleased
Version: 3.0.0
Requires:
Libraries: icinga-php-library (>=0.10.1)
Modules: icingadb (>=1.0.0)
Expand Down