From 059c5905bb819d44c53bbc4fb16ae998b375e07e Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Mon, 14 Jun 2021 09:15:36 -0400 Subject: [PATCH] ReleaseNotes: Updated changelog and release notes for 8.0.2 (#35615) (#35644) * ReleaseNotes: Updated changelog and release notes for 8.0.2 * Update release notes for 8.0.2 * Update CHANGELOG.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/release-notes/release-notes-8-0-2.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> Co-authored-by: Ivana Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> (cherry picked from commit 4cb62e4292adb31a2eaaffdac10fa42c15c12631) --- CHANGELOG.md | 17 ++++++++++++++++ docs/sources/release-notes/_index.md | 1 + .../release-notes/release-notes-8-0-2.md | 20 +++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 docs/sources/release-notes/release-notes-8-0-2.md diff --git a/CHANGELOG.md b/CHANGELOG.md index d7ac2a5eedf..cc17ac55b06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,21 @@ + + +# 8.0.2 (2021-06-14) + +### Features and enhancements + +* **Datasource:** Add support for max_conns_per_host in dataproxy settings. [#35520](https://github.com/grafana/grafana/pull/35520), [@jvrplmlmn](https://github.com/jvrplmlmn) + +### Bug fixes + +* **Configuration:** Fix changing org preferences in FireFox. [#35549](https://github.com/grafana/grafana/pull/35549), [@hugohaggmark](https://github.com/hugohaggmark) +* **PieChart:** Fix legend dimension limits. [#35563](https://github.com/grafana/grafana/pull/35563), [@torkelo](https://github.com/torkelo) +* **Postgres/MySQL/MSSQL:** Fix panic in concurrent map writes. [#35510](https://github.com/grafana/grafana/pull/35510), [@marefr](https://github.com/marefr) +* **Variables:** Hide default data source if missing from regex. [#35561](https://github.com/grafana/grafana/pull/35561), [@hugohaggmark](https://github.com/hugohaggmark) + + + # 8.0.1 (2021-06-10) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index cfa0e2ec5fe..3efa9a16917 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.0.2]({{< relref "release-notes-8-0-2" >}}) - [Release notes for 8.0.1]({{< relref "release-notes-8-0-1" >}}) - [Release notes for 8.0.0]({{< relref "release-notes-8-0-0" >}}) - [Release notes for 8.0.0-beta3]({{< relref "release-notes-8-0-0-beta3" >}}) diff --git a/docs/sources/release-notes/release-notes-8-0-2.md b/docs/sources/release-notes/release-notes-8-0-2.md new file mode 100644 index 00000000000..0737dd9df46 --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-0-2.md @@ -0,0 +1,20 @@ ++++ +title = "Release notes for Grafana 8.0.2" +[_build] +list = false ++++ + + + +# Release notes for Grafana 8.0.2 + +### Features and enhancements + +* **Datasource:** Add support for max_conns_per_host in dataproxy settings. [#35520](https://github.com/grafana/grafana/pull/35520), [@jvrplmlmn](https://github.com/jvrplmlmn) + +### Bug fixes + +* **Configuration:** Fix changing org preferences in FireFox. [#35549](https://github.com/grafana/grafana/pull/35549), [@hugohaggmark](https://github.com/hugohaggmark) +* **PieChart:** Fix legend dimension limits. [#35563](https://github.com/grafana/grafana/pull/35563), [@torkelo](https://github.com/torkelo) +* **Postgres/MySQL/MSSQL:** Fix panic in concurrent map writes. [#35510](https://github.com/grafana/grafana/pull/35510), [@marefr](https://github.com/marefr) +* **Variables:** Hide default data source if missing from regex. [#35561](https://github.com/grafana/grafana/pull/35561), [@hugohaggmark](https://github.com/hugohaggmark)