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.2 KiB
2.2 KiB
_build | title | ||
---|---|---|---|
|
Release notes for Grafana 8.0.5 |
Release notes for Grafana 8.0.5
Features and enhancements
- Cloudwatch Logs: Send error down to client. #36277, @zoltanbedi
- Folders: Return 409 Conflict status when folder already exists. #36429, @dsotirakis
- TimeSeries: Do not show series in tooltip if it's hidden in the viz. #36353, @dprokop
Bug fixes
- AzureMonitor: Fix issue where resource group name is missing on the resource picker button. #36400, @joshhunt
- Chore: Fix AWS auth assuming role with workspace IAM. #36430, @wbrowne
- DashboardQueryRunner: Fixes unrestrained subscriptions being created. #36371, @hugohaggmark
- DateFormats: Fix reading correct setting key for use_browser_locale. #36428, @torkelo
- Links: Fix links to other apps outside Grafana when under sub path. #36498, @torkelo
- Snapshots: Fix snapshot absolute time range issue. #36350, @torkelo
- Table: Fix data link color. #36446, @tharun208
- Time Series: Fix X-axis time format when tick increment is larger than a year. #36335, @torkelo
- Tooltip Plugin: Prevent Tooltip render if field is undefined. #36260, @ashharrison90