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
_build, title
| _build | title | ||
|---|---|---|---|
|
Release notes for Grafana 7.5.0 |
Release notes for Grafana 7.5.0
Features and enhancements
- Alerting: Add ability to include aliases with hyphen in InfluxDB. #32262, @grafanabot
- CloudWatch: Use latest version of aws sdk. #32217, @sunker
Bug fixes
- Alerting: Add ability to include aliases with hyphen in InfluxDB. #32224, @dsotirakis
- DashboardSettings: Fixes issue with tags list not updating changes are made. #32241, @huynhsamha
- DashboardSettings: Fixes issue with tags list not updating changes are made. #32189, @huynhsamha
- Loki: Fix text search in Label browser. #32293, @ivanahuckova