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.4 KiB
1.4 KiB
hide_menu, title
| hide_menu | title |
|---|---|
| true | Release notes for Grafana 8.5.2 |
Release notes for Grafana 8.5.2
Features and enhancements
- Alerting: Add safeguard for migrations that might cause dataloss. #48526, @JohnnyQQQQ
- AzureMonitor: Add support for not equals and startsWith operators when creating Azure Metrics dimension filters. #48077, @aangelisc
- Elasticsearch: Add deprecation notice for < 7.10 versions. #48506, @ivanahuckova
- Traces: Filter by service/span name and operation in Tempo and Jaeger. #48209, @joey-grafana