diff --git a/CHANGELOG.md b/CHANGELOG.md index e6b8c312b31..9afad25f89f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + + +# 8.2.3 (2021-11-03) + +- **Security**: Fixes CVE-2021-41174. For more information, see our [blog](https://grafana.com/blog/2021/11/03/grafana-8.2.3-released-with-medium-severity-security-fix-cve-2021-41174-grafana-xss/) + + + # 8.2.2 (2021-10-21) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index ad8996429c0..ea1df07ad1f 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 8.2.3]({{< relref "release-notes-8-2-3" >}}) - [Release notes for 8.2.2]({{< relref "release-notes-8-2-2" >}}) - [Release notes for 8.2.1]({{< relref "release-notes-8-2-1" >}}) - [Release notes for 8.2.0]({{< relref "release-notes-8-2-0" >}}) diff --git a/docs/sources/release-notes/release-notes-8-2-3.md b/docs/sources/release-notes/release-notes-8-2-3.md new file mode 100644 index 00000000000..2f1fb78d495 --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-2-3.md @@ -0,0 +1,13 @@ ++++ +title = "Release notes for Grafana 8.2.3" +[_build] +list = false ++++ + + + +# Release notes for Grafana 8.2.3 + +### Bug fixes + +- **Security**: Fixes CVE-2021-41174. For more information, see our [blog](https://grafana.com/blog/2021/11/03/grafana-8.2.3-released-with-medium-severity-security-fix-cve-2021-41174-grafana-xss/) diff --git a/latest.json b/latest.json index 32de21fec7a..f096c5a12b5 100644 --- a/latest.json +++ b/latest.json @@ -1,4 +1,4 @@ { - "stable": "8.2.2", + "stable": "8.2.3", "testing": "8.2.2" }