From 3e1d120d88a794fc4cc7a12ce358f30015a7a04b Mon Sep 17 00:00:00 2001 From: Will Browne Date: Tue, 7 Dec 2021 17:21:45 +0000 Subject: [PATCH] ReleaseNotes: Update 8.3.1 release notes (#42844) * security: fix dir traversal issue * Revert "security: fix dir traversal issue" Meant to do PR. This reverts commit 8af709a1e760ebbf60a7e0931dd6d96d82e288bc. * update release notes Co-authored-by: Kyle Brandt --- docs/sources/release-notes/_index.md | 1 + docs/sources/release-notes/release-notes-8-3-1.md | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 docs/sources/release-notes/release-notes-8-3-1.md 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/)