From 7de8959f6afa5d46edd8ac75540047e358a0c0da Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 11 May 2021 15:06:31 +0100 Subject: [PATCH] ReleaseNotes: Updated changelog and release notes for 7.5.6 (#33932) (#33936) * ReleaseNotes: Updated changelog and release notes for 7.5.6 * Update release index Signed-off-by: Arve Knudsen Co-authored-by: Arve Knudsen (cherry picked from commit b3c4b08f031cbe9ff1c024b7b39e8abea14854df) --- CHANGELOG.md | 17 +++++++++++++++ docs/sources/release-notes/_index.md | 1 + .../release-notes/release-notes-7-5-6.md | 21 +++++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 docs/sources/release-notes/release-notes-7-5-6.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 00057ed3432..89c89f0c0e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,21 @@ + + +# 7.5.6 (2021-05-11) + +### Features and enhancements + +* **Database**: Add isolation level configuration parameter for MySQL. [#33830](https://github.com/grafana/grafana/pull/33830), [@zserge](https://github.com/zserge) +* **InfluxDB**: Improve measurement-autocomplete behavior. [#33494](https://github.com/grafana/grafana/pull/33494), [@gabor](https://github.com/gabor) +* **Instrumentation**: Don't consider invalid email address a failed email. [#33671](https://github.com/grafana/grafana/pull/33671), [@bergquist](https://github.com/bergquist) + +### Bug fixes + +* **Loki**: fix label browser crashing when + typed. [#33900](https://github.com/grafana/grafana/pull/33900), [@zoltanbedi](https://github.com/zoltanbedi) +* **Prometheus**: Sanitize PromLink button. [#33874](https://github.com/grafana/grafana/pull/33874), [@ivanahuckova](https://github.com/ivanahuckova) + + + # 7.5.5 (2021-04-28) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index 60ea1be295f..4d9da69313e 100644 --- a/docs/sources/release-notes/_index.md +++ b/docs/sources/release-notes/_index.md @@ -8,6 +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.5.6]({{< relref "release-notes-7-5-6" >}}) - [Release notes for 7.5.5]({{< relref "release-notes-7-5-5" >}}) - [Release notes for 7.5.4]({{< relref "release-notes-7-5-4" >}}) - [Release notes for 7.5.3]({{< relref "release-notes-7-5-3" >}}) diff --git a/docs/sources/release-notes/release-notes-7-5-6.md b/docs/sources/release-notes/release-notes-7-5-6.md new file mode 100644 index 00000000000..929962dbc16 --- /dev/null +++ b/docs/sources/release-notes/release-notes-7-5-6.md @@ -0,0 +1,21 @@ ++++ +title = "Release notes for Grafana 7.5.6" +[_build] +list = false ++++ + + + +# Release notes for Grafana 7.5.6 + +### Features and enhancements + +* **Database**: Add isolation level configuration parameter for MySQL. [#33830](https://github.com/grafana/grafana/pull/33830), [@zserge](https://github.com/zserge) +* **InfluxDB**: Improve measurement-autocomplete behavior. [#33494](https://github.com/grafana/grafana/pull/33494), [@gabor](https://github.com/gabor) +* **Instrumentation**: Don't consider invalid email address a failed email. [#33671](https://github.com/grafana/grafana/pull/33671), [@bergquist](https://github.com/bergquist) + +### Bug fixes + +* **Loki**: fix label browser crashing when + typed. [#33900](https://github.com/grafana/grafana/pull/33900), [@zoltanbedi](https://github.com/zoltanbedi) +* **Prometheus**: Sanitize PromLink button. [#33874](https://github.com/grafana/grafana/pull/33874), [@ivanahuckova](https://github.com/ivanahuckova) +