From 3c1492a0f37d202586f0b338ff894368e5907b4a Mon Sep 17 00:00:00 2001 From: Andrej Ocenas Date: Wed, 23 Jun 2021 16:04:09 +0200 Subject: [PATCH] ReleaseNotes: Updated changelog and release notes for 7.5.9 (#36057) (#36077) * ReleaseNotes: Updated changelog and release notes for 7.5.9 * Add link to notes * Apply suggestions from code review Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> Co-authored-by: Andrej Ocenas Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> (cherry picked from commit 49a64f8d44d44a849f852dfac133379345cf470e) Co-authored-by: Grot (@grafanabot) <43478413+grafanabot@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ docs/sources/release-notes/_index.md | 1 + docs/sources/release-notes/release-notes-7-5-9.md | 13 +++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 docs/sources/release-notes/release-notes-7-5-9.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dfcd19a700..d3694e6fa67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -130,6 +130,16 @@ The InfoBox & FeatureInfoBox are now deprecated please use the Alert component i + + +# 7.5.9 (2021-06-23) + +### Bug fixes + +* **Login:** Fix Unauthorized message that is displayed on sign-in or snapshot page. [#35880](https://github.com/grafana/grafana/pull/35880), [@torkelo](https://github.com/torkelo) + + + # 7.5.8 (2021-06-16) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index 2fb1c2253c3..f7e85752b8b 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.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" >}}) - [Release notes for 7.5.6]({{< relref "release-notes-7-5-6" >}}) diff --git a/docs/sources/release-notes/release-notes-7-5-9.md b/docs/sources/release-notes/release-notes-7-5-9.md new file mode 100644 index 00000000000..7db95ffa790 --- /dev/null +++ b/docs/sources/release-notes/release-notes-7-5-9.md @@ -0,0 +1,13 @@ ++++ +title = "Release notes for Grafana 7.5.9" +[_build] +list = false ++++ + + + +# Release notes for Grafana 7.5.9 + +### Bug fixes + +* **Login:** Fix Unauthorized message that is displayed on sign-in or snapshot page. [#35880](https://github.com/grafana/grafana/pull/35880), [@torkelo](https://github.com/torkelo)