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

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

Release notes for Grafana 7.4.1

Features and enhancements

  • Influx: Make max series limit configurable and show the limiting message if applied. #31025, @aocenas
  • Make value mappings correctly interpret numeric-like strings. #30893, @dprokop
  • Variables: Adds queryparam formatting option. #30858, @hugohaggmark

Bug fixes

  • Alerting: Fixes so notification channels are properly deleted. #31040, @hugohaggmark
  • BarGauge: Improvements to value sizing and table inner width calculations. #30990, @torkelo
  • DashboardLinks: Fixes crash when link has no title. #31008, @hugohaggmark
  • Elasticsearch: Fix alias field value not being shown in query editor. #30992, @Elfo404
  • Elasticsearch: Fix log row context errors. #31088, @Elfo404
  • Elasticsearch: Show Size setting for raw_data metric. #30980, @Elfo404
  • Graph: Fixes so graph is shown for non numeric time values. #30972, @hugohaggmark
  • Logging: Ignore 'file already closed' error when closing file. #31119, @aknuds1
  • Plugins: Fix plugin signature validation for manifest v2 on Windows. #31045, @wbrowne
  • TextPanel: Fixes so panel title is updated when variables change. #30884, @hugohaggmark
  • Transforms: Fixes Outer join issue with duplicate field names not getting the same unique field names as before. #31121, @torkelo