From 06782207ed20a2dcd1b345a62fcbb933aa97c5b0 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 16 Sep 2021 08:15:32 -0400 Subject: [PATCH] ReleaseNotes: Updated changelog and release notes for 8.1.4 (#39288) * ReleaseNotes: Updated changelog and release notes for 8.1.4 * Chore: changed threshold for now * add link to 8.1.4 release notes Co-authored-by: Erik Sundell --- .pa11yci-pr.conf.js | 2 +- CHANGELOG.md | 21 ++++++++++++++++ docs/sources/release-notes/_index.md | 1 + .../release-notes/release-notes-8-1-4.md | 25 +++++++++++++++++++ 4 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 docs/sources/release-notes/release-notes-8-1-4.md diff --git a/.pa11yci-pr.conf.js b/.pa11yci-pr.conf.js index cc7c6ad64ef..9e5f55daaa2 100644 --- a/.pa11yci-pr.conf.js +++ b/.pa11yci-pr.conf.js @@ -75,7 +75,7 @@ var config = { { url: '${HOST}/dashboards', rootElement: '.main-view', - threshold: 8, + threshold: 11, }, ], }; diff --git a/CHANGELOG.md b/CHANGELOG.md index ad344321fae..1e6d7a8bbf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ + + + +# 8.1.4 (2021-09-16) + +### Features and enhancements + +- **Explore:** Ensure logs volume bar colors match legend colors. [#39072](https://github.com/grafana/grafana/pull/39072), [@ifrost](https://github.com/ifrost) +- **LDAP:** Search all DNs for users. [#38891](https://github.com/grafana/grafana/pull/38891), [@sakjur](https://github.com/sakjur) + +### Bug fixes + +- **Alerting:** Fix notification channel migration. [#38983](https://github.com/grafana/grafana/pull/38983), [@papagian](https://github.com/papagian) +- **Annotations:** Fix blank panels for queries with unknown data sources. [#39017](https://github.com/grafana/grafana/pull/39017), [@hugohaggmark](https://github.com/hugohaggmark) +- **BarChart:** Fix stale values and x axis labels. [#39188](https://github.com/grafana/grafana/pull/39188), [@leeoniya](https://github.com/leeoniya) +- **Graph:** Make old graph panel thresholds work even if ngalert is enabled. [#38918](https://github.com/grafana/grafana/pull/38918), [@domasx2](https://github.com/domasx2) +- **InfluxDB:** Fix regex to identify `/` as separator. [#39185](https://github.com/grafana/grafana/pull/39185), [@dsotirakis](https://github.com/dsotirakis) +- **LibraryPanels:** Fix update issues related to library panels in rows. [#38963](https://github.com/grafana/grafana/pull/38963), [@hugohaggmark](https://github.com/hugohaggmark) +- **Variables:** Fix variables not updating inside a Panel when the preceding Row uses "Repeat For". [#38935](https://github.com/grafana/grafana/pull/38935), [@axelavargas](https://github.com/axelavargas) + + # 8.1.3 (2021-09-08) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index 4c58ca52628..0935448e945 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.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" >}}) - [Release notes for 8.1.1]({{< relref "release-notes-8-1-1" >}}) diff --git a/docs/sources/release-notes/release-notes-8-1-4.md b/docs/sources/release-notes/release-notes-8-1-4.md new file mode 100644 index 00000000000..b3d9134e38c --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-1-4.md @@ -0,0 +1,25 @@ ++++ +title = "Release notes for Grafana 8.1.4" +[_build] +list = false ++++ + + + +# Release notes for Grafana 8.1.4 + +### Features and enhancements + +- **Explore:** Ensure logs volume bar colors match legend colors. [#39072](https://github.com/grafana/grafana/pull/39072), [@ifrost](https://github.com/ifrost) +- **LDAP:** Search all DNs for users. [#38891](https://github.com/grafana/grafana/pull/38891), [@sakjur](https://github.com/sakjur) + +### Bug fixes + +- **Alerting:** Fix notification channel migration. [#38983](https://github.com/grafana/grafana/pull/38983), [@papagian](https://github.com/papagian) +- **Annotations:** Fix blank panels for queries with unknown data sources. [#39017](https://github.com/grafana/grafana/pull/39017), [@hugohaggmark](https://github.com/hugohaggmark) +- **BarChart:** Fix stale values and x axis labels. [#39188](https://github.com/grafana/grafana/pull/39188), [@leeoniya](https://github.com/leeoniya) +- **Graph:** Make old graph panel thresholds work even if ngalert is enabled. [#38918](https://github.com/grafana/grafana/pull/38918), [@domasx2](https://github.com/domasx2) +- **InfluxDB:** Fix regex to identify `/` as separator. [#39185](https://github.com/grafana/grafana/pull/39185), [@dsotirakis](https://github.com/dsotirakis) +- **LibraryPanels:** Fix update issues related to library panels in rows. [#38963](https://github.com/grafana/grafana/pull/38963), [@hugohaggmark](https://github.com/hugohaggmark) +- **Variables:** Fix variables not updating inside a Panel when the preceding Row uses "Repeat For". [#38935](https://github.com/grafana/grafana/pull/38935), [@axelavargas](https://github.com/axelavargas) +