From b03353537d64e51be5928afdce451ac5f7cba92b Mon Sep 17 00:00:00 2001 From: Adam Simpson Date: Thu, 16 Jun 2022 13:10:00 +0000 Subject: [PATCH] ReleaseNotes: Updated changelog and release notes for 8.5.6 (#50807) (#50830) (cherry picked from commit 2dd784852c409dd7a224443268007f4b9d9a87a6) Co-authored-by: Grot (@grafanabot) <43478413+grafanabot@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ docs/sources/release-notes/_index.md | 2 +- docs/sources/release-notes/release-notes-8-5-6.md | 13 +++++++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 docs/sources/release-notes/release-notes-8-5-6.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 49396c2cae2..978cdd1c0cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + + +# 8.5.6 (2022-06-14) + +### Bug fixes + +- **Dashboard:** Fixes random scrolling on time range change. [#50379](https://github.com/grafana/grafana/pull/50379), [@torkelo](https://github.com/torkelo) +- **Security:** Fixes minor code scanning security warnings in old vendored javascript libs. [#50382](https://github.com/grafana/grafana/pull/50382), [@torkelo](https://github.com/torkelo) + + + # 8.5.5 (2022-06-06) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index f420438b6ec..ef4b86ed012 100644 --- a/docs/sources/release-notes/_index.md +++ b/docs/sources/release-notes/_index.md @@ -10,7 +10,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.6]({{< relref "release-notes-8-5-6" >}}) - [Release notes for 8.5.5]({{< relref "release-notes-8-5-5" >}}) - [Release notes for 8.5.4]({{< relref "release-notes-8-5-4" >}}) - [Release notes for 8.5.3]({{< relref "release-notes-8-5-3" >}}) diff --git a/docs/sources/release-notes/release-notes-8-5-6.md b/docs/sources/release-notes/release-notes-8-5-6.md new file mode 100644 index 00000000000..f21b5222524 --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-5-6.md @@ -0,0 +1,13 @@ ++++ +title = "Release notes for Grafana 8.5.6" +hide_menu = true ++++ + + + +# Release notes for Grafana 8.5.6 + +### Bug fixes + +- **Dashboard:** Fixes random scrolling on time range change. [#50379](https://github.com/grafana/grafana/pull/50379), [@torkelo](https://github.com/torkelo) +- **Security:** Fixes minor code scanning security warnings in old vendored javascript libs. [#50382](https://github.com/grafana/grafana/pull/50382), [@torkelo](https://github.com/torkelo)