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.4 KiB
1.4 KiB
_build | title | ||
---|---|---|---|
|
Release notes for Grafana 7.5.4 |
Release notes for Grafana 7.5.4
Features and enhancements
- Auditing: Use nanosecond resolution for audit log timestamps. (Enterprise)
- AzureMonitor: Add support for Microsoft.AppConfiguration/configurationStores namespace. #32123, @deesejohn
- TablePanel: Make sorting case-insensitive. #32435, @kaydelaney
Bug fixes
- AzureMonitor: Add support for Virtual WAN namespaces. #32935, @joshhunt
- Bugfix: Add proper padding when scrolling is added to bar gauge. #32411, @mckn
- Datasource: Prevent default data source named "default" from causing infinite loop. #32949, @jackw
- Prometheus: Allow exemplars endpoint in data source proxy. #32802, @zoltanbedi
- Table: Fix table data links so they refer to correct row after sorting. #32571, @torkelo