mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 00:25:46 -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.5 KiB
1.5 KiB
_build | title | ||
---|---|---|---|
|
Release notes for Grafana 8.1.0-beta3 |
Release notes for Grafana 8.1.0-beta3
Features and enhancements
- Alerting: Support label matcher syntax in alert rule list filter. #36408, @nathanrodman
- IconButton: Put tooltip text as aria-label. #36760, @tskarhed
- Live: Experimental HA with Redis. #36787, @FZambia
- UI: FileDropzone component. #36646, @zoltanbedi
- [v8.1.x] CloudWatch: Add AWS LookoutMetrics. #37329, @ilyastoli
Bug fixes
- Docker: Fix builds by delaying go mod verify until all required files are copied over. #37246, @wbrowne
- Exemplars: Fix disable exemplars only on the query that failed. #37296, @zoltanbedi
- SQL: Fix SQL dataframe resampling (fill mode + time intervals). #36937, @idafurjes