mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03: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.9 KiB
2.9 KiB
aliases | hide_menu | title |
---|---|---|
true | Release notes for Grafana 9.0.4 |
Release notes for Grafana 9.0.4
Features and enhancements
- Browse/Search: Make browser back work properly when visiting Browse or search. #52271, @torkelo
- Logs: Improve getLogRowContext API. #52130, @gabor
- Loki: Improve handling of empty responses. #52397, @gabor
- Plugins: Always validate root URL if specified in signature manfiest. #52332, @wbrowne
- Preferences: Get home dashboard from teams. #52225, @sakjur
- SQLStore: Support Upserting multiple rows. #52228, @joeblubaugh
- Traces: Add more template variables in Tempo & Zipkin. #52306, @joey-grafana
- Traces: Remove serviceMap feature flag. #52375, @joey-grafana
Bug fixes
- Access Control: Fix missing folder permissions. #52410, @IevaVasiljeva
- Access control: Fix org user removal for OSS users. #52473, @IevaVasiljeva
- Alerting: Fix Slack notification preview. #50230, @ekrucio
- Alerting: Fix Slack push notifications. #52391, @grobinson-grafana
- Alerting: Fixes slack push notifications. #50267, @jgillick
- Alerting: Preserve new-lines from custom email templates in rendered email. #52253, @alexweav
- Insights: Fix dashboard and data source insights pages. (Enterprise)
- Log: Fix text logging for unsupported types. #51306, @papagian
- Loki: Fix
show context
not working in some occasions. #52458, @svennergr - Loki: Fix incorrect TopK value type in query builder. #52226, @ivanahuckova