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>
1.1 KiB
1.1 KiB
aliases | hide_menu | title |
---|---|---|
true | Release notes for Grafana 8.5.5 |
Release notes for Grafana 8.5.5
Features and enhancements
- Azure Monitor: Include datasource ref when interpolating variables. #49543, @kevinwcyu
- CloudWatch: Add multi-value template variable support for log group names in logs query builder. #49737, @kevinwcyu
- Cloudwatch: Add template variable query function for listing log groups. #50100, @yaelleC
Bug fixes
- Alerting: Do not overwrite existing alert rule condition. #49920, @gillesdemey
- Alerting: Remove double quotes from matchers. #50044, @alexweav