diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index 56efd243427..4b4b1a7fecd 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.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" >}}) 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/)