Changelog: Updates in Grafana 11.1.0

Features and enhancements

Bug fixes

  • Alerting: Fix go-swagger extraction and several embedded types from Alertmanager in Swagger docs. #88879, @alexweav
  • DashboardScene: Fixes inspect with transforms issue. #88843, @torkelo
  • Elasticsearch: Fix stripping of trailing slashes in datasource URLs. #88779, @ivanahuckova
  • Loki: Fix editor history in wrong order. #88666, @svennergr
  • Cli: Fix bug where password is hashed twice. #88589, @kalleep
  • AzureMonitor: Fix bug detecting app insights queries. #88572, @aangelisc
  • SSE: Fix threshold unmarshal to avoid panic. #88521, @yuri-tceretian
  • Dashboard: Fix Variables query hides fields with non-supported datasources. #88516, @axelavargas
  • Explore: Align time filters properly to day boundaries in query history. #88498, @aocenas
  • Access Control: Clean up permissions for deprovisioned data sources. #88483, @IevaVasiljeva
  • Dashboards: Correctly display Admin access to dashboards in the UI. #88439, @IevaVasiljeva
  • LibraryPanels/RBAC: Ignore old folder permission check when deleting/patching lib panel. #88422, @kaydelaney
  • LogsTable: Fix default sort by time. #88398, @svennergr
  • Dashboards: Fix regression when deleting folder. #88311, @papagian
  • Docker: Fix renderer plugin in custom Dockerfile. #88223, @AgnesToulet
  • Alerting: Fix rules deleting when reordering whilst filtered. #88221, @tomratcliffe
  • Alerting: Fix “copy link” not including full URL. #88210, @tomratcliffe
  • Alerting: Fix typo in JSON response for rule export. #88028, @yuri-tceretian
  • Alerting: Fix scheduler to sort rules before evaluation. #88006, @yuri-tceretian
  • CloudMonitoring: Fix query type selection issue. #87990, @aangelisc
  • Alerting: Assume built-in AM is receiving alerts in case of not having admin config. #87893, @soniaAguilarPeiron
  • DashboardScene: Skip panel repeats when values are the same. #87788, @torkelo
  • Alerting: Fix deleting rules when silencing/resuming rule from a panel alert tab. #87710, @soniaAguilarPeiron
  • Dashboards: Don’t set dashboard creator/updater if the action is done by an API key. #87704, @IevaVasiljeva
  • Elasticsearch: Fix setting of default maxConcurrentShardRequests. #87703, @ivanahuckova
  • Graphite: Fix alignment of elements in the query editor. #87662, @NWRichmond
  • DashboardScene: Fixing major row repeat issues. #87539, @torkelo
  • Alerting: Do not store series values from past evaluations in state manager for no reason. #87525, @alexweav
  • RBAC: Update role picker in team page, fix a bug with roles being removed upon team setting update. #87519, @IevaVasiljeva
  • Transformations: Fix true inner join in joinByField transformation. #87409, @baldm0mma
  • Alerting: Do not retry rule evaluations with “input data must be a wide series but got type long” style errors. #87343, @alexweav
  • Tempo: Fix sorting for nested tables. #87214, @fabrizio-grafana
  • Cloudwatch Logs: Fix bug where we did not return errors to user. #87190, @sarahzinger
  • CloudWatch: Fix apostrophes in dimension values not being escaped. #87182, @kevinwcyu
  • AnnotationList: Fix link for annotation with no panel or dashboard. #87048, @tskarhed
  • Graphite: Fix splitting expressions in tag_value with template variables. #86958, @EduardZaydler
  • SQL Query Editor: Fix label-for IDs, associate “Table” label. #86944, @timo
  • SSO: Add SSO settings to secrets migrator. #86913, @dmihai
  • Plugins: Preserve trailing slash in plugin proxy. #86859, @marefr
  • TimeSeries: Improve keyboard focus and fix spacebar override. #86848, @tskarhed
  • NodeGraph: Use values from fixedX/fixedY column for layout. #86643, @timo
  • Alerting: Prevent simplified routing zero duration GroupInterval and RepeatInterval. #86561, @JacobsonMT
  • Loki: Fix setting of tenant ID. #86433, @fabrizio-grafana
  • DashboardScene: Fixes checkbox orienation in save forms. #86408, @torkelo
  • CloudMonitoring: Correctly interpolate multi-valued template variables in PromQL queries. #86391, @aangelisc
  • Expressions: Fix erroneous sorting of metrics and expressions. #86372, @NWRichmond
  • CloudMonitoring: Allow a custom group by value. #86288, @aangelisc
  • DataLinks: Fixes datalinks with onClick and variables in url not being interpolated . #86253, @gng0
  • I18N: Fix untranslated descriptions in data source picker. #86216, @joshhunt
  • RBAC: Fix global role deletion in hosted Grafana. #85980, @IevaVasiljeva
  • Expression: Fix a bug of the display name of the threshold expression result. #85912, @lingyufei
  • Alerting: Fix incorrect display of pending period in alert rule form. #85893, @tomratcliffe
  • Alerting: Fix redirect after saving a notification template. #85667, @tomratcliffe
  • Alerting: Get oncall metada only when we have alert manager configuration data. #85622, @soniaAguilarPeiron
  • Alerting: Return better error for invalid time range on alert queries. #85611, @alexweav
  • CloudWatch: Fix SageMaker MBP namespace typo. #85557, @tristanburgess
  • Alerting: Only append /alertmanager when sending alerts to mimir targets if not already present. #85543, @alexweav
  • Alerting: Set mimir implementation in jsonData by default when creating a new a…. #85513, @soniaAguilarPeiron
  • Alerting: Persist silence state immediately on Create/Delete . #84705, @JacobsonMT
  • NodeGraph: Fix configuring arc colors with mixed case field names. #84609, @timo
  • Auditing: Fix Loki URL parsing. (Enterprise)
  • Provisioning: Add override option to role provisioning. (Enterprise)
  • Alerting: Check pointers before use to prevent segfault. (Enterprise)
  • Reporting: Fix UI errors when using linked variables. (Enterprise)

Breaking changes

Users that provision alert rules into folders whose titles contain slashes from now on they should escape them:
eg. if an alert group contains:
folder: folder_with_/_in_title
it should become:
folder: folder_with_\/_in_title Issue #77450

Deprecations

The grafana.explore.richHistory.activeDatasourceOnly local storage key is deprecated, and will be removed in Grafana 12. You may experience loss of your Explore query history or autocomplete data if you upgrade to Grafana 12 under 2 weeks of Grafana 11.1. Actual risk of data loss depends on your query history retention policy. Issue #86250

Plugin development fixes & changes

Download page
What’s new highlights

1 Like