diff --git a/CHANGELOG.md b/CHANGELOG.md index 1930a061eba..695be1c2f65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + + +# 8.3.2 (2021-12-10) + +- **Security**: Fixes CVE-2021-43813 and CVE-2021-PENDING. For more information, see our [blog](https://grafana.com/blog/2021/12/10/grafana-8.3.2-and-7.5.12-released-with-moderate-severity-security-fix/ + + + # 8.3.1 (2021-12-07) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index 97d17192b23..3feeca8b753 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.2]({{< relref "release-notes-8-3-2" >}}) - [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" >}}) @@ -45,6 +46,7 @@ about deprecations, breaking changes as well as changes that relate to plugin de - [Release notes for 8.0.0-beta3]({{< relref "release-notes-8-0-0-beta3" >}}) - [Release notes for 8.0.0-beta2]({{< relref "release-notes-8-0-0-beta2" >}}) - [Release notes for 8.0.0-beta1]({{< relref "release-notes-8-0-0-beta1" >}}) +- [Release notes for 7.5.12]({{< relref "release-notes-7-5-12" >}}) - [Release notes for 7.5.11]({{< relref "release-notes-7-5-11" >}}) - [Release notes for 7.5.10]({{< relref "release-notes-7-5-10" >}}) - [Release notes for 7.5.9]({{< relref "release-notes-7-5-9" >}}) diff --git a/docs/sources/release-notes/release-notes-7-5-12.md b/docs/sources/release-notes/release-notes-7-5-12.md new file mode 100644 index 00000000000..b8c7f3fe775 --- /dev/null +++ b/docs/sources/release-notes/release-notes-7-5-12.md @@ -0,0 +1,13 @@ ++++ +title = "Release notes for Grafana 7.5.12" +[_build] +list = false ++++ + + + +# Release notes for Grafana 7.5.12 + +### Bug fixes + +- **Security**: Fixes CVE-2021-43813 and CVE-2021-PENDING. For more information, see our [blog](https://grafana.com/blog/2021/12/10/grafana-8.3.2-and-7.5.12-released-with-moderate-severity-security-fix/) diff --git a/docs/sources/release-notes/release-notes-8-3-2.md b/docs/sources/release-notes/release-notes-8-3-2.md new file mode 100644 index 00000000000..e6937deec6b --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-3-2.md @@ -0,0 +1,13 @@ ++++ +title = "Release notes for Grafana 8.3.2" +[_build] +list = false ++++ + + + +# Release notes for Grafana 8.3.2 + +### Bug fixes + +- **Security**: Fixes CVE-2021-43813 and CVE-2021-PENDING. For more information, see our [blog](https://grafana.com/blog/2021/12/10/grafana-8.3.2-and-7.5.12-released-with-moderate-severity-security-fix/) diff --git a/latest.json b/latest.json index c46870a408f..f3422c14cf7 100644 --- a/latest.json +++ b/latest.json @@ -1,4 +1,4 @@ { - "stable": "8.3.1", - "testing": "8.3.1" + "stable": "8.3.2", + "testing": "8.3.2" }