4cacab01f4
* Use relative aliases for all non-current Grafana aliases 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/latest/[^\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> Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
1.0 KiB
1.0 KiB
_build, title
| _build | title | ||
|---|---|---|---|
|
Release notes for Grafana 7.3.3 |
Release notes for Grafana 7.3.3
Bug fixes
- Cloud monitoring: Fix for multi-value template variable for project selector. #29042, @papagian
- LogsPanel: Fixes problem dragging scrollbar inside logs panel. #28974, @aocenas
- Provisioning: Fixes application not pinned to the sidebar when it's enabled. #29084, @alexanderzobnin
- StatPanel: Fixes hanging issue when all values are zero. #29077, @torkelo
- Thresholds: Fixes color assigned to null values. #29010, @torkelo