Update grafana to version v11.6.0 (#2419)

This commit is contained in:
Alexander L. 2025-03-27 00:11:15 +01:00 committed by GitHub
parent 850400d643
commit 2562d4a179
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 21 additions and 10 deletions

View File

@ -9,7 +9,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"
web:
image: grafana/grafana:11.5.2@sha256:8b37a2f028f164ce7b9889e1765b9d6ee23fec80f871d156fbf436d6198d32b7
image: grafana/grafana:11.6.0@sha256:62d2b9d20a19714ebfe48d1bb405086081bc602aa053e28cf6d73c7537640dfb
user: 1000:1000
restart: on-failure
volumes:

View File

@ -3,7 +3,7 @@ id: grafana
name: Grafana
tagline: The open-source platform for monitoring and observability
category: networking
version: "11.5.2"
version: "11.6.0"
port: 3030
description: >-
Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. Create, explore, and share dashboards with your team and foster a data-driven culture:
@ -36,15 +36,26 @@ gallery:
- 2.jpg
- 3.jpg
releaseNotes: >-
⚠️ Major version upgrades may include breaking changes affecting features, APIs, plugins, and integrations. See https://grafana.com/docs/grafana/latest/breaking_changes/ for details.
⚠️ Major version upgrades may include breaking changes affecting features, APIs, plugins, and integrations.
Welcome to Grafana 11.6! This minor release includes a number of dashboarding features that are now generally available including one-click data links and actions, Cron syntax support for annotations, and WebGL-powered geomaps for better performance.
Weve also fully migrated from API keys to service accounts in Grafana for better security.
Key highlights in this release include:
- Added support for multiple threshold operators in alerting
- Improved template testing for alerting
- Enhanced Azure Monitor integration with resource picker improvements
- Added support for TraceQL instant metrics queries in Tempo
- Improved Geomap with WebGL for Marker Layer
- Added support for variables to ALL transformations
- Fixed issues with API key migration and authentication redirects
- Improved handling of invalid time shift values
- Fixed various UI and UX issues in dashboards and plugins
This release includes bug fixes and enhancements:
- Bug Fixes
- Fixed an issue where specifying a UID for new rules added to groups was not allowed
- Fixed an authentication redirect issue with JWT auth URL login
- Fixed an issue where application insights resource values were not correctly set
- Fixed cursor alignment in the CodeEditor
- Scripted dashboards are back
Full release notes are available at https://github.com/grafana/grafana/releases
dependencies: []