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

aliases hide_menu title
true Release notes for Grafana 9.0.5

Release notes for Grafana 9.0.5

Features and enhancements

  • Access control: Show dashboard settings to users who can edit dashboard. #52535, @grafanabot
  • Alerting: Allow the webhook notifier to support a custom Authorization header. #52515, @gotjosh
  • Chore: Upgrade to Go version 1.17.12. #52523, @sakjur
  • Plugins: Add signature wildcard globbing for dedicated private plugin type. #52163, @wbrowne
  • Prometheus: Don't show errors from unsuccessful API checks like rules or exemplar checks. #52193, @darrenjaneczek

Bug fixes

  • Access control: Allow organisation admins to add existing users to org (#51668). #52553, @vtorosyan
  • Alerting: Fix alert panel instance-based rules filtering. #52583, @konrad147
  • Apps: Fixes navigation between different app plugin pages. #52571, @torkelo
  • Cloudwatch: Upgrade grafana-aws-sdk to fix auth issue with secret keys. #52420, @sarahzinger
  • Grafana/toolkit: Fix incorrect image and font generation for plugin builds. #52661, @academo
  • Loki: Fix show context not working in some occasions. #52458, @svennergr
  • RBAC: Fix permissions on dashboards and folders created by anonymous users. #52615, @gamab