From 9ae69bedfe654ea8768f524595bd9ee1ef7946b4 Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Thu, 7 Oct 2021 13:49:17 +0200 Subject: [PATCH] [v8.2.x] ReleaseNotes: Updated changelog and release notes (#40022) (#40140) * ReleaseNotes: Updated changelog and release notes (#40022) (cherry picked from commit feaa56a7fe30e357f6c9291711c6451711d02734) * Add missing release notes for 8.1.4 and 8.1.5 * ReleaseNotes: Updated changelog and release notes for 8.1.7 (#40081) (cherry picked from commit 4a91ceeb1e803c69f45310ef3fe673cbc2f4e183) Co-authored-by: Grot (@grafanabot) <43478413+grafanabot@users.noreply.github.com> --- CHANGELOG.md | 38 +++++++++++++++++++ docs/sources/release-notes/_index.md | 4 ++ .../release-notes/release-notes-7-5-11.md | 13 +++++++ .../release-notes/release-notes-8-1-4.md | 24 ++++++++++++ .../release-notes/release-notes-8-1-5.md | 13 +++++++ .../release-notes/release-notes-8-1-6.md | 13 +++++++ .../release-notes/release-notes-8-1-7.md | 14 +++++++ 7 files changed, 119 insertions(+) create mode 100644 docs/sources/release-notes/release-notes-7-5-11.md create mode 100644 docs/sources/release-notes/release-notes-8-1-4.md create mode 100644 docs/sources/release-notes/release-notes-8-1-5.md create mode 100644 docs/sources/release-notes/release-notes-8-1-6.md create mode 100644 docs/sources/release-notes/release-notes-8-1-7.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 8192c4b1564..13506b76516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -132,6 +132,36 @@ Panel queries and/or annotation queries that used more than one statistic will b - **Grafana UI:** Fix TS error property `css` is missing in type. [#38078](https://github.com/grafana/grafana/pull/38078), [@jackw](https://github.com/jackw) + + + +# 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) + +- **Security**: Fixes CVE-2021-39226. For more information, see our [blog](https://grafana.com/blog/2021/10/05/grafana-7.5.11-and-8.1.6-released-with-critical-security-fix/) + + + + + +# 8.1.5 (2021-09-21) + +### Bug fixes + +- **BarChart:** Fixes panel error that happens on second refresh. [#39304](https://github.com/grafana/grafana/pull/39304), [@DanCech](https://github.com/DanCech) + + + # 8.1.4 (2021-09-16) @@ -801,6 +831,14 @@ Issue [#33352](https://github.com/grafana/grafana/issues/33352) + + +# 7.5.11 (2021-10-05) + +- **Security**: Fixes CVE-2021-39226. For more information, see our [blog](https://grafana.com/blog/2021/10/05/grafana-7.5.11-and-8.1.6-released-with-critical-security-fix/) + + + # 7.5.10 (2021-07-15) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index e594b7a3185..c192aab7589 100644 --- a/docs/sources/release-notes/_index.md +++ b/docs/sources/release-notes/_index.md @@ -10,6 +10,9 @@ 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" >}}) - [Release notes for 8.1.3]({{< relref "release-notes-8-1-3" >}}) - [Release notes for 8.1.2]({{< relref "release-notes-8-1-2" >}}) @@ -28,6 +31,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.11]({{< relref "release-notes-7-5-11" >}}) - [Release notes for 7.5.10]({{< relref "release-notes-7-5-10" >}}) - [Release notes for 7.5.9]({{< relref "release-notes-7-5-9" >}}) - [Release notes for 7.5.8]({{< relref "release-notes-7-5-8" >}}) diff --git a/docs/sources/release-notes/release-notes-7-5-11.md b/docs/sources/release-notes/release-notes-7-5-11.md new file mode 100644 index 00000000000..5dd9fb437f3 --- /dev/null +++ b/docs/sources/release-notes/release-notes-7-5-11.md @@ -0,0 +1,13 @@ ++++ +title = "Release notes for Grafana 7.5.11" +[_build] +list = false ++++ + + + +# Release notes for Grafana 7.5.11 + +### Bug fixes + +- **Security**: Fixes CVE-2021-39226. For more information, see our [blog](https://grafana.com/blog/2021/10/05/grafana-7.5.11-and-8.1.6-released-with-critical-security-fix/) diff --git a/docs/sources/release-notes/release-notes-8-1-4.md b/docs/sources/release-notes/release-notes-8-1-4.md new file mode 100644 index 00000000000..acc0e5df0df --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-1-4.md @@ -0,0 +1,24 @@ ++++ +title = "Release notes for Grafana 8.1.4" +[_build] +list = false ++++ + + + +# Release notes for Grafana 8.1.4 + +### Features and enhancements + +- **Explore:** Ensure logs volume bar colors match legend colors. [#39072](https://github.com/grafana/grafana/pull/39072), [@ifrost](https://github.com/ifrost) +- **LDAP:** Search all DNs for users. [#38891](https://github.com/grafana/grafana/pull/38891), [@sakjur](https://github.com/sakjur) + +### Bug fixes + +- **Alerting:** Fix notification channel migration. [#38983](https://github.com/grafana/grafana/pull/38983), [@papagian](https://github.com/papagian) +- **Annotations:** Fix blank panels for queries with unknown data sources. [#39017](https://github.com/grafana/grafana/pull/39017), [@hugohaggmark](https://github.com/hugohaggmark) +- **BarChart:** Fix stale values and x axis labels. [#39188](https://github.com/grafana/grafana/pull/39188), [@leeoniya](https://github.com/leeoniya) +- **Graph:** Make old graph panel thresholds work even if ngalert is enabled. [#38918](https://github.com/grafana/grafana/pull/38918), [@domasx2](https://github.com/domasx2) +- **InfluxDB:** Fix regex to identify `/` as separator. [#39185](https://github.com/grafana/grafana/pull/39185), [@dsotirakis](https://github.com/dsotirakis) +- **LibraryPanels:** Fix update issues related to library panels in rows. [#38963](https://github.com/grafana/grafana/pull/38963), [@hugohaggmark](https://github.com/hugohaggmark) +- **Variables:** Fix variables not updating inside a Panel when the preceding Row uses "Repeat For". [#38935](https://github.com/grafana/grafana/pull/38935), [@axelavargas](https://github.com/axelavargas) diff --git a/docs/sources/release-notes/release-notes-8-1-5.md b/docs/sources/release-notes/release-notes-8-1-5.md new file mode 100644 index 00000000000..0747f76d53d --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-1-5.md @@ -0,0 +1,13 @@ ++++ +title = "Release notes for Grafana 8.1.5" +[_build] +list = false ++++ + + + +# Release notes for Grafana 8.1.5 + +### Bug fixes + +- **BarChart:** Fixes panel error that happens on second refresh. [#39304](https://github.com/grafana/grafana/pull/39304), [@DanCech](https://github.com/DanCech) diff --git a/docs/sources/release-notes/release-notes-8-1-6.md b/docs/sources/release-notes/release-notes-8-1-6.md new file mode 100644 index 00000000000..3e93ae9b922 --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-1-6.md @@ -0,0 +1,13 @@ ++++ +title = "Release notes for Grafana 8.1.6" +[_build] +list = false ++++ + + + +# Release notes for Grafana 8.1.6 + +### Bug fixes + +- **Security**: Fixes CVE-2021-39226. For more information, see our [blog](https://grafana.com/blog/2021/10/05/grafana-7.5.11-and-8.1.6-released-with-critical-security-fix/) 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)