diff --git a/CHANGELOG.md b/CHANGELOG.md index 0451e847317..1faf7d8c845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -418,6 +418,17 @@ In Prometheus, browser access mode was deprecated in Grafana 7.4.0 and removed i - **Grafana/UI:** Add ColorPickerInput component. [#52222](https://github.com/grafana/grafana/pull/52222), [@Clarity-89](https://github.com/Clarity-89) - **Plugins:** Validate root URLs when signing private plugins via grafana-toolkit. [#51968](https://github.com/grafana/grafana/pull/51968), [@wbrowne](https://github.com/wbrowne) + + +# 9.0.9 (2022-09-20) + +### 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) +- **FIX:** RBAC prevents deleting empty snapshots (#54385). [#54509](https://github.com/grafana/grafana/pull/54509), [@gamab](https://github.com/gamab) + + + # 9.0.8 (2022-08-30) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index 5a4d4078ac8..e868bcc5819 100644 --- a/docs/sources/release-notes/_index.md +++ b/docs/sources/release-notes/_index.md @@ -18,6 +18,7 @@ about deprecations, breaking changes as well as changes that relate to plugin de - [Release notes for 9.1.1]({{< relref "release-notes-9-1-1" >}}) - [Release notes for 9.1.0]({{< relref "release-notes-9-1-0" >}}) - [Release notes for 9.1.0-beta1]({{< relref "release-notes-9-1-0-beta1" >}}) +- [Release notes for 9.0.9]({{< relref "release-notes-9-0-9" >}}) - [Release notes for 9.0.8]({{< relref "release-notes-9-0-8" >}}) - [Release notes for 9.0.7]({{< relref "release-notes-9-0-7" >}}) - [Release notes for 9.0.6]({{< relref "release-notes-9-0-6" >}}) diff --git a/docs/sources/release-notes/release-notes-9-0-9.md b/docs/sources/release-notes/release-notes-9-0-9.md new file mode 100644 index 00000000000..f34dfba236e --- /dev/null +++ b/docs/sources/release-notes/release-notes-9-0-9.md @@ -0,0 +1,13 @@ ++++ +title = "Release notes for Grafana 9.0.9" +hide_menu = true ++++ + + + +# Release notes for Grafana 9.0.9 + +### 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) +- **FIX:** RBAC prevents deleting empty snapshots (#54385). [#54509](https://github.com/grafana/grafana/pull/54509), [@gamab](https://github.com/gamab)