Subject: CVS commit: pkgsrc/www/grafana
From: Adam Ciarcinski
Date: 2023-04-12 21:26:27
Message id: 20230412192628.06017FA84@cvs.NetBSD.org

Log Message:
grafana: updated to 9.4.7

9.4.7 (2023-03-16)

Bug fixes

Alerting: Update scheduler to receive rule updates only from database.
Influxdb: Re-introduce backend migration feature toggle.
Security: Fixes for CVE-2023-1410.

Breaking changes

The InfluxDB backend migration feature toggle (influxdbBackendMigration) has \ 
been reintroduced in this version as issues were discovered with backend \ 
processing of InfluxDB data. Unless this feature toggle is enabled, all InfluxDB \ 
data will be parsed in the frontend. This frontend processing is the default \ 
behavior. In Grafana 9.4.4, InfluxDB data parsing started to be handled in the \ 
backend. If you have upgraded to 9.4.4 and then added new transformations on \ 
InfluxDB data, those panels will fail to render. To resolve this either:

Remove the affected panel and re-create it
Edit the time field as Time in panel.json or dashboard.json

Files:
RevisionActionfile
1.99modifypkgsrc/www/grafana/Makefile
1.35modifypkgsrc/www/grafana/PLIST
1.40modifypkgsrc/www/grafana/distinfo
1.26modifypkgsrc/www/grafana/go-modules.mk
1.4modifypkgsrc/www/grafana/patches/patch-pkg_build_cmd.go