mirror of
https://github.com/grafana/grafana.git
synced 2025-01-28 17:24:59 -06:00
c1c48dd610
* 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 aliases from shared pages Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Rewrite all current latest aliases to be next Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Fix typo in latest alias 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 -Ez -i 's#\n((aliases:\n *-)|aliases:\n)#\n\2#' {} \; Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Prettier Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
1.7 KiB
1.7 KiB
_build | title | ||
---|---|---|---|
|
Release notes for Grafana 8.1.4 |
Release notes for Grafana 8.1.4
Features and enhancements
- Explore: Ensure logs volume bar colors match legend colors. #39072, @ifrost
- LDAP: Search all DNs for users. #38891, @sakjur
Bug fixes
- Alerting: Fix notification channel migration. #38983, @papagian
- Annotations: Fix blank panels for queries with unknown data sources. #39017, @hugohaggmark
- BarChart: Fix stale values and x axis labels. #39188, @leeoniya
- Graph: Make old graph panel thresholds work even if ngalert is enabled. #38918, @domasx2
- InfluxDB: Fix regex to identify
/
as separator. #39185, @dsotirakis - LibraryPanels: Fix update issues related to library panels in rows. #38963, @hugohaggmark
- Variables: Fix variables not updating inside a Panel when the preceding Row uses "Repeat For". #38935, @axelavargas