* 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 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 -z -i 's#\n *- /docs/grafana/latest/[^\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> Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
820 B
820 B
aliases, hide_menu, title
| aliases | hide_menu | title |
|---|---|---|
| true | Release notes for Grafana 9.0.8 |
Release notes for Grafana 9.0.8
Features and enhancements
- Alerting: Hide "no rules" message when we are fetching from data sources. #53778, @gillesdemey
- Rendering: Add support for renderer token (#54425). #54439, @joanlopez
- Reports: Title is showing under panels. (Enterprise)
- Alerting: AlertingProxy to elevate permissions for request forwarded to data proxy when RBAC enabled. #53680, @yuri-tceretian