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 8.1.0-beta2 |
Release notes for Grafana 8.1.0-beta2
Features and enhancements
- Alerting: Expand the value string in alert annotations and labels. #37051, @gerobinson
- Auth: Add Azure HTTP authentication middleware. #36932, @kostrse
- Auth: Auth: Pass user role when using the authentication proxy. #36729, @yuwaMSFT2
- Gazetteer: Update countries.json file to allow for linking to 3-letter country codes. #37129, @bryanuribe