grafana/docs/sources/release-notes/release-notes-8-0-1.md
Jack Baldry c1c48dd610
Use relative aliases for all non-current Grafana aliases (#60062)
* 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>
2022-12-09 12:36:04 -04:00

2.1 KiB

_build title
list
false
Release notes for Grafana 8.0.1

Release notes for Grafana 8.0.1

Bug fixes

  • Alerting/SSE: Fix "count_non_null" reducer validation. #35451, @kylebrandt
  • Cloudwatch: Fix duplicated time series. #35433, @sunker
  • Cloudwatch: Fix missing defaultRegion. #35436, @andresmgot
  • Dashboard: Fix Dashboard init failed error on dashboards with old singlestat panels in collapsed rows. #35425, @torkelo
  • Datasource: Fix storing timeout option as numeric. #35441, @marefr
  • Postgres/MySQL/MSSQL: Fix annotation parsing for empty responses. #35367, @marcbachmann
  • Postgres/MySQL/MSSQL: Numeric/non-string values are now returned from query variables. #35411, @marefr
  • Postgres: Fix an error that was thrown when the annotation query did not return any results. #35382, @dprokop
  • StatPanel: Fix an issue with the appearance of the graph when switching color mode. #35460, @torkelo
  • Visualizations: Fix an issue in the Stat/BarGauge/Gauge/PieChart panels where all values mode were showing the same name if they had the same value.. #35368, @torkelo

Plugin development fixes & changes

  • Toolkit: Resolve external fonts when Grafana is served from a sub path. #35352, @jackw