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..125d690544f --- /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-critical-security-fix/)