From 45b2189993de6a5fd7a66f73cd6c20e2d358c6cc Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 24 May 2022 10:06:38 -0400 Subject: [PATCH] ReleaseNotes: Updated changelog and release notes for 8.5.3 (#49275) (#49277) * ReleaseNotes: Updated changelog and release notes for 8.5.3 * Update CHANGELOG.md Co-authored-by: Leonard Gram (cherry picked from commit 3bd6b8a5ae3e5d810a05646535c8aaa87cae845b) --- CHANGELOG.md | 9 +++++++++ docs/sources/release-notes/_index.md | 1 + docs/sources/release-notes/release-notes-8-5-3.md | 12 ++++++++++++ 3 files changed, 22 insertions(+) create mode 100644 docs/sources/release-notes/release-notes-8-5-3.md diff --git a/CHANGELOG.md b/CHANGELOG.md index e703074f96d..7c171e008b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + + +# 8.5.3 + +### Bug fixes + +- **Security:** fixes CVE-2022-29170. [#49240](https://github.com/grafana/grafana/pull/49240), [@xlson](https://github.com/xlson) + + # 8.5.2 (2022-05-03) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index aacc38ff83b..13d8d3f0951 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.5.3]({{< relref "release-notes-8-5-3" >}}) - [Release notes for 8.5.2]({{< relref "release-notes-8-5-2" >}}) - [Release notes for 8.5.1]({{< relref "release-notes-8-5-1" >}}) - [Release notes for 8.5.0]({{< relref "release-notes-8-5-0" >}}) diff --git a/docs/sources/release-notes/release-notes-8-5-3.md b/docs/sources/release-notes/release-notes-8-5-3.md new file mode 100644 index 00000000000..0a3ba52b03b --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-5-3.md @@ -0,0 +1,12 @@ ++++ +title = "Release notes for Grafana 8.5.3" +hide_menu = true ++++ + + + +# Release notes for Grafana 8.5.3 + +### Bug fixes + +- **Security:** fixes CVE-2022-29170. [#49240](https://github.com/grafana/grafana/pull/49240), [@xlson](https://github.com/xlson)