From e9432fffd786754a6804cec2387bae22b7644fb5 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 2 Dec 2021 11:23:29 -0500 Subject: [PATCH] ReleaseNotes: Updated changelog and release notes for 8.2.6 (#42655) (#42673) Co-authored-by: Marcus Efraimsson (cherry picked from commit e94adfd2c8b76fd64d625cdf4506fe743a2e3017) --- CHANGELOG.md | 14 ++++++++++++++ docs/sources/release-notes/_index.md | 1 + .../release-notes/release-notes-8-2-6.md | 18 ++++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 docs/sources/release-notes/release-notes-8-2-6.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 57cc7d91e3b..b0924d2706c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -170,6 +170,20 @@ The access mode "browser" is deprecated in the following data sources and will b - **grafana/ui:** Enable slider marks display. [#41275](https://github.com/grafana/grafana/pull/41275), [@dprokop](https://github.com/dprokop) + + +# 8.2.6 (2021-12-02) + +### Features and enhancements + +- **Security:** Upgrade Docker base image to Alpine 3.14.3. [#42061](https://github.com/grafana/grafana/pull/42061), [@dsotirakis](https://github.com/dsotirakis) +- **Security:** Upgrade Go to 1.17.2. [#42427](https://github.com/grafana/grafana/pull/42427), [@idafurjes](https://github.com/idafurjes) + +### Bug fixes + +- **TimeSeries:** Fix fillBelowTo wrongly affecting fills of unrelated series. [#41998](https://github.com/grafana/grafana/pull/41998), [@leeoniya](https://github.com/leeoniya) + + diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index 15147e37dba..56efd243427 100644 --- a/docs/sources/release-notes/_index.md +++ b/docs/sources/release-notes/_index.md @@ -11,6 +11,7 @@ about deprecations, breaking changes as well as changes that relate to plugin de - [Release notes for 8.3.0]({{< relref "release-notes-8-3-0" >}}) - [Release notes for 8.3.0-beta2]({{< relref "release-notes-8-3-0-beta2" >}}) - [Release notes for 8.3.0-beta1]({{< relref "release-notes-8-3-0-beta1" >}}) +- [Release notes for 8.2.6]({{< relref "release-notes-8-2-6" >}}) - [Release notes for 8.2.5]({{< relref "release-notes-8-2-5" >}}) - [Release notes for 8.2.4]({{< relref "release-notes-8-2-4" >}}) - [Release notes for 8.2.3]({{< relref "release-notes-8-2-3" >}}) diff --git a/docs/sources/release-notes/release-notes-8-2-6.md b/docs/sources/release-notes/release-notes-8-2-6.md new file mode 100644 index 00000000000..db4c762e020 --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-2-6.md @@ -0,0 +1,18 @@ ++++ +title = "Release notes for Grafana 8.2.6" +[_build] +list = false ++++ + + + +# Release notes for Grafana 8.2.6 + +### Features and enhancements + +- **Security:** Upgrade Docker base image to Alpine 3.14.3. [#42061](https://github.com/grafana/grafana/pull/42061), [@dsotirakis](https://github.com/dsotirakis) +- **Security:** Upgrade Go to 1.17.2. [#42427](https://github.com/grafana/grafana/pull/42427), [@idafurjes](https://github.com/idafurjes) + +### Bug fixes + +- **TimeSeries:** Fix fillBelowTo wrongly affecting fills of unrelated series. [#41998](https://github.com/grafana/grafana/pull/41998), [@leeoniya](https://github.com/leeoniya)