* Use relative aliases for all non-current Grafana aliases Prevents non-latest documentation "stealing" the page away from latest and through permanent redirects for latest pages that no longer exist. The redirected pages are indexed by search engines but our robots.txt forbids them crawling the non-latest page. 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/next/[^\n]*\n#\n#' {} \; 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>
1008 B
1008 B
_build, title
| _build | title | ||
|---|---|---|---|
|
Release notes for Grafana 7.5.6 |
Release notes for Grafana 7.5.6
Features and enhancements
- Database: Add isolation level configuration parameter for MySQL. #33830, @zserge
- InfluxDB: Improve measurement-autocomplete behavior. #33494, @gabor
- Instrumentation: Don't consider invalid email address a failed email. #33671, @bergquist
Bug fixes
- Loki: fix label browser crashing when + typed. #33900, @zoltanbedi
- Prometheus: Sanitize PromLink button. #33874, @ivanahuckova