diff --git a/CHANGELOG.md b/CHANGELOG.md index db42f22ca94..508cabd500c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,13 @@ When user is using Github OAuth, GitHub login is showed as both Grafana login an The meaning of the default data source has now changed from being a persisted property in a panel. Before when you selected the default data source for a panel and later changed the default data source to another data source it would change all panels who were configured to use the default data source. From now on the default data source is just the default for new panels and changing the default will not impact any currently saved dashboards. Issue [#45132](https://github.com/grafana/grafana/issues/45132) + + +# 8.4.6 (2022-04-12) + +- **Security:** Fixes CVE-2022-24812. For more information, see our [blog](https://grafana.com/blog/2022/04/12/grafana-enterprise-8.4.6-released-with-high-severity-security-fix/) + + # 8.4.5 (2022-03-31) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index 0c8f2f85b44..df1de760538 100644 --- a/docs/sources/release-notes/_index.md +++ b/docs/sources/release-notes/_index.md @@ -9,6 +9,7 @@ Here you can find detailed release notes that list everything that is included i about deprecations, breaking changes as well as changes that relate to plugin development. - [Release notes for 8.5.0-beta1]({{< relref "release-notes-8-5-0-beta1" >}}) +- [Release notes for 8.4.6]({{< relref "release-notes-8-4-6" >}}) - [Release notes for 8.4.5]({{< relref "release-notes-8-4-5" >}}) - [Release notes for 8.4.4]({{< relref "release-notes-8-4-4" >}}) - [Release notes for 8.4.3]({{< relref "release-notes-8-4-3" >}}) diff --git a/docs/sources/release-notes/release-notes-8-4-6.md b/docs/sources/release-notes/release-notes-8-4-6.md new file mode 100644 index 00000000000..05a0b6f4bc4 --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-4-6.md @@ -0,0 +1,10 @@ ++++ +title = "Release notes for Grafana 8.4.6" +hide_menu = true ++++ + + + +# Release notes for Grafana 8.4.6 + +- **Security:** Fixes CVE-2022-24812. For more information, see our [blog](https://grafana.com/blog/2022/04/12/grafana-enterprise-8.4.6-released-with-high-severity-security-fix/)