mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 00:47:38 -06:00
ReleaseNotes: Updated changelog and release notes for 7.5.9 (#36057)
* 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 <mr.ocenas@gmail.com> Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
This commit is contained in:
parent
b9582ea93d
commit
49a64f8d44
10
CHANGELOG.md
10
CHANGELOG.md
@ -355,6 +355,16 @@ The InfoBox & FeatureInfoBox are now deprecated please use the Alert component i
|
||||
|
||||
<!-- 8.0.0-beta1 END -->
|
||||
|
||||
<!-- 7.5.9 START -->
|
||||
|
||||
# 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.9 END -->
|
||||
|
||||
<!-- 7.5.8 START -->
|
||||
|
||||
# 7.5.8 (2021-06-16)
|
||||
|
@ -15,6 +15,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.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" >}})
|
||||
|
13
docs/sources/release-notes/release-notes-7-5-9.md
Normal file
13
docs/sources/release-notes/release-notes-7-5-9.md
Normal file
@ -0,0 +1,13 @@
|
||||
+++
|
||||
title = "Release notes for Grafana 7.5.9"
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
<!-- Auto generated by update changelog github action -->
|
||||
|
||||
# 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)
|
Loading…
Reference in New Issue
Block a user