From 47a7f84c86b31407bc2d5551c756dceb6cbe2077 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 2 Aug 2022 09:18:46 +0100 Subject: [PATCH] ReleaseNotes: Updated changelog and release notes for 9.0.6 (#53092) --- CHANGELOG.md | 15 +++++++++++++++ docs/sources/release-notes/_index.md | 1 + .../release-notes/release-notes-9-0-6.md | 18 ++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 docs/sources/release-notes/release-notes-9-0-6.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 64a8a28e1bb..61ddf0a3081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + + +# 9.0.6 (2022-08-01) + +### Features and enhancements + +- **Access Control:** Allow org admins to invite new users to their organization. [#52904](https://github.com/grafana/grafana/pull/52904), [@IevaVasiljeva](https://github.com/IevaVasiljeva) + +### Bug fixes + +- **Grafana/toolkit:** Fix incorrect image and font generation for plugin builds. [#52927](https://github.com/grafana/grafana/pull/52927), [@academo](https://github.com/academo) +- **Prometheus:** Fix adding of multiple values for regex operator. [#52978](https://github.com/grafana/grafana/pull/52978), [@ivanahuckova](https://github.com/ivanahuckova) +- **UI/Card:** Fix card items always having pointer cursor. [#52809](https://github.com/grafana/grafana/pull/52809), [@gillesdemey](https://github.com/gillesdemey) + + # 9.0.5 (2022-07-26) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index 2ad5e4a8e11..b483f2024c2 100644 --- a/docs/sources/release-notes/_index.md +++ b/docs/sources/release-notes/_index.md @@ -10,6 +10,7 @@ weight: 10000 Here you can find detailed release notes that list everything that is included in every release as well as notices about deprecations, breaking changes as well as changes that relate to plugin development. +- [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" >}}) - [Release notes for 9.0.3]({{< relref "release-notes-9-0-3" >}}) diff --git a/docs/sources/release-notes/release-notes-9-0-6.md b/docs/sources/release-notes/release-notes-9-0-6.md new file mode 100644 index 00000000000..3d7f470aa5d --- /dev/null +++ b/docs/sources/release-notes/release-notes-9-0-6.md @@ -0,0 +1,18 @@ ++++ +title = "Release notes for Grafana 9.0.6" +hide_menu = true ++++ + + + +# Release notes for Grafana 9.0.6 + +### Features and enhancements + +- **Access Control:** Allow org admins to invite new users to their organization. [#52904](https://github.com/grafana/grafana/pull/52904), [@IevaVasiljeva](https://github.com/IevaVasiljeva) + +### Bug fixes + +- **Grafana/toolkit:** Fix incorrect image and font generation for plugin builds. [#52927](https://github.com/grafana/grafana/pull/52927), [@academo](https://github.com/academo) +- **Prometheus:** Fix adding of multiple values for regex operator. [#52978](https://github.com/grafana/grafana/pull/52978), [@ivanahuckova](https://github.com/ivanahuckova) +- **UI/Card:** Fix card items always having pointer cursor. [#52809](https://github.com/grafana/grafana/pull/52809), [@gillesdemey](https://github.com/gillesdemey)