grafana/docs/sources/release-notes/release-notes-8-0-0-beta2.md
Jack Baldry c1c48dd610
Use relative aliases for all non-current Grafana aliases (#60062)
* Use relative aliases for all non-current Grafana aliases

Prevents non-latest documentation "stealing" the page away from latest
and through permanent redirects for latest pages that no longer exist.

The redirected pages are indexed by search engines but our robots.txt
forbids them crawling the non-latest page.

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

* Remove aliases from shared pages

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

* Rewrite all current latest aliases to be next

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

* Fix typo in latest alias

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

* Remove all current page aliases

find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/next/[^\n]*\n#\n#' {} \;
find docs/sources -type f -name '*.md' -exec sed -Ez -i 's#\n((aliases:\n *-)|aliases:\n)#\n\2#' {} \;

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

* Prettier

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

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2022-12-09 12:36:04 -04:00

7.6 KiB

_build title
list
false
Release notes for Grafana 8.0.0-beta2

Release notes for Grafana 8.0.0-beta2

Features and enhancements

Bug fixes

  • Annotations panel: Remove subpath from dashboard links. #34134, @jackw
  • Content Security Policy: Allow all image sources by default. #34265, @aknuds1
  • Content Security Policy: Relax default template wrt. loading of scripts, due to nonces not working. #34363, @aknuds1
  • Datasource: Fix tracing propagation for alert execution by introducing HTTP client outgoing tracing middleware. #34466, @marefr
  • InfluxDB: InfluxQL always apply time interval end. #34308, @gabor
  • Library Panels: Fixes "error while loading library panels". #34278, @hugohaggmark
  • NewsPanel: Fixes rendering issue in Safari. #34067, @kaydelaney
  • PanelChrome: Fix queries being issued again when scrolling in and out of view. #34061, @torkelo
  • Plugins: Fix Azure token provider cache panic and auth param nil value. #34252, @kostrse
  • Snapshots: Fix key and deleteKey being ignored when creating an external snapshot. #33686, @wengelbrecht-grafana
  • Table: Fix issue with cell border not showing with colored background cells. #34231, @torkelo
  • Table: Makes tooltip scrollable for long JSON values. #34120, @hugohaggmark
  • TimeSeries: Fix for Connected null values threshold toggle during panel editing. #34452, @leeoniya
  • Variables: Fixes inconsistent selected states on dashboard load. #34197, @hugohaggmark
  • Variables: Refreshes all panels even if panel is full screen. #34097, @hugohaggmark

Breaking changes

The workspaces() template variable, mainly for use with Azure Monitor Logs, has been changed to return resource URIs instead of Log Analytics Workspaces GUIDs. This should not impact Azure Monitor Logs queries, but if the variables are being used in other data sources which expect a Workspace GUID may no longer be compatible.

Custom template variables used in the workspace or resource field in Azure Monitor Logs queries should resolve to an Azure Resource URI in the format /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name} Issue #34445

Removes support for deprecated backend plugin protocol (v1) including usage of github.com/grafana/grafana-plugin-model.

Issue #34127

Plugin development fixes & changes