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) +