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>
832 B
832 B
_build, title
| _build | title | ||
|---|---|---|---|
|
Release notes for Grafana 8.2.1 |
Release notes for Grafana 8.2.1
Bug fixes
- Dashboard: Fix rendering of repeating panels. #39991, @hugohaggmark
- Datasources: Fix deletion of data source if plugin is not found. #40095, @jackw
- Packaging: Remove systemcallfilters sections from systemd unit files. #40176, @kminehart
- Prometheus: Add Headers to HTTP client options. #40214, @dsotirakis