mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Release Notes: Update Release Notes and Changelog for 8.2.4 security fix (#41691)
* 8.2.4: Update CHANGELOG.md and release-notes-8-2-4.md * Update blog post link
This commit is contained in:
parent
dfd9813d70
commit
a076a4170c
@ -1,3 +1,11 @@
|
|||||||
|
<!-- 8.2.4 START -->
|
||||||
|
|
||||||
|
# 8.2.4 (2021-11-15)
|
||||||
|
|
||||||
|
- **Security**: Fixes CVE-2021-41244. For more information, see our [blog](https://grafana.com/blog/2021/11/15/grafana-8.2.4-released-with-security-fixes/)
|
||||||
|
|
||||||
|
<!-- 8.2.4 END -->
|
||||||
|
|
||||||
<!-- 8.2.3 START -->
|
<!-- 8.2.3 START -->
|
||||||
|
|
||||||
# 8.2.3 (2021-11-03)
|
# 8.2.3 (2021-11-03)
|
||||||
|
@ -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.2.4]({{< relref "release-notes-8-2-4" >}})
|
||||||
- [Release notes for 8.2.3]({{< relref "release-notes-8-2-3" >}})
|
- [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.2]({{< relref "release-notes-8-2-2" >}})
|
||||||
- [Release notes for 8.2.1]({{< relref "release-notes-8-2-1" >}})
|
- [Release notes for 8.2.1]({{< relref "release-notes-8-2-1" >}})
|
||||||
|
13
docs/sources/release-notes/release-notes-8-2-4.md
Normal file
13
docs/sources/release-notes/release-notes-8-2-4.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
+++
|
||||||
|
title = "Release notes for Grafana 8.2.4"
|
||||||
|
[_build]
|
||||||
|
list = false
|
||||||
|
+++
|
||||||
|
|
||||||
|
<!-- Auto generated by update changelog github action -->
|
||||||
|
|
||||||
|
# Release notes for Grafana 8.2.4
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
|
||||||
|
- **Security**: Fixes CVE-2021-41244. For more information, see our [blog](https://grafana.com/blog/2021/11/15/grafana-8.2.4-released-with-security-fixes/)
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"stable": "8.2.3",
|
"stable": "8.2.4",
|
||||||
"testing": "8.2.2"
|
"testing": "8.2.2"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user