From 72b1b0e90ec9a39239c2d5a5ba0569e005554f62 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Mon, 9 Aug 2021 19:53:44 +0200 Subject: [PATCH] ReleaseNotes: Updated changelog and release notes for 8.1.1 (#37692) * ReleaseNotes: Updated changelog and release notes for 8.1.1 * Update _index.md * Update CHANGELOG.md Co-authored-by: Leonard Gram --- CHANGELOG.md | 11 +++++++++++ docs/sources/release-notes/_index.md | 1 + docs/sources/release-notes/release-notes-8-1-1.md | 14 ++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 docs/sources/release-notes/release-notes-8-1-1.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d3e0fb182a..9533c8acc16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + + + +# 8.1.1 (2021-08-09) + +### Bug fixes + +* **CloudWatch Logs:** Fix crash when no region is selected. [#37639](https://github.com/grafana/grafana/pull/37639), [@aocenas](https://github.com/aocenas) +* **Reporting:** Fix timezone parsing for scheduler (enterprise) + + # 8.1.0 (2021-08-05) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index 43035fed2ad..8f713d5d1b0 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.1.1]({{< relref "release-notes-8-1-1" >}}) - [Release notes for 8.1.0]({{< relref "release-notes-8-1-0" >}}) - [Release notes for 8.1.0-beta3]({{< relref "release-notes-8-1-0-beta3" >}}) - [Release notes for 8.1.0-beta2]({{< relref "release-notes-8-1-0-beta2" >}}) diff --git a/docs/sources/release-notes/release-notes-8-1-1.md b/docs/sources/release-notes/release-notes-8-1-1.md new file mode 100644 index 00000000000..b5e51b3cd23 --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-1-1.md @@ -0,0 +1,14 @@ ++++ +title = "Release notes for Grafana 8.1.1" +[_build] +list = false ++++ + + + +# Release notes for Grafana 8.1.1 + +### Bug fixes + +* **CloudWatch Logs:** Fix crash when no region is selected. [#37639](https://github.com/grafana/grafana/pull/37639), [@aocenas](https://github.com/aocenas) +