From a076a4170c135d37e4fe70eb0c9ad230aab4a6d7 Mon Sep 17 00:00:00 2001 From: Dimitris Sotirakis Date: Mon, 15 Nov 2021 16:28:22 +0200 Subject: [PATCH] Release Notes: Update Release Notes and Changelog for 8.2.4 security fix (#41691) * 8.2.4: Update CHANGELOG.md and release-notes-8-2-4.md * Update blog post link --- CHANGELOG.md | 8 ++++++++ docs/sources/release-notes/_index.md | 1 + docs/sources/release-notes/release-notes-8-2-4.md | 13 +++++++++++++ latest.json | 2 +- 4 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 docs/sources/release-notes/release-notes-8-2-4.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 9afad25f89f..658a6e724eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + + +# 8.2.4 (2021-11-15) + +- **Security**: Fixes CVE-2021-41244. For more information, see our [blog](https://grafana.com/blog/2021/11/15/grafana-8.2.4-released-with-security-fixes/) + + + # 8.2.3 (2021-11-03) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index ea1df07ad1f..cae401c6232 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.4]({{< relref "release-notes-8-2-4" >}}) - [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" >}}) diff --git a/docs/sources/release-notes/release-notes-8-2-4.md b/docs/sources/release-notes/release-notes-8-2-4.md new file mode 100644 index 00000000000..ed9600f1d1c --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-2-4.md @@ -0,0 +1,13 @@ ++++ +title = "Release notes for Grafana 8.2.4" +[_build] +list = false ++++ + + + +# Release notes for Grafana 8.2.4 + +### Bug fixes + +- **Security**: Fixes CVE-2021-41244. For more information, see our [blog](https://grafana.com/blog/2021/11/15/grafana-8.2.4-released-with-security-fixes/) diff --git a/latest.json b/latest.json index f096c5a12b5..4c84e05d18c 100644 --- a/latest.json +++ b/latest.json @@ -1,4 +1,4 @@ { - "stable": "8.2.3", + "stable": "8.2.4", "testing": "8.2.2" }