From 3bd6b8a5ae3e5d810a05646535c8aaa87cae845b Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 19 May 2022 13:00:36 -0400 Subject: [PATCH] ReleaseNotes: Updated changelog and release notes for 8.5.3 (#49275) * ReleaseNotes: Updated changelog and release notes for 8.5.3 * Update CHANGELOG.md Co-authored-by: Leonard Gram --- 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 4c97f5c75f5..bf240475032 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 d24de54eb60..b773f705a1c 100644 --- a/docs/sources/release-notes/_index.md +++ b/docs/sources/release-notes/_index.md @@ -9,6 +9,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)