From 818d95831d5e46d1aaf6b341545a369038392581 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 30 Mar 2021 18:02:42 +0100 Subject: [PATCH] ReleaseNotes: Updated changelog and release notes for 7.5.2 (#32510) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ReleaseNotes: Updated changelog and release notes for 7.5.2 * Add missing release notes link Co-authored-by: Piotr Jamróz --- CHANGELOG.md | 18 +++++++++++++++ docs/sources/release-notes/_index.md | 1 + .../release-notes/release-notes-7-5-2.md | 22 +++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 docs/sources/release-notes/release-notes-7-5-2.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 56852e495ca..e0ccf4c0c5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,22 @@ + + +# 7.5.2 (2021-03-30) + +### Features and enhancements + +* **Explore**: Set Explore's GraphNG to use default value for connected null values setting. [#32471](https://github.com/grafana/grafana/pull/32471), [@ivanahuckova](https://github.com/ivanahuckova) + +### Bug fixes + +* **DashboardDataSource**: Fix query not being executed after selecting source panel. [#32383](https://github.com/grafana/grafana/pull/32383), [@torkelo](https://github.com/torkelo) +* **Graph**: Fix setting right y-axis when standard option unit is configured. [#32426](https://github.com/grafana/grafana/pull/32426), [@torkelo](https://github.com/torkelo) +* **Table**: Fix links for image cells. [#32370](https://github.com/grafana/grafana/pull/32370), [@kaydelaney](https://github.com/kaydelaney) +* **Variables**: Fix data source variable when default data source is selected. [#32384](https://github.com/grafana/grafana/pull/32384), [@torkelo](https://github.com/torkelo) +* **Variables**: Fix manually entering non-matching custom value in variable input/picker error. [#32390](https://github.com/grafana/grafana/pull/32390), [@torkelo](https://github.com/torkelo) + + + # 7.5.1 (2021-03-26) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index 51cfa1dd572..cf1feb669e8 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.5.2]({{< relref "release-notes-7-5-2" >}}) - [Release notes for 7.5.1]({{< relref "release-notes-7-5-1" >}}) - [Release notes for 7.5.0]({{< relref "release-notes-7-5-0" >}}) - [Release notes for 7.5.0-beta2]({{< relref "release-notes-7-5-0-beta2" >}}) diff --git a/docs/sources/release-notes/release-notes-7-5-2.md b/docs/sources/release-notes/release-notes-7-5-2.md new file mode 100644 index 00000000000..25e4da4d326 --- /dev/null +++ b/docs/sources/release-notes/release-notes-7-5-2.md @@ -0,0 +1,22 @@ ++++ +title = "Release notes for Grafana 7.5.2" +[_build] +list = false ++++ + + + +# Release notes for Grafana 7.5.2 + +### Features and enhancements + +* **Explore**: Set Explore's GraphNG to use default value for connected null values setting. [#32471](https://github.com/grafana/grafana/pull/32471), [@ivanahuckova](https://github.com/ivanahuckova) + +### Bug fixes + +* **DashboardDataSource**: Fix query not being executed after selecting source panel. [#32383](https://github.com/grafana/grafana/pull/32383), [@torkelo](https://github.com/torkelo) +* **Graph**: Fix setting right y-axis when standard option unit is configured. [#32426](https://github.com/grafana/grafana/pull/32426), [@torkelo](https://github.com/torkelo) +* **Table**: Fix links for image cells. [#32370](https://github.com/grafana/grafana/pull/32370), [@kaydelaney](https://github.com/kaydelaney) +* **Variables**: Fix data source variable when default data source is selected. [#32384](https://github.com/grafana/grafana/pull/32384), [@torkelo](https://github.com/torkelo) +* **Variables**: Fix manually entering non-matching custom value in variable input/picker error. [#32390](https://github.com/grafana/grafana/pull/32390), [@torkelo](https://github.com/torkelo) +