mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 09:33:34 -06:00
* 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.6 KiB
1.6 KiB
hide_menu | title |
---|---|
true | Release notes for Grafana 8.4.3 |
Release notes for Grafana 8.4.3
Features and enhancements
- Alerting: Grafana uses > instead of >= when checking the For duration. #46010
- Alerting: Use expanded labels in dashboard annotations. #45726, @grobinson-grafana
- Logs: Escape windows newline into single newline. #45771, @perosb
Bug fixes
- Alerting: Fix use of > instead of >= when checking the For duration. #46011, @grobinson-grafana
- Azure Monitor: Fixes broken log queries that use workspace. #45820, @sunker
- CloudWatch: Remove error message when using multi-valued template vars in region field. #45886, @sunker
- Middleware: Fix IPv6 host parsing in CSRF check. #45911, @ying-jeanne
Plugin development fixes & changes
- ClipboardButton: Use a fallback when the Clipboard API is unavailable. #45831, @ashharrison90