diff --git a/CHANGELOG.md b/CHANGELOG.md index 67ffdee2e3b..88cd9a40912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -211,6 +211,19 @@ 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.7 (2022-08-10) + +### Features and enhancements + +- **CloudMonitoring:** Remove link setting for SLO queries. [#53031](https://github.com/grafana/grafana/pull/53031), [@andresmgot](https://github.com/andresmgot) + +### Bug fixes + +- **GrafanaUI:** Render PageToolbar's leftItems regardless of title's presence. [#53285](https://github.com/grafana/grafana/pull/53285), [@Elfo404](https://github.com/Elfo404) + + diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index 81db5fe0c86..706ba35b54a 100644 --- a/docs/sources/release-notes/_index.md +++ b/docs/sources/release-notes/_index.md @@ -11,6 +11,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 9.1.0-beta1]({{< relref "release-notes-9-1-0-beta1" >}}) +- [Release notes for 9.0.7]({{< relref "release-notes-9-0-7" >}}) - [Release notes for 9.0.6]({{< relref "release-notes-9-0-6" >}}) - [Release notes for 9.0.5]({{< relref "release-notes-9-0-5" >}}) - [Release notes for 9.0.4]({{< relref "release-notes-9-0-4" >}}) diff --git a/docs/sources/release-notes/release-notes-9-0-7.md b/docs/sources/release-notes/release-notes-9-0-7.md new file mode 100644 index 00000000000..6a14a0f28ba --- /dev/null +++ b/docs/sources/release-notes/release-notes-9-0-7.md @@ -0,0 +1,16 @@ ++++ +title = "Release notes for Grafana 9.0.7" +hide_menu = true ++++ + + + +# Release notes for Grafana 9.0.7 + +### Features and enhancements + +- **CloudMonitoring:** Remove link setting for SLO queries. [#53031](https://github.com/grafana/grafana/pull/53031), [@andresmgot](https://github.com/andresmgot) + +### Bug fixes + +- **GrafanaUI:** Render PageToolbar's leftItems regardless of title's presence. [#53285](https://github.com/grafana/grafana/pull/53285), [@Elfo404](https://github.com/Elfo404)