mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 08:35:43 -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.1.6 |
Release notes for Grafana 9.1.6
Features and enhancements
- Auth: Trigger auth token cleanup job. (Enterprise)
- DataSource: Adding possibility to hide queries from the inspector. #54892, @mckn
- Inspect: Hide Actions tab when it is empty. #55272, @ryantxu
- PanelMenu: Remove hide legend action as it was showing on all panel types. #54876, @torkelo
- Provisioning Contact points: Support disableResolveMessage via YAML. #54122, @mmusenbr
- PublicDashboards: Support subpaths when generating pubdash url. #55204, @owensmallwood
Bug fixes
- Alerting: Fix legacy migration crash when rule name is too long. #55053, @alexweav
- Alerting: Fix send resolved notifications. #54793, @grobinson-grafana
- Azure Monitor: Fix migration issue with MetricDefinitionsQuery template variable query types. #55262, @yaelleC
- Browse: Hide dashboard actions if user does not have enough permission. #55218, @lpskdl
- ElasticSearch: Fix dispatching queries at a wrong time. #55225, @svennergr
- Panel: Disable legends when showLegend is false prior to schema v37. #55126, @ivanortegaalba
- Prometheus: Fix metadata requests for browser access mode. #55403, @itsmylife
- Search: Avoid requesting all dashboards when in Folder View. #55169, @JoaoSilvaGrafana
- TablePanel/StatPanel: Fix values not being visible when background transparent. #55092, @mdvictor