From e653f5d1d995b1b6dbcda9a4abeec6d4396a739f Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 21 Sep 2021 07:39:56 -0400 Subject: [PATCH] ReleaseNotes: Updated changelog and release notes for 8.1.5 (#39464) Co-authored-by: Marcus Efraimsson --- CHANGELOG.md | 10 ++++++++++ docs/sources/release-notes/_index.md | 1 + docs/sources/release-notes/release-notes-8-1-5.md | 14 ++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 docs/sources/release-notes/release-notes-8-1-5.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aa6f988762..00b49946826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -84,6 +84,16 @@ Panel queries and/or annotation queries that used more than one statistic will b + + +# 8.1.5 (2021-09-21) + +### Bug fixes + +- **BarChart:** Fixes panel error that happens on second refresh. [#39304](https://github.com/grafana/grafana/pull/39304), [@DanCech](https://github.com/DanCech) + + + # 8.1.4 (2021-09-16) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index 4d9a99a1cf5..80e33b1eec4 100644 --- a/docs/sources/release-notes/_index.md +++ b/docs/sources/release-notes/_index.md @@ -9,6 +9,7 @@ Here you can find detailed release notes that list everything that is included i about deprecations, breaking changes as well as changes that relate to plugin development. - [Release notes for 8.2.0-beta1]({{< relref "release-notes-8-2-0-beta1" >}}) +- [Release notes for 8.1.5]({{< relref "release-notes-8-1-5" >}}) - [Release notes for 8.1.4]({{< relref "release-notes-8-1-4" >}}) - [Release notes for 8.1.3]({{< relref "release-notes-8-1-3" >}}) - [Release notes for 8.1.2]({{< relref "release-notes-8-1-2" >}}) diff --git a/docs/sources/release-notes/release-notes-8-1-5.md b/docs/sources/release-notes/release-notes-8-1-5.md new file mode 100644 index 00000000000..2640920d475 --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-1-5.md @@ -0,0 +1,14 @@ ++++ +title = "Release notes for Grafana 8.1.5" +[_build] +list = false ++++ + + + +# Release notes for Grafana 8.1.5 + +### Bug fixes + +- **BarChart:** Fixes panel error that happens on second refresh. [#39304](https://github.com/grafana/grafana/pull/39304), [@DanCech](https://github.com/DanCech) +