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.0.4 |
Release notes for Grafana 8.0.4
Features and enhancements
- Live: Rely on app url for origin check. #35983, @FZambia
- PieChart: Sort legend descending, update placeholder to show default …. #36062, @ashharrison90
- TimeSeries panel: Do not reinitialize plot when thresholds mode change. #35952, @dprokop
Bug fixes
- Elasticsearch: Allow case sensitive custom options in date_histogram interval. #36168, @Elfo404
- Elasticsearch: Restore previous field naming strategy when using variables. #35624, @Elfo404
- Explore: Fix import of queries between SQL data sources. #36210, @ivanahuckova
- InfluxDB: InfluxQL query editor: fix retention policy handling. #36022, @gabor
- Loki: Send correct time range in template variable queries. #36268, @ivanahuckova
- TimeSeries: Preserve RegExp series overrides when migrating from old graph panel. #36134, @ashharrison90