4cacab01f4
* Use relative aliases for all non-current Grafana aliases 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/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>
1.2 KiB
1.2 KiB
hide_menu, title
| hide_menu | title |
|---|---|
| true | Release notes for Grafana 8.4.5 |
Release notes for Grafana 8.4.5
Features and enhancements
- Instrumentation: Make backend plugin metrics endpoints available with optional authentication. #46467, @marefr
- Table panel: Show datalinks for cell display modes JSON View and Gauge derivates. #46020, @mdvictor