mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -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>
2.6 KiB
2.6 KiB
aliases | hide_menu | title |
---|---|---|
true | Release notes for Grafana 9.0.2 |
Release notes for Grafana 9.0.2
Features and enhancements
- Alerting: Add support for images in Pushover alerts. #51372, @grobinson-grafana
- Alerting: Don't stop the migration when alert rule tags are invalid. #51253, @gotjosh
- Alerting: Don't stop the migration when alert rule tags are invalid (…. #51341, @gotjosh
- Alerting: Skip the default data source if incompatible. #51452, @gillesdemey
- AzureMonitor: Parse non-fatal errors for Logs. #51320, @andresmgot
- OAuth: Restore debug log behavior. #51244, @Jguer
- Plugins: Improved handling of symlinks. #51324, @marefr
Bug fixes
- Alerting: Code-gen parsing of URL parameters and fix related bugs. #51353, @alexweav
- Alerting: Code-gen parsing of URL parameters and fix related bugs. #50731, @alexweav
- Annotations: Fix annotation autocomplete causing panels to crash. #51164, @ashharrison90
- Barchart: Fix warning not showing. #51190, @joshhunt
- CloudWatch: Enable custom session duration in AWS plugin auth. #51322, @sunker
- Dashboards: Fixes issue with the initial panel layout counting as an unsaved change. #51315, @JoaoSilvaGrafana
- Plugins: Use a Grafana specific SDK logger implementation for core plugins. #51229, @marefr
- Search: Fix pagination in the new search page. #51366, @ArturWierzbicki