From 4a91ceeb1e803c69f45310ef3fe673cbc2f4e183 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 6 Oct 2021 13:47:13 -0400 Subject: [PATCH] ReleaseNotes: Updated changelog and release notes for 8.1.7 (#40081) --- CHANGELOG.md | 11 +++++++++++ docs/sources/release-notes/_index.md | 1 + docs/sources/release-notes/release-notes-8-1-7.md | 14 ++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 docs/sources/release-notes/release-notes-8-1-7.md diff --git a/CHANGELOG.md b/CHANGELOG.md index f61e93ecf79..88b9b23f7f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -145,6 +145,17 @@ Panel queries and/or annotation queries that used more than one statistic will b + + +# 8.1.7 (2021-10-06) + +### Bug fixes + +- **Alerting:** Fix alerts with evaluation interval more than 30 seconds resolving before notification. [#39513](https://github.com/grafana/grafana/pull/39513), [@gerobinson](https://github.com/gerobinson) +- **Elasticsearch/Prometheus:** Fix usage of proper SigV4 service namespace. [#39439](https://github.com/grafana/grafana/pull/39439), [@marefr](https://github.com/marefr) + + + # 8.1.6 (2021-10-05) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index 801ddecceb9..c192aab7589 100644 --- a/docs/sources/release-notes/_index.md +++ b/docs/sources/release-notes/_index.md @@ -10,6 +10,7 @@ about deprecations, breaking changes as well as changes that relate to plugin de - [Release notes for 8.2.0-beta2]({{< relref "release-notes-8-2-0-beta2" >}}) - [Release notes for 8.2.0-beta1]({{< relref "release-notes-8-2-0-beta1" >}}) +- [Release notes for 8.1.7]({{< relref "release-notes-8-1-7" >}}) - [Release notes for 8.1.6]({{< relref "release-notes-8-1-6" >}}) - [Release notes for 8.1.5]({{< relref "release-notes-8-1-5" >}}) - [Release notes for 8.1.4]({{< relref "release-notes-8-1-4" >}}) diff --git a/docs/sources/release-notes/release-notes-8-1-7.md b/docs/sources/release-notes/release-notes-8-1-7.md new file mode 100644 index 00000000000..a6b589bf6ec --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-1-7.md @@ -0,0 +1,14 @@ ++++ +title = "Release notes for Grafana 8.1.7" +[_build] +list = false ++++ + + + +# Release notes for Grafana 8.1.7 + +### Bug fixes + +- **Alerting:** Fix alerts with evaluation interval more than 30 seconds resolving before notification. [#39513](https://github.com/grafana/grafana/pull/39513), [@gerobinson](https://github.com/gerobinson) +- **Elasticsearch/Prometheus:** Fix usage of proper SigV4 service namespace. [#39439](https://github.com/grafana/grafana/pull/39439), [@marefr](https://github.com/marefr)