grafana/docs/sources/release-notes/release-notes-8-5-0-beta1.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

2.3 KiB

hide_menu title
true Release notes for Grafana 8.5.0-beta1

Release notes for Grafana 8.5.0-beta1

Features and enhancements

  • Add config option to enable/disable reporting. (Enterprise)
  • Alerting: Accurately set value for prom-compatible APIs. #47216, @gotjosh
  • Alerting: Provisioning API - Notification Policies. #46755, @alexweav
  • Analytics: Enable grafana and plugin update checks to be operated independently. #46352, @wbrowne
  • Azure Monitor: Add support for multiple template variables in resource picker. #46215, @sarahzinger
  • Caching: Add separate TTL for resources cache. (Enterprise)
  • Caching: add support for TLS configuration for Redis Cluster. (Enterprise)
  • NewsPanel: Remove Use Proxy option and update documentation with recommendations. #47189, @joshhunt
  • OAuth: Sync GitHub OAuth user name to Grafana if it's set. #45438, @pallxk

Bug fixes

  • Plugins: Fix Default Nav URL for dashboard includes. #47143, @wbrowne

Breaking changes

When user is using Github OAuth, GitHub login is showed as both Grafana login and name. Now the GitHub name is showed as Grafana name, and GitHub login is showed as Grafana Login. Issue #45438

The meaning of the default data source has now changed from being a persisted property in a panel. Before when you selected the default data source for a panel and later changed the default data source to another data source it would change all panels who were configured to use the default data source. From now on the default data source is just the default for new panels and changing the default will not impact any currently saved dashboards. Issue #45132