Files
grafana/docs/sources/release-notes/release-notes-7-5-3.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

2.0 KiB

_build, title
_build title
list
false
Release notes for Grafana 7.5.3

Release notes for Grafana 7.5.3

Features and enhancements

  • Dashboard: Do not include default data source when externally exporting dashboard with row. #32494, @kaydelaney
  • Loki: Remove empty annotations tags. #32359, @conorevans

Bug fixes

  • AdHocVariable: Add default data source to picker. #32470, @hugohaggmark
  • Configuration: Prevent browser hanging / crashing with large number of org users. #32546, @jackw
  • Elasticsearch: Fix bucket script variable duplication in UI. #32705, @Elfo404
  • Explore: Fix bug where navigating to explore would result in wrong query and data source to be shown. #32558, @aocenas
  • FolderPicker: Prevent drop-down menu from disappearing off screen. #32603, @jackw
  • Stat: Fix issue with panel links. #32721, @gjulianm
  • Variables: Confirm selection before opening new picker. #32586, @hugohaggmark
  • Variables: Confirm selection before opening new picker. #32503, @hugohaggmark
  • Variables: Fix unsupported data format error for null values. #32480, @hugohaggmark