From 7a622422a917d3cf8df9856e54110281a333f360 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 18 Jan 2022 17:33:58 +0100 Subject: [PATCH] ReleaseNotes: Updated changelog and release notes for 7.5.13 (#44173) --- CHANGELOG.md | 10 ++++++++++ docs/sources/release-notes/_index.md | 1 + docs/sources/release-notes/release-notes-7-5-13.md | 13 +++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 docs/sources/release-notes/release-notes-7-5-13.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 56ee8e68090..94e10774dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1260,6 +1260,16 @@ Issue [#33352](https://github.com/grafana/grafana/issues/33352) + + +# 7.5.13 (2022-01-18) + +### Bug fixes + +- **[v7.5.x] Alerting:** Fix NoDataFound for alert rules using AND operator (#41305). [#44066](https://github.com/grafana/grafana/pull/44066), [@armandgrillet](https://github.com/armandgrillet) + + + # 7.5.11 (2021-10-05) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index a5658a1b26d..2ae655180d9 100644 --- a/docs/sources/release-notes/_index.md +++ b/docs/sources/release-notes/_index.md @@ -48,6 +48,7 @@ about deprecations, breaking changes as well as changes that relate to plugin de - [Release notes for 8.0.0-beta3]({{< relref "release-notes-8-0-0-beta3" >}}) - [Release notes for 8.0.0-beta2]({{< relref "release-notes-8-0-0-beta2" >}}) - [Release notes for 8.0.0-beta1]({{< relref "release-notes-8-0-0-beta1" >}}) +- [Release notes for 7.5.13]({{< relref "release-notes-7-5-13" >}}) - [Release notes for 7.5.12]({{< relref "release-notes-7-5-12" >}}) - [Release notes for 7.5.11]({{< relref "release-notes-7-5-11" >}}) - [Release notes for 7.5.10]({{< relref "release-notes-7-5-10" >}}) diff --git a/docs/sources/release-notes/release-notes-7-5-13.md b/docs/sources/release-notes/release-notes-7-5-13.md new file mode 100644 index 00000000000..c9542c5eab5 --- /dev/null +++ b/docs/sources/release-notes/release-notes-7-5-13.md @@ -0,0 +1,13 @@ ++++ +title = "Release notes for Grafana 7.5.13" +[_build] +list = false ++++ + + + +# Release notes for Grafana 7.5.13 + +### Bug fixes + +- **[v7.5.x] Alerting:** Fix NoDataFound for alert rules using AND operator (#41305). [#44066](https://github.com/grafana/grafana/pull/44066), [@armandgrillet](https://github.com/armandgrillet)