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.0 KiB
2.0 KiB
_build | title | ||
---|---|---|---|
|
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