From b39af39958852f1c17d37a3e4ddb73abf4881a6e Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 24 Nov 2020 16:25:40 +0100 Subject: [PATCH] ReleaseNotes: Updated changelog and release notes for 7.3.4 (#29338) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ReleaseNotes: Updated changelog and release notes for 7.3.4 * Update _index.md Co-authored-by: Torkel Ödegaard --- CHANGELOG.md | 13 +++++++++++++ docs/sources/release-notes/_index.md | 1 + .../release-notes/release-notes-7-3-4.md | 17 +++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 docs/sources/release-notes/release-notes-7-3-4.md diff --git a/CHANGELOG.md b/CHANGELOG.md index d77eba1df9f..7faf0a5ffe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,19 @@ In order not to break all angular panel plugins and data sources we have some cu + + +# 7.3.4 (2020-11-24) + +### Bug fixes + +* **Dashboard**: Fixes kiosk state after being redirected to login page and back. [#29273](https://github.com/grafana/grafana/pull/29273), [@torkelo](https://github.com/torkelo) +* **InfluxDB**: Update flux library to fix support for boolean label values. [#29310](https://github.com/grafana/grafana/pull/29310), [@ryantxu](https://github.com/ryantxu) +* **Security**: Fixes minor security issue with alert notification webhooks that allowed GET & DELETE requests. [#29330](https://github.com/grafana/grafana/pull/29330), [@wbrowne](https://github.com/wbrowne) +* **Table**: Fix incorrect condtition for rendering table filter. [#29165](https://github.com/grafana/grafana/pull/29165), [@dprokop](https://github.com/dprokop) + + + # 7.3.3 (2020-11-17) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index c5b2cc1a539..7845247c130 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.3.4]({{< relref "release-notes-7-3-4" >}}) - [Release notes for 7.3.3]({{< relref "release-notes-7-3-3" >}}) - [Release notes for 7.3.2]({{< relref "release-notes-7-3-2" >}}) - [Release notes for 7.3.1]({{< relref "release-notes-7-3-1" >}}) diff --git a/docs/sources/release-notes/release-notes-7-3-4.md b/docs/sources/release-notes/release-notes-7-3-4.md new file mode 100644 index 00000000000..99a5325d4bd --- /dev/null +++ b/docs/sources/release-notes/release-notes-7-3-4.md @@ -0,0 +1,17 @@ ++++ +title = "Release notes for Grafana 7.3.4" +[_build] +list = false ++++ + + + +# Release notes for Grafana 7.3.4 + +### Bug fixes + +* **Dashboard**: Fixes kiosk state after being redirected to login page and back. [#29273](https://github.com/grafana/grafana/pull/29273), [@torkelo](https://github.com/torkelo) +* **InfluxDB**: Update flux library to fix support for boolean label values. [#29310](https://github.com/grafana/grafana/pull/29310), [@ryantxu](https://github.com/ryantxu) +* **Security**: Fixes minor security issue with alert notification webhooks that allowed GET & DELETE requests. [#29330](https://github.com/grafana/grafana/pull/29330), [@wbrowne](https://github.com/wbrowne) +* **Table**: Fix incorrect condtition for rendering table filter. [#29165](https://github.com/grafana/grafana/pull/29165), [@dprokop](https://github.com/dprokop) +