mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -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>
2.1 KiB
2.1 KiB
_build | title | ||
---|---|---|---|
|
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