diff --git a/CHANGELOG.md b/CHANGELOG.md index b0924d2706c..1930a061eba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + + +# 8.3.1 (2021-12-07) + +- **Security**: Fixes CVE-2021-43798. For more information, see our [blog](https://grafana.com/blog/2021/12/07/grafana-8.3.1-8.2.7-8.1.8-and-8.0.7-released-with-high-severity-security-fix/) + + + # 8.3.0 (2021-11-30) @@ -170,6 +178,14 @@ The access mode "browser" is deprecated in the following data sources and will b - **grafana/ui:** Enable slider marks display. [#41275](https://github.com/grafana/grafana/pull/41275), [@dprokop](https://github.com/dprokop) + + +# 8.2.7 (2021-12-07) + +- **Security**: Fixes CVE-2021-43798. For more information, see our [blog](https://grafana.com/blog/2021/12/07/grafana-8.3.1-8.2.7-8.1.8-and-8.0.7-released-with-high-severity-security-fix/) + + + # 8.2.6 (2021-12-02) @@ -449,6 +465,14 @@ Panel queries and/or annotation queries that used more than one statistic will b + + +# 8.1.8 (2021-12-07) + +- **Security**: Fixes CVE-2021-43798. For more information, see our [blog](https://grafana.com/blog/2021/12/07/grafana-8.3.1-8.2.7-8.1.8-and-8.0.7-released-with-high-severity-security-fix/) + + + # 8.1.7 (2021-10-06) @@ -723,6 +747,14 @@ Issue [#33879](https://github.com/grafana/grafana/issues/33879) + + +# 8.0.7 (2021-12-07) + +- **Security**: Fixes CVE-2021-43798. For more information, see our [blog](https://grafana.com/blog/2021/12/07/grafana-8.3.1-8.2.7-8.1.8-and-8.0.7-released-with-high-severity-security-fix/) + + + # 8.0.6 (2021-07-14) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index 56efd243427..97d17192b23 100644 --- a/docs/sources/release-notes/_index.md +++ b/docs/sources/release-notes/_index.md @@ -8,9 +8,11 @@ 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 8.3.1]({{< relref "release-notes-8-3-1" >}}) - [Release notes for 8.3.0]({{< relref "release-notes-8-3-0" >}}) - [Release notes for 8.3.0-beta2]({{< relref "release-notes-8-3-0-beta2" >}}) - [Release notes for 8.3.0-beta1]({{< relref "release-notes-8-3-0-beta1" >}}) +- [Release notes for 8.2.7]({{< relref "release-notes-8-2-7" >}}) - [Release notes for 8.2.6]({{< relref "release-notes-8-2-6" >}}) - [Release notes for 8.2.5]({{< relref "release-notes-8-2-5" >}}) - [Release notes for 8.2.4]({{< relref "release-notes-8-2-4" >}}) @@ -20,6 +22,7 @@ about deprecations, breaking changes as well as changes that relate to plugin de - [Release notes for 8.2.0]({{< relref "release-notes-8-2-0" >}}) - [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.8]({{< relref "release-notes-8-1-8" >}}) - [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" >}}) @@ -31,6 +34,7 @@ about deprecations, breaking changes as well as changes that relate to plugin de - [Release notes for 8.1.0-beta3]({{< relref "release-notes-8-1-0-beta3" >}}) - [Release notes for 8.1.0-beta2]({{< relref "release-notes-8-1-0-beta2" >}}) - [Release notes for 8.1.0-beta1]({{< relref "release-notes-8-1-0-beta1" >}}) +- [Release notes for 8.0.7]({{< relref "release-notes-8-0-7" >}}) - [Release notes for 8.0.6]({{< relref "release-notes-8-0-6" >}}) - [Release notes for 8.0.5]({{< relref "release-notes-8-0-5" >}}) - [Release notes for 8.0.4]({{< relref "release-notes-8-0-4" >}}) diff --git a/docs/sources/release-notes/release-notes-8-0-7.md b/docs/sources/release-notes/release-notes-8-0-7.md new file mode 100644 index 00000000000..90db9f569b6 --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-0-7.md @@ -0,0 +1,13 @@ ++++ +title = "Release notes for Grafana 8.0.7" +[_build] +list = false ++++ + + + +# Release notes for Grafana 8.0.7 + +### Bug fixes + +- **Security**: Fixes CVE-2021-43798. For more information, see our [blog](https://grafana.com/blog/2021/12/07/grafana-8.3.1-8.2.7-8.1.8-and-8.0.7-released-with-high-severity-security-fix/) diff --git a/docs/sources/release-notes/release-notes-8-1-8.md b/docs/sources/release-notes/release-notes-8-1-8.md new file mode 100644 index 00000000000..c5209baab4e --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-1-8.md @@ -0,0 +1,13 @@ ++++ +title = "Release notes for Grafana 8.1.8" +[_build] +list = false ++++ + + + +# Release notes for Grafana 8.1.8 + +### Bug fixes + +- **Security**: Fixes CVE-2021-43798. For more information, see our [blog](https://grafana.com/blog/2021/12/07/grafana-8.3.1-8.2.7-8.1.8-and-8.0.7-released-with-high-severity-security-fix/) diff --git a/docs/sources/release-notes/release-notes-8-2-7.md b/docs/sources/release-notes/release-notes-8-2-7.md new file mode 100644 index 00000000000..13869639240 --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-2-7.md @@ -0,0 +1,13 @@ ++++ +title = "Release notes for Grafana 8.2.7" +[_build] +list = false ++++ + + + +# Release notes for Grafana 8.2.7 + +### Bug fixes + +- **Security**: Fixes CVE-2021-43798. For more information, see our [blog](https://grafana.com/blog/2021/12/07/grafana-8.3.1-8.2.7-8.1.8-and-8.0.7-released-with-high-severity-security-fix/) diff --git a/docs/sources/release-notes/release-notes-8-3-1.md b/docs/sources/release-notes/release-notes-8-3-1.md new file mode 100644 index 00000000000..9dd1e259082 --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-3-1.md @@ -0,0 +1,13 @@ ++++ +title = "Release notes for Grafana 8.3.1" +[_build] +list = false ++++ + + + +# Release notes for Grafana 8.3.1 + +### Bug fixes + +- **Security**: Fixes CVE-2021-43798. For more information, see our [blog](https://grafana.com/blog/2021/12/07/grafana-8.3.1-8.2.7-8.1.8-and-8.0.7-released-with-high-severity-security-fix/) diff --git a/latest.json b/latest.json index 37be0f5a290..c46870a408f 100644 --- a/latest.json +++ b/latest.json @@ -1,4 +1,4 @@ { - "stable": "8.3.0", - "testing": "8.3.0" + "stable": "8.3.1", + "testing": "8.3.1" }