From ce10706f0305d72bbdd3a65e7dc1554d3caaf110 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 20 Sep 2022 11:55:14 -0400 Subject: [PATCH] ReleaseNotes: Updated changelog and release notes for 8.5.13 (#55502) --- CHANGELOG.md | 14 ++++++++++++++ docs/sources/release-notes/_index.md | 1 + .../release-notes/release-notes-8-5-13.md | 16 ++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 docs/sources/release-notes/release-notes-8-5-13.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d23c9d853b..0451e847317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1150,6 +1150,20 @@ In the Loki data source, for consistency and performance reasons, we changed how The dependency to [grafana/aws-sdk](https://github.com/grafana/grafana-aws-sdk-react) is moved from [grafana/ui](https://github.com/grafana/grafana/blob/main/packages/grafana-ui/package.json) to the plugin. This means that any plugin that use SIGV4 auth need to pass a SIGV4 editor component as a prop to the `DataSourceHttpSettings` component. Issue [#43559](https://github.com/grafana/grafana/issues/43559) + + +# 8.5.13 (2022-09-20) + +### Features and enhancements + +- **Plugins:** Expose @emotion/react to plugins to prevent load failures. [#55297](https://github.com/grafana/grafana/pull/55297), [@jackw](https://github.com/jackw) + +### Bug fixes + +- **AuthNZ:** Security fixes for CVE-2022-35957 and CVE-2022-36062. [#55495](https://github.com/grafana/grafana/pull/55495), [@IevaVasiljeva](https://github.com/IevaVasiljeva) + + + # 8.5.11 (2022-08-30) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index 63c25605809..5a4d4078ac8 100644 --- a/docs/sources/release-notes/_index.md +++ b/docs/sources/release-notes/_index.md @@ -30,6 +30,7 @@ about deprecations, breaking changes as well as changes that relate to plugin de - [Release notes for 9.0.0-beta3]({{< relref "release-notes-9-0-0-beta3/" >}}) - [Release notes for 9.0.0-beta2]({{< relref "release-notes-9-0-0-beta2/" >}}) - [Release notes for 9.0.0-beta1]({{< relref "release-notes-9-0-0-beta1/" >}}) +- [Release notes for 8.5.13]({{< relref "release-notes-8-5-13" >}}) - [Release notes for 8.5.11]({{< relref "release-notes-8-5-11" >}}) - [Release notes for 8.5.10]({{< relref "release-notes-8-5-10" >}}) - [Release notes for 8.5.9]({{< relref "release-notes-8-5-9" >}}) diff --git a/docs/sources/release-notes/release-notes-8-5-13.md b/docs/sources/release-notes/release-notes-8-5-13.md new file mode 100644 index 00000000000..62efce36d67 --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-5-13.md @@ -0,0 +1,16 @@ ++++ +title = "Release notes for Grafana 8.5.13" +hide_menu = true ++++ + + + +# Release notes for Grafana 8.5.13 + +### Features and enhancements + +- **Plugins:** Expose @emotion/react to plugins to prevent load failures. [#55297](https://github.com/grafana/grafana/pull/55297), [@jackw](https://github.com/jackw) + +### Bug fixes + +- **AuthNZ:** Security fixes for CVE-2022-35957 and CVE-2022-36062. [#55495](https://github.com/grafana/grafana/pull/55495), [@IevaVasiljeva](https://github.com/IevaVasiljeva)