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

4.4 KiB

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

Release notes for Grafana 8.3.4

Features and enhancements

  • Alerting: Allow configuration of non-ready alertmanagers. #43063, @alexweav
  • Alerting: Allow customization of Google chat message. #43568, @alexweav
  • Alerting: Allow customization of Google chat message (#43568). #43723, @alexweav
  • AppPlugins: Support app plugins with only default nav. #43016, @torkelo
  • InfluxDB: InfluxQL: query editor: skip fields in metadata queries. #42543, @gabor
  • Postgres/MySQL/MSSQL: Cancel in-flight SQL query if user cancels query in grafana. #43890, @mdvictor
  • Prometheus: Forward oauth tokens after prometheus datasource migration. #43686, @MasslessParticle

Bug fixes

  • Azure Monitor: Bug fix for variable interpolations in metrics dropdowns. #43251, @sarahzinger
  • Azure Monitor: Improved error messages for variable queries. #43213, @sunker
  • CloudMonitoring: Fixes broken variable queries that use group bys. #43914, @sunker
  • Configuration: You can now see your expired API keys if you have no active ones. #42452, @ashharrison90
  • Elasticsearch: Fix handling multiple datalinks for a single field. #44029, @Elfo404
  • Export: Fix error being thrown when exporting dashboards using query variables that reference the default datasource. #44034, @ashharrison90
  • ImportDashboard: Fixes issue with importing dashboard and name ending up in uid. #43451, @torkelo
  • Login: Page no longer overflows on mobile. #43739, @ashharrison90
  • Plugins: Set backend metadata property for core plugins. #43349, @marefr
  • Prometheus: Fill missing steps with null values. #43622, @ivanahuckova
  • Prometheus: Fix interpolation of $__rate_interval variable. #44035, @ivanahuckova
  • Prometheus: Interpolate variables with curly brackets syntax. #42927, @ivanahuckova
  • Prometheus: Respect the http-method data source setting. #42753, @gabor
  • Table: Fixes issue with field config applied to wrong fields when hiding columns. #43376, @torkelo
  • Toolkit: Fix bug with rootUrls not being properly parsed when signing a private plugin. #43014, @dessen-xu
  • Variables: Fix so data source variables are added to adhoc configuration. #43881, @hugohaggmark

Plugin development fixes & changes

  • Toolkit: Revert build config so tslib is bundled with plugins to prevent plugins from crashing. #43556, @mckn