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.6 KiB
1.6 KiB
hide_menu, title
| hide_menu | title |
|---|---|
| true | Release notes for Grafana 8.5.1 |
Release notes for Grafana 8.5.1
Bug fixes
- Azure Monitor: Fix space character encoding for metrics query link to Azure Portal. #48139, @kevinwcyu
- CloudWatch: Prevent log groups from being removed on query change. #47994, @asimpson
- Cloudwatch: Fix template variables in variable queries. #48140, @iwysiu
- Explore: Prevent direct access to explore if disabled via feature toggle. #47714, @Elfo404
- InfluxDB: Fixes invalid no data alerts. #48295, @yesoreyeram
- Navigation: Prevent navbar briefly showing on login. #47968, @ashharrison90
- Plugins Catalog: Fix styling of hyperlinks. #48196, @marefr
- Table: Fix filter crashes table. #48258, @zoltanbedi
- TimeSeries: Properly stack series with missing datapoints. #48321, @leeoniya