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>
2.3 KiB
2.3 KiB
_build | title | ||
---|---|---|---|
|
Release notes for Grafana 8.3.0 |
Release notes for Grafana 8.3.0
Features and enhancements
- Alerting: Prevent folders from being deleted when they contain alerts. #42307, @peterholmberg
- Alerting: Show full preview value in tooltip. #42445, @peterholmberg
- BarGauge: Limit title width when name is really long. #42346, @torkelo
- CloudMonitoring: Avoid to escape regexps in filters. #41961, @andresmgot
- CloudWatch: Add support for AWS Metric Insights. #42487, @sunker
- TooltipPlugin: Remove other panels' shared tooltip in edit panel. #42187, @mdvictor
- Visualizations: Limit y label width to 40% of visualization width. #42350, @torkelo
Bug fixes
- Alerting: Clear alerting rule evaluation errors after intermittent failures. #42386, @gotjosh
- Alerting: Fix refresh on legacy Alert List panel. #42322, @peterholmberg
- Dashboard: Fix queries for panels with non-integer widths. #42420, @gabor
- Explore: Fix url update inconsistency. #42288, @gabor
- Prometheus: Fix range variables interpolation for time ranges smaller than 1 second. #42242, @ivanahuckova
- ValueMappings: Fixes issue with regex value mapping that only sets color. #42311, @torkelo