Update docker.io/grafana/grafana-oss Docker tag to v11.4.1
Minor update of container without any issue by means of Docker compose YAML infrastructure and automated Portainer GitOps workflow with dependency update facilitated by Mend's Renovate Bot.
Also upgrading Grafana instances of Loki and kube-prometheus-stack on K3s cluster with dependency update facilitated by Mend's Renovate Bot.
This MR contains the following updates:
Package | Update | Change |
---|---|---|
docker.io/grafana/grafana-oss | patch | 11.4.0-ubuntu -> 11.4.1-ubuntu |
Release Notes
grafana/grafana (docker.io/grafana/grafana-oss)
v11.4.1
Features and enhancements
- Security: Update to Go 1.23.5 - Backport to v11.4.x #99123, @Proximyst
- Security: Update to Go 1.23.5 - Backport to v11.4.x (Enterprise)
Bug fixes
- Alerting: AlertingQueryRunner should skip descendant nodes of invalid queries #97830, @gillesdemey
- Alerting: Fix alert rules unpausing after moving rule to different folder #97583, @santihernandezc
- Alerting: Fix label escaping in rule export #98649, @moustafab
- Alerting: Fix slack image uploading to use new api #98066, @moustafab
- Azure/GCM: Improve error display #97594, @aangelisc
- Dashboards: Fix issue where filtered panels would not react to variable changes #98734, @oscarkilhed
- Dashboards: Fixes issue with panel header showing even when hide time override was enabled #98747, @torkelo
- Dashboards: Fixes week relative time ranges when weekStart was changed #98269, @torkelo
- Dashboards: Panel react for
timeFrom
andtimeShift
changes using variables #98659, @Sergej-Vlasov - DateTimePicker: Fixes issue with date picker showing invalid date #97971, @torkelo
- Fix: Add support for datasource variable queries #98119, @sunker
- InfluxDB: Adhoc filters can use template vars as values #98786, @bossinc
- LibraryPanel: Fallback to panel title if library panel title is not set #99410, @ivanortegaalba
Plugin development fixes & changes
- Grafana UI: Re-add react-router-dom as a dependency #98422, @leventebalogh