Update docker.io/grafana/grafana-oss Docker tag to v11.3.0
Minor update of container without any issue by means of Docker compose YAML infrastructure and automated Portainer GitOps workflow mitigating a cirtical CVE.
Also upgrading Grafana instances of Loki and kube-prometheus-stack on K3s cluster.
This MR contains the following updates:
Package | Update | Change |
---|---|---|
docker.io/grafana/grafana-oss | minor | 11.2.3-ubuntu -> 11.3.0-ubuntu |
Release Notes
grafana/grafana (docker.io/grafana/grafana-oss)
v11.3.0
Features and enhancements
- Alerting: Add manage permissions UI logic for Contact Points #92885, @tomratcliffe
- Alerting: Allow linking to silence form with
__alert_rule_uid__
value preset #93526, @tomratcliffe - Alerting: Hide query name when using simplified mode in the alert rule #93779, @soniaAguilarPeiron
- Alerting: Limit and clean up old alert rules versions #89754, @igloo12
- Alerting: Style nits for the simple query mode #93930, @soniaAguilarPeiron
- Alerting: Update texts in annotations step #93977, @soniaAguilarPeiron
- Alerting: Use useProduceNewAlertmanagerConfiguration for contact points #88456, @gillesdemey
- Auth: Attach external session info to Grafana session #93849, @mgyongyosi
- Auth: Replace jmespath/go-jmespath with jmespath-community/go-jmespath #94203, @mgyongyosi
- CloudMigrations: Add support for migration of Library Elements (Panels) resources #93898, @macabu
- Cloudwatch: Update grafana-aws-sdk #94155, @iwysiu
- Explore Logs: Preinstall for onprem Grafana instances #94221, @svennergr
- ExploreMetrics: Ensure compatibility with Incremental Querying #94355, @NWRichmond
- FieldConfig: Add support for Actions #92874, @adela-almasan
- Plugin Extensions: Require meta-data to be defined in
plugin.json
during development mode #93429, @leventebalogh - Reporting: Display template variables in the PDF (Enterprise)
- Tempo: Add deprecation notice for Aggregate By #94050, @joey-grafana
Bug fixes
- Alerting/Chore: Fix TimeRangeInput not working across multiple months #93622, @tomratcliffe
- Alerting: Fix default value for input in simple condition #94248, @soniaAguilarPeiron
- Alerting: Fix eval interval not being saved when creating a new group #93821, @tomratcliffe
- Alerting: Fix incorrect permission on POST external rule groups endpoint [CVE-2024-8118] #93940, @alexweav
- Alerting: Fix panics when attempting to create an Alertmanager after failing #94023, @santihernandezc
- DashboardScene: Fixes url issue with subpath when exiting edit mode #93962, @torkelo
- Dashboards: Enable scenes by default #93818, @ivanortegaalba
- Dashboards: Fixes view & edit keyboard shortcuts when grafana is behind a subpath #93955, @torkelo
- ElasticSearch: Fix errorsource in newInstanceSettings #93859, @iwysiu
- Reporting: Fix reports on multi-org instance (Enterprise)
- SubMenu: Fix expanding sub menu items on touch devices #93208, @yincongcyincong