From 33c81fca5edb1b22adb688eefad3724a19e63715 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 16 Jul 2021 09:27:06 +0200 Subject: [PATCH] ReleaseNotes: Updated changelog and release notes for 7.5.10 (#36802) (#36818) * ReleaseNotes: Updated changelog and release notes for 7.5.10 * added link to the release note.s Co-authored-by: Marcus Andersson (cherry picked from commit dc5778c303ca555b70e8ca8c28e95997e26ecfc1) --- CHANGELOG.md | 10 ++++++++++ docs/sources/release-notes/_index.md | 1 + docs/sources/release-notes/release-notes-7-5-10.md | 14 ++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 docs/sources/release-notes/release-notes-7-5-10.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d052c5efd1..5c95f11ae7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -428,6 +428,16 @@ The InfoBox & FeatureInfoBox are now deprecated please use the Alert component i + + +# 7.5.10 (2021-07-15) + +### Bug fixes + +* **[v7.5.x] Transformations:** add 'prepare time series' transformer. [#36749](https://github.com/grafana/grafana/pull/36749), [@mckn](https://github.com/mckn) + + + # 7.5.9 (2021-06-23) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index 3a660529d4f..eac3e3507e8 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 8.0.0-beta3]({{< relref "release-notes-8-0-0-beta3" >}}) - [Release notes for 8.0.0-beta2]({{< relref "release-notes-8-0-0-beta2" >}}) - [Release notes for 8.0.0-beta1]({{< relref "release-notes-8-0-0-beta1" >}}) +- [Release notes for 7.5.10]({{< relref "release-notes-7-5-10" >}}) - [Release notes for 7.5.9]({{< relref "release-notes-7-5-9" >}}) - [Release notes for 7.5.8]({{< relref "release-notes-7-5-8" >}}) - [Release notes for 7.5.7]({{< relref "release-notes-7-5-7" >}}) diff --git a/docs/sources/release-notes/release-notes-7-5-10.md b/docs/sources/release-notes/release-notes-7-5-10.md new file mode 100644 index 00000000000..9e897b5f84c --- /dev/null +++ b/docs/sources/release-notes/release-notes-7-5-10.md @@ -0,0 +1,14 @@ ++++ +title = "Release notes for Grafana 7.5.10" +[_build] +list = false ++++ + + + +# Release notes for Grafana 7.5.10 + +### Bug fixes + +* **[v7.5.x] Transformations:** add 'prepare time series' transformer. [#36749](https://github.com/grafana/grafana/pull/36749), [@mckn](https://github.com/mckn) +