mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
ReleaseNotes: Updated changelog and release notes for 8.1.7 (#40081)
This commit is contained in:
@@ -145,6 +145,17 @@ Panel queries and/or annotation queries that used more than one statistic will b
|
|||||||
|
|
||||||
<!-- 8.2.0-beta1 END -->
|
<!-- 8.2.0-beta1 END -->
|
||||||
|
|
||||||
|
<!-- 8.1.7 START -->
|
||||||
|
|
||||||
|
# 8.1.7 (2021-10-06)
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
|
||||||
|
- **Alerting:** Fix alerts with evaluation interval more than 30 seconds resolving before notification. [#39513](https://github.com/grafana/grafana/pull/39513), [@gerobinson](https://github.com/gerobinson)
|
||||||
|
- **Elasticsearch/Prometheus:** Fix usage of proper SigV4 service namespace. [#39439](https://github.com/grafana/grafana/pull/39439), [@marefr](https://github.com/marefr)
|
||||||
|
|
||||||
|
<!-- 8.1.7 END -->
|
||||||
|
|
||||||
<!-- 8.1.6 START -->
|
<!-- 8.1.6 START -->
|
||||||
|
|
||||||
# 8.1.6 (2021-10-05)
|
# 8.1.6 (2021-10-05)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ about deprecations, breaking changes as well as changes that relate to plugin de
|
|||||||
|
|
||||||
- [Release notes for 8.2.0-beta2]({{< relref "release-notes-8-2-0-beta2" >}})
|
- [Release notes for 8.2.0-beta2]({{< relref "release-notes-8-2-0-beta2" >}})
|
||||||
- [Release notes for 8.2.0-beta1]({{< relref "release-notes-8-2-0-beta1" >}})
|
- [Release notes for 8.2.0-beta1]({{< relref "release-notes-8-2-0-beta1" >}})
|
||||||
|
- [Release notes for 8.1.7]({{< relref "release-notes-8-1-7" >}})
|
||||||
- [Release notes for 8.1.6]({{< relref "release-notes-8-1-6" >}})
|
- [Release notes for 8.1.6]({{< relref "release-notes-8-1-6" >}})
|
||||||
- [Release notes for 8.1.5]({{< relref "release-notes-8-1-5" >}})
|
- [Release notes for 8.1.5]({{< relref "release-notes-8-1-5" >}})
|
||||||
- [Release notes for 8.1.4]({{< relref "release-notes-8-1-4" >}})
|
- [Release notes for 8.1.4]({{< relref "release-notes-8-1-4" >}})
|
||||||
|
|||||||
@@ -0,0 +1,14 @@
|
|||||||
|
+++
|
||||||
|
title = "Release notes for Grafana 8.1.7"
|
||||||
|
[_build]
|
||||||
|
list = false
|
||||||
|
+++
|
||||||
|
|
||||||
|
<!-- Auto generated by update changelog github action -->
|
||||||
|
|
||||||
|
# Release notes for Grafana 8.1.7
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
|
||||||
|
- **Alerting:** Fix alerts with evaluation interval more than 30 seconds resolving before notification. [#39513](https://github.com/grafana/grafana/pull/39513), [@gerobinson](https://github.com/gerobinson)
|
||||||
|
- **Elasticsearch/Prometheus:** Fix usage of proper SigV4 service namespace. [#39439](https://github.com/grafana/grafana/pull/39439), [@marefr](https://github.com/marefr)
|
||||||
Reference in New Issue
Block a user