From a1eb35452526206d1a48f16f67d6f9307c6d0f97 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 24 Feb 2021 17:33:43 +0000 Subject: [PATCH] ReleaseNotes: Updated changelog and release notes for 7.4.3 (#31454) * ReleaseNotes: Updated changelog and release notes for 7.4.3 * add the link on website Co-authored-by: ying-jeanne --- CHANGELOG.md | 15 +++++++++++++++ docs/sources/release-notes/_index.md | 1 + .../release-notes/release-notes-7-4-3.md | 19 +++++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 docs/sources/release-notes/release-notes-7-4-3.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 10ba509bee1..988784fbf1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,19 @@ + + +# 7.4.3 (2021-02-24) + +### Bug fixes + +* **AdHocVariables**: Fixes crash when values are stored as numbers. [#31382](https://github.com/grafana/grafana/pull/31382), [@hugohaggmark](https://github.com/hugohaggmark) +* **DashboardLinks**: Fix an issue where the dashboard links were causing a full page reload. [#31334](https://github.com/grafana/grafana/pull/31334), [@torkelo](https://github.com/torkelo) +* **Elasticsearch**: Fix query initialization logic & query transformation from Prometheus/Loki. [#31322](https://github.com/grafana/grafana/pull/31322), [@Elfo404](https://github.com/Elfo404) +* **QueryEditor**: Fix disabling queries in dashboards. [#31336](https://github.com/grafana/grafana/pull/31336), [@gabor](https://github.com/gabor) +* **Streaming**: Fix an issue with the time series panel and streaming data source when scrolling back from being out of view. [#31431](https://github.com/grafana/grafana/pull/31431), [@torkelo](https://github.com/torkelo) +* **Table**: Fix an issue regarding the fixed min and auto max values in bar gauge cell. [#31316](https://github.com/grafana/grafana/pull/31316), [@torkelo](https://github.com/torkelo) + + + # 7.4.2 (2021-02-17) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index 795a132e657..18fde095f49 100644 --- a/docs/sources/release-notes/_index.md +++ b/docs/sources/release-notes/_index.md @@ -8,6 +8,7 @@ weight = 10000 Here you can find detailed release notes that list everything that is included in every release as well as notices about deprecations, breaking changes as well as changes that relate to plugin development. +- [Release notes for 7.4.3]({{< relref "release-notes-7-4-3" >}}) - [Release notes for 7.4.2]({{< relref "release-notes-7-4-2" >}}) - [Release notes for 7.4.1]({{< relref "release-notes-7-4-1" >}}) - [Release notes for 7.4.0]({{< relref "release-notes-7-4-0" >}}) diff --git a/docs/sources/release-notes/release-notes-7-4-3.md b/docs/sources/release-notes/release-notes-7-4-3.md new file mode 100644 index 00000000000..86fb9b38ca5 --- /dev/null +++ b/docs/sources/release-notes/release-notes-7-4-3.md @@ -0,0 +1,19 @@ ++++ +title = "Release notes for Grafana 7.4.3" +[_build] +list = false ++++ + + + +# Release notes for Grafana 7.4.3 + +### Bug fixes + +* **AdHocVariables**: Fixes crash when values are stored as numbers. [#31382](https://github.com/grafana/grafana/pull/31382), [@hugohaggmark](https://github.com/hugohaggmark) +* **DashboardLinks**: Fix an issue where the dashboard links were causing a full page reload. [#31334](https://github.com/grafana/grafana/pull/31334), [@torkelo](https://github.com/torkelo) +* **Elasticsearch**: Fix query initialization logic & query transformation from Prometheus/Loki. [#31322](https://github.com/grafana/grafana/pull/31322), [@Elfo404](https://github.com/Elfo404) +* **QueryEditor**: Fix disabling queries in dashboards. [#31336](https://github.com/grafana/grafana/pull/31336), [@gabor](https://github.com/gabor) +* **Streaming**: Fix an issue with the time series panel and streaming data source when scrolling back from being out of view. [#31431](https://github.com/grafana/grafana/pull/31431), [@torkelo](https://github.com/torkelo) +* **Table**: Fix an issue regarding the fixed min and auto max values in bar gauge cell. [#31316](https://github.com/grafana/grafana/pull/31316), [@torkelo](https://github.com/torkelo) +