Files
grafana/docs/sources/release-notes/release-notes-8-0-4.md
T
Jack Baldry 4cacab01f4 [v8.5.x] Use relative aliases for all non-current Grafana aliases and remove current page latest aliases (#60062) (#61032)
* Use relative aliases for all non-current Grafana aliases

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/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>
2023-01-05 14:29:40 +00:00

1.7 KiB

_build, title
_build title
list
false
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