mirror of https://github.com/grafana/grafana
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): bumppull/42990/head
parent
3811d7d276
commit
fd48aee61e
@ -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/) |
||||
@ -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/) |
||||
@ -1,4 +1,4 @@ |
||||
{ |
||||
"stable": "8.3.1", |
||||
"testing": "8.3.1" |
||||
"stable": "8.3.2", |
||||
"testing": "8.3.2" |
||||
} |
||||
|
||||
Loading…
Reference in new issue