grafana/docs/sources/release-notes/release-notes-9-1-0.md
Jack Baldry 7eb17bccca
Explicitly set all front matter labels in the source files (#71548)
* Set every page to have defaults of 'Enterprise' and 'Open source' labels

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set administration pages to have of 'Cloud', 'Enterprise', and 'Open source' labels

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set administration/enterprise-licensing pages to have 'Enterprise' labels

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set administration/organization-management pages to have 'Enterprise' and 'Open source' labels

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set administration/provisioning pages to have 'Enterprise' and 'Open source' labels

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set administration/recorded-queries pages to have labels cloud,enterprise

* Set administration/roles-and-permissions/access-control pages to have labels cloud,enterprise

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set administration/stats-and-license pages to have labels cloud,enterprise

* Set alerting pages to have labels cloud,enterprise,oss

* Set breaking-changes pages to have labels cloud,enterprise,oss

* Set dashboards pages to have labels cloud,enterprise,oss

* Set datasources pages to have labels cloud,enterprise,oss

* Set explore pages to have labels cloud,enterprise,oss

* Set fundamentals pages to have labels cloud,enterprise,oss

* Set introduction/grafana-cloud pages to have labels cloud

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Fix introduction pages products

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set panels-visualizations pages to have labels cloud,enterprise,oss

* Set release-notes pages to have labels cloud,enterprise,oss

* Set search pages to have labels cloud,enterprise,oss

* Set setup-grafana/configure-security/audit-grafana pages to have labels cloud,enterprise

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set setup-grafana/configure-security/configure-authentication pages to have labels cloud,enterprise,oss

* Set setup-grafana/configure-security/configure-authentication/enhanced-ldap pages to have labels cloud,enterprise

* Set setup-grafana/configure-security/configure-authentication/saml pages to have labels cloud,enterprise

* Set setup-grafana/configure-security/configure-database-encryption/encrypt-secrets-using-hashicorp-key-vault pages to have labels cloud,enterprise

* Set setup-grafana/configure-security/configure-request-security pages to have labels cloud,enterprise,oss

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set setup-grafana/configure-security/configure-team-sync pages to have labels cloud,enterprise

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set setup-grafana/configure-security/export-logs pages to have labels cloud,enterprise

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set troubleshooting pages to have labels cloud,enterprise,oss

* Set whatsnew pages to have labels cloud,enterprise,oss

* Apply updated labels from review

Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>

---------

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
2023-07-18 09:10:12 +01:00

6.3 KiB

aliases hide_menu labels title
true
products
cloud
enterprise
oss
Release notes for Grafana 9.1.0

Release notes for Grafana 9.1.0

Features and enhancements

  • API: Allow creating teams with a user defined identifier. #48710, @papagian
  • Alerting: Adds interval and For to alert rule details. #53211, @gillesdemey
  • Alerting: Extend PUT rule-group route to write the entire rule group rather than top-level fields only. #53078, @alexweav
  • Alerting: Use Adaptive Cards in Teams notifications. #53532, @grobinson-grafana
  • Azure Monitor: Add Network Insights Dashboard. #50362, @Teddy-Lin
  • Chore: Improve logging of unrecoverable errors. #53664, @sakjur
  • Correlations: Add UpdateCorrelation HTTP API. #52444, @Elfo404
  • Dashboard: Reverted the changes of hiding multi-select and all variable in the datasource picker. #53521, @lpskdl
  • Geomap: Add alpha day/night layer. #50201, @ryantxu
  • Geomap: Add measuring tools. #51608, @drew08t
  • GrafanaUI: Add success state to ClipboardButton. #52069, @evictorero
  • Heatmap: Replace the heatmap panel with new implementation. #50229, @ryantxu
  • KVStore: Allow empty value in kv_store. #53416, @spinillos
  • Prometheus: Promote Azure auth flag to configuration. #53447, @andresmgot
  • Reports: Save and update in reports should be transactional. (Enterprise)
  • Reports: Set uid when we don't receive it in the query. (Enterprise)
  • Search: Display only dashboards in General folder of Search Folder View. #53607, @lpskdl
  • Status history/State timeline: Support datalinks. #50226, @jloupdef
  • Transform: Add a limit transform. #49291, @josiahg
  • Transformations: Add standard deviation and variance reducers. #49753, @selvavm

Bug fixes

Breaking changes

Alert notifications to Microsoft Teams now use Adaptive Cards instead of Office 365 Connector Cards. Issue #53532

Starting at 9.1.0, existing heatmap panels will start using a new implementation. This can be disabled by setting the useLegacyHeatmapPanel feature flag to true. It can be tested on a single dashbobard by adding ?__feature.useLegacyHeatmapPanel=true to any dashboard URL. Please report any heatmap migration issues.. The most notable changes are:

  • Significantly improved rendering performance
  • When calculating heatmaps, the buckets are now placed on reasonable borders (1m, 5m, 30s etc)
  • Round cells are no longer supported Issue #50229

Plugin development fixes & changes

  • Plugins: Only pass rootUrls field in request when not empty. #53135, @wbrowne