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
This commit is contained in:
Dimitris Sotirakis 2021-11-03 16:38:19 +02:00 committed by GitHub
parent da39c6ce55
commit 7465716086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 23 additions and 1 deletions

View File

@ -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)

View File

@ -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" >}})

View File

@ -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/)

View File

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