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>
1.7 KiB
1.7 KiB
_build | title | ||
---|---|---|---|
|
Release notes for Grafana 7.5.5 |
Release notes for Grafana 7.5.5
Features and enhancements
- Explore: Load default data source in Explore when the provided source does not exist. #32992, @ifrost
- Instrumentation: Add success rate metrics for email notifications. #33359, @bergquist
Bug fixes
- Alerting: Remove field limitation from Slack notifications. #33113, @dsotirakis
- Auth: Do not clear auth token cookie when token lookup fails. #32999, @marefr
- Bug: Add git command to Dockerfile.ubuntu file. #33247, @dsotirakis
- Explore: Adjust time to the selected timezone. #33315, @ifrost
- GraphNG: Fix exemplars window position. #33427, @zoltanbedi
- Loki: Pass Skip TLS Verify setting to alert queries. #33025, @ivanahuckova
- Postgres: Fix time group macro when TimescaleDB is enabled and interval is less than a second. #33153, @marefr