grafana/docs/sources/release-notes/release-notes-7-3-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

11 KiB

_build labels title
list
false
products
cloud
enterprise
oss
Release notes for Grafana 7.3.0

Release notes for Grafana 7.3.0

7.3.0 Stable


Features and enhancements

Bug fixes

  • Alerting: Log warnings for obsolete notifiers when extracting alerts and remove frequent error log messages. #28162, @papagian
  • Auth: Fix SigV4 request verification step for Amazon Elasticsearch Service. #28481, @wbrowne
  • Auth: Should redirect to login when anonymous enabled and URL with different org than anonymous specified. #28158, @marefr
  • Elasticsearch: Fix handling of errors when testing data source. #28498, @marefr
  • Graphite: Fix default version to be 1.1. #28471, @ivanahuckova
  • StatPanel: Fixes BizChart error max: yyy should not be less than min zzz. #28587, @hugohaggmark

7.3.0-beta2


Features and enhancements

Bug fixes

7.3.0-beta1


Breaking changes

  • CloudWatch: The AWS CloudWatch data source's authentication scheme has changed.

Features and enhancements

Bug fixes

  • Azure Analytics: FormatAs Time series groups bool columns wrong. #27713
  • Azure: Fixes cancellation of requests with different Azure sources. #28180, @hugohaggmark
  • BackendSrv: Reloads page instead of redirect on Unauthorized Error. #28276, @hugohaggmark
  • Dashboard: Do not allow users without edit permission to a folder to see new dashboard page. #28249, @torkelo
  • Dashboard: Fixed issue accessing horizontal table scrollbar when placed at bottom of dashboard. #28250, @torkelo
  • DataProxy: Add additional settings for dataproxy to help with network proxy timeouts. #27841, @kahinton
  • Database: Adds new indices to alert_notification_state and alert_rule_tag tables. #28166, @KarineValenca
  • Explore: Fix showing of Prometheus data in Query inspector. #28128, @ivanahuckova
  • Explore: Show results of Prometheus instant queries in formatted table. #27767, @ivanahuckova
  • Graph: Prevent legend from overflowing container. #28254, @jackw
  • OAuth: Fix token refresh failure when custom SSL settings are configured for OAuth provider. #27523, @billoley
  • Plugins: Let descendant plugins inherit their root's signature. #27970, @aknuds1
  • Runtime: Fix handling of short-lived background services. #28025, @ahlaw
  • TemplateSrv: Fix interpolating strings with object variables. #28171, @torkelo
  • Variables: Fixes so constants set from url get completed state. #28257, @hugohaggmark
  • Variables: Prevent adhoc filters from crashing when they are not loaded properly. #28226, @mckn