diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index b58e2834935..c5b2cc1a539 100644 --- a/docs/sources/release-notes/_index.md +++ b/docs/sources/release-notes/_index.md @@ -8,8 +8,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 7.3.2]({{< relref "release-notes-7-3-2" >}}) -* [Release notes for 7.3.1]({{< relref "release-notes-7-3-1" >}}) -* [Release notes for 7.3.0]({{< relref "release-notes-7-3-0" >}}) - - +- [Release notes for 7.3.3]({{< relref "release-notes-7-3-3" >}}) +- [Release notes for 7.3.2]({{< relref "release-notes-7-3-2" >}}) +- [Release notes for 7.3.1]({{< relref "release-notes-7-3-1" >}}) +- [Release notes for 7.3.0]({{< relref "release-notes-7-3-0" >}}) diff --git a/docs/sources/release-notes/release-notes-7-3-3.md b/docs/sources/release-notes/release-notes-7-3-3.md new file mode 100644 index 00000000000..17bf94b17a0 --- /dev/null +++ b/docs/sources/release-notes/release-notes-7-3-3.md @@ -0,0 +1,20 @@ ++++ +title = "Release notes for Grafana 7.3.3" +[_build] +list = false ++++ + + + +# Release notes for Grafana 7.3.3 + +### Features and enhancements + +- **Provisioning**: Pin application to the sidebar when it's enabled. [#29084](https://github.com/grafana/grafana/pull/29084), [@alexanderzobnin](https://github.com/alexanderzobnin) + +### Bug fixes + +- **Cloud monitoring**: Fix for multi-value template variable for project selector. [#29042](https://github.com/grafana/grafana/pull/29042), [@papagian](https://github.com/papagian) +- **LogsPanel**: Fix scrolling in dashboards. [#28974](https://github.com/grafana/grafana/pull/28974), [@aocenas](https://github.com/aocenas) +- **StatPanel**: Fixes hanging issue when all values are zero. [#29077](https://github.com/grafana/grafana/pull/29077), [@torkelo](https://github.com/torkelo) +- **Thresholds**: Fixes color assigned to null values. [#29010](https://github.com/grafana/grafana/pull/29010), [@torkelo](https://github.com/torkelo)