chore(release-notes): add release notes for 8.2.3 and 7.5.12 (#42987)

* chore(release-notes): add release notes for 8.2.3 and 7.5.12

* chore(release-notes): add release notes to the index

* chore(release-notes): add release notes to index and changelog

* chore(release-notes): add release notes to index and changelog

* chore(latest.json): bump
This commit is contained in:
Timur Olzhabayev 2021-12-10 16:52:27 +01:00 committed by GitHub
parent 3811d7d276
commit fd48aee61e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 38 additions and 2 deletions

View File

@ -1,3 +1,11 @@
<!-- 8.3.2 START -->
# 8.3.2 (2021-12-10)
- **Security**: Fixes CVE-2021-43813 and CVE-2021-PENDING. For more information, see our [blog](https://grafana.com/blog/2021/12/10/grafana-8.3.2-and-7.5.12-released-with-moderate-severity-security-fix/
<!-- 8.3.2 END -->
<!-- 8.3.1 START --> <!-- 8.3.1 START -->
# 8.3.1 (2021-12-07) # 8.3.1 (2021-12-07)

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 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. about deprecations, breaking changes as well as changes that relate to plugin development.
- [Release notes for 8.3.2]({{< relref "release-notes-8-3-2" >}})
- [Release notes for 8.3.1]({{< relref "release-notes-8-3-1" >}}) - [Release notes for 8.3.1]({{< relref "release-notes-8-3-1" >}})
- [Release notes for 8.3.0]({{< relref "release-notes-8-3-0" >}}) - [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-beta2]({{< relref "release-notes-8-3-0-beta2" >}})
@ -45,6 +46,7 @@ about deprecations, breaking changes as well as changes that relate to plugin de
- [Release notes for 8.0.0-beta3]({{< relref "release-notes-8-0-0-beta3" >}}) - [Release notes for 8.0.0-beta3]({{< relref "release-notes-8-0-0-beta3" >}})
- [Release notes for 8.0.0-beta2]({{< relref "release-notes-8-0-0-beta2" >}}) - [Release notes for 8.0.0-beta2]({{< relref "release-notes-8-0-0-beta2" >}})
- [Release notes for 8.0.0-beta1]({{< relref "release-notes-8-0-0-beta1" >}}) - [Release notes for 8.0.0-beta1]({{< relref "release-notes-8-0-0-beta1" >}})
- [Release notes for 7.5.12]({{< relref "release-notes-7-5-12" >}})
- [Release notes for 7.5.11]({{< relref "release-notes-7-5-11" >}}) - [Release notes for 7.5.11]({{< relref "release-notes-7-5-11" >}})
- [Release notes for 7.5.10]({{< relref "release-notes-7-5-10" >}}) - [Release notes for 7.5.10]({{< relref "release-notes-7-5-10" >}})
- [Release notes for 7.5.9]({{< relref "release-notes-7-5-9" >}}) - [Release notes for 7.5.9]({{< relref "release-notes-7-5-9" >}})

View File

@ -0,0 +1,13 @@
+++
title = "Release notes for Grafana 7.5.12"
[_build]
list = false
+++
<!-- Auto generated by update changelog github action -->
# Release notes for Grafana 7.5.12
### Bug fixes
- **Security**: Fixes CVE-2021-43813 and CVE-2021-PENDING. For more information, see our [blog](https://grafana.com/blog/2021/12/10/grafana-8.3.2-and-7.5.12-released-with-moderate-severity-security-fix/)

View File

@ -0,0 +1,13 @@
+++
title = "Release notes for Grafana 8.3.2"
[_build]
list = false
+++
<!-- Auto generated by update changelog github action -->
# Release notes for Grafana 8.3.2
### Bug fixes
- **Security**: Fixes CVE-2021-43813 and CVE-2021-PENDING. For more information, see our [blog](https://grafana.com/blog/2021/12/10/grafana-8.3.2-and-7.5.12-released-with-moderate-severity-security-fix/)

View File

@ -1,4 +1,4 @@
{ {
"stable": "8.3.1", "stable": "8.3.2",
"testing": "8.3.1" "testing": "8.3.2"
} }