From 80c0dc890a09372f3fcf7e39924c203076d16359 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 20 Sep 2022 12:45:53 -0400 Subject: [PATCH] ReleaseNotes: Updated changelog and release notes for 9.0.9 (#55511) --- CHANGELOG.md | 1 + docs/sources/release-notes/release-notes-9-0-9.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1faf7d8c845..dbad2ae750c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -425,6 +425,7 @@ In Prometheus, browser access mode was deprecated in Grafana 7.4.0 and removed i ### Bug fixes - **AngularPanels:** Fixing changing angular panel options not taking having affect when coming back from panel edit. [#54834](https://github.com/grafana/grafana/pull/54834), [@grafanabot](https://github.com/grafanabot) +- **AuthNZ:** Security fixes for CVE-2022-35957 and CVE-2022-36062. [#55498](https://github.com/grafana/grafana/pull/55498), [@IevaVasiljeva](https://github.com/IevaVasiljeva) - **FIX:** RBAC prevents deleting empty snapshots (#54385). [#54509](https://github.com/grafana/grafana/pull/54509), [@gamab](https://github.com/gamab) diff --git a/docs/sources/release-notes/release-notes-9-0-9.md b/docs/sources/release-notes/release-notes-9-0-9.md index f34dfba236e..2dc81a36a95 100644 --- a/docs/sources/release-notes/release-notes-9-0-9.md +++ b/docs/sources/release-notes/release-notes-9-0-9.md @@ -10,4 +10,5 @@ hide_menu = true ### Bug fixes - **AngularPanels:** Fixing changing angular panel options not taking having affect when coming back from panel edit. [#54834](https://github.com/grafana/grafana/pull/54834), [@grafanabot](https://github.com/grafanabot) +- **AuthNZ:** Security fixes for CVE-2022-35957 and CVE-2022-36062. [#55498](https://github.com/grafana/grafana/pull/55498), [@IevaVasiljeva](https://github.com/IevaVasiljeva) - **FIX:** RBAC prevents deleting empty snapshots (#54385). [#54509](https://github.com/grafana/grafana/pull/54509), [@gamab](https://github.com/gamab)