ReleaseNotes: Update release notes for v8.2.3 (#41269)

* ReleaseNotes: Updated release notes for v8.2.3

* Update release-notes-8-2-3.md

* Update CHANGELOG.md
pull/41289/head
Dimitris Sotirakis 4 years ago committed by GitHub
parent da39c6ce55
commit 7465716086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      CHANGELOG.md
  2. 1
      docs/sources/release-notes/_index.md
  3. 13
      docs/sources/release-notes/release-notes-8-2-3.md
  4. 2
      latest.json

@ -1,3 +1,11 @@
<!-- 8.2.3 START -->
# 8.2.3 (2021-11-03)
- **Security**: Fixes CVE-2021-41174. For more information, see our [blog](https://grafana.com/blog/2021/11/03/grafana-8.2.3-released-with-medium-severity-security-fix-cve-2021-41174-grafana-xss/)
<!-- 8.2.3 END -->
<!-- 8.2.2 START -->
# 8.2.2 (2021-10-21)

@ -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.2.3]({{< relref "release-notes-8-2-3" >}})
- [Release notes for 8.2.2]({{< relref "release-notes-8-2-2" >}})
- [Release notes for 8.2.1]({{< relref "release-notes-8-2-1" >}})
- [Release notes for 8.2.0]({{< relref "release-notes-8-2-0" >}})

@ -0,0 +1,13 @@
+++
title = "Release notes for Grafana 8.2.3"
[_build]
list = false
+++
<!-- Auto generated by update changelog github action -->
# Release notes for Grafana 8.2.3
### Bug fixes
- **Security**: Fixes CVE-2021-41174. For more information, see our [blog](https://grafana.com/blog/2021/11/03/grafana-8.2.3-released-with-medium-severity-security-fix-cve-2021-41174-grafana-xss/)

@ -1,4 +1,4 @@
{
"stable": "8.2.2",
"stable": "8.2.3",
"testing": "8.2.2"
}

Loading…
Cancel
Save