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.9 KiB
2.9 KiB
_build | title | ||
---|---|---|---|
|
Release notes for Grafana 8.0.6 |
Release notes for Grafana 8.0.6
Features and enhancements
- Alerting: Add annotation upon alert state change. #36535, @davidmparrott
- Alerting: Allow space in label and annotation names. #36549, @codesome
- InfluxDB: Improve legend labels for InfluxDB query results. #36603, @gabor
Bug fixes
- Alerting: Fix improper alert by changing the handling of empty labels. #36679, @davidmparrott
- CloudWatch/Logs: Reestablish Cloud Watch alert behavior. #36558, @aocenas
- Dashboard: Avoid migration breaking on fieldConfig without defaults field in folded panel. #36666, @glindstedt
- DashboardList: Fix issue not re-fetching dashboard list after variable change. #36591, @torkelo
- Database: Fix incorrect format of isolation level configuration parameter for MySQL. #36565, @marefr
- InfluxDB: Correct tag filtering on InfluxDB data. #36570, @gabor
- Links: Fix links that caused a full page reload. #36631, @torkelo
- Live: Fix HTTP error when InfluxDB metrics have an incomplete or asymmetrical field set. #36664, @FZambia
- Postgres/MySQL/MSSQL: Change time field to "Time" for time series queries. #36720, @marefr
- Postgres: Fix the handling of a null return value in query results. #36648, @idafurjes
- Tempo: Show hex strings instead of uints for IDs. #36471, @zoltanbedi
- TimeSeries: Improve tooltip positioning when tooltip overflows. #36440, @ashharrison90
- Transformations: Add 'prepare time series' transformer. #36737, @ryantxu