mirror of
https://github.com/grafana/grafana.git
synced 2025-01-08 07:03:11 -06:00
ReleaseNotes: Updated changelog and release notes for 8.1.0-beta3 (#37342)
This commit is contained in:
parent
10f8a138ae
commit
cba765c5f2
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,4 +1,24 @@
|
||||
|
||||
<!-- 8.1.0-beta3 START -->
|
||||
|
||||
# 8.1.0-beta3 (2021-07-29)
|
||||
|
||||
### Features and enhancements
|
||||
|
||||
* **Alerting:** Support label matcher syntax in alert rule list filter. [#36408](https://github.com/grafana/grafana/pull/36408), [@nathanrodman](https://github.com/nathanrodman)
|
||||
* **IconButton:** Put tooltip text as aria-label. [#36760](https://github.com/grafana/grafana/pull/36760), [@tskarhed](https://github.com/tskarhed)
|
||||
* **Live:** Experimental HA with Redis. [#36787](https://github.com/grafana/grafana/pull/36787), [@FZambia](https://github.com/FZambia)
|
||||
* **UI:** FileDropzone component. [#36646](https://github.com/grafana/grafana/pull/36646), [@zoltanbedi](https://github.com/zoltanbedi)
|
||||
* **[v8.1.x] CloudWatch:** Add AWS LookoutMetrics. [#37329](https://github.com/grafana/grafana/pull/37329), [@ilyastoli](https://github.com/ilyastoli)
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* **Docker:** Fix builds by delaying go mod verify until all required files are copied over. [#37246](https://github.com/grafana/grafana/pull/37246), [@wbrowne](https://github.com/wbrowne)
|
||||
* **Exemplars:** Fix disable exemplars only on the query that failed. [#37296](https://github.com/grafana/grafana/pull/37296), [@zoltanbedi](https://github.com/zoltanbedi)
|
||||
* **SQL:** Fix SQL dataframe resampling (fill mode + time intervals). [#36937](https://github.com/grafana/grafana/pull/36937), [@idafurjes](https://github.com/idafurjes)
|
||||
|
||||
<!-- 8.1.0-beta3 END -->
|
||||
|
||||
<!-- 8.1.0-beta2 START -->
|
||||
|
||||
# 8.1.0-beta2 (2021-07-23)
|
||||
|
24
docs/sources/release-notes/release-notes-8-1-0-beta3.md
Normal file
24
docs/sources/release-notes/release-notes-8-1-0-beta3.md
Normal file
@ -0,0 +1,24 @@
|
||||
+++
|
||||
title = "Release notes for Grafana 8.1.0-beta3"
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
<!-- Auto generated by update changelog github action -->
|
||||
|
||||
# Release notes for Grafana 8.1.0-beta3
|
||||
|
||||
### Features and enhancements
|
||||
|
||||
* **Alerting:** Support label matcher syntax in alert rule list filter. [#36408](https://github.com/grafana/grafana/pull/36408), [@nathanrodman](https://github.com/nathanrodman)
|
||||
* **IconButton:** Put tooltip text as aria-label. [#36760](https://github.com/grafana/grafana/pull/36760), [@tskarhed](https://github.com/tskarhed)
|
||||
* **Live:** Experimental HA with Redis. [#36787](https://github.com/grafana/grafana/pull/36787), [@FZambia](https://github.com/FZambia)
|
||||
* **UI:** FileDropzone component. [#36646](https://github.com/grafana/grafana/pull/36646), [@zoltanbedi](https://github.com/zoltanbedi)
|
||||
* **[v8.1.x] CloudWatch:** Add AWS LookoutMetrics. [#37329](https://github.com/grafana/grafana/pull/37329), [@ilyastoli](https://github.com/ilyastoli)
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* **Docker:** Fix builds by delaying go mod verify until all required files are copied over. [#37246](https://github.com/grafana/grafana/pull/37246), [@wbrowne](https://github.com/wbrowne)
|
||||
* **Exemplars:** Fix disable exemplars only on the query that failed. [#37296](https://github.com/grafana/grafana/pull/37296), [@zoltanbedi](https://github.com/zoltanbedi)
|
||||
* **SQL:** Fix SQL dataframe resampling (fill mode + time intervals). [#36937](https://github.com/grafana/grafana/pull/36937), [@idafurjes](https://github.com/idafurjes)
|
||||
|
Loading…
Reference in New Issue
Block a user