From 3b875def76bd122621782db2740ab638fdb54519 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 23 Jul 2021 12:48:28 +0200 Subject: [PATCH] ReleaseNotes: Updated changelog and release notes for 8.1.0-beta2 (#37144) * ReleaseNotes: Updated changelog and release notes for 8.1.0-beta2 * Update docs/sources/release-notes/release-notes-8-1-0-beta2.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> Co-authored-by: Will Browne Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> --- CHANGELOG.md | 18 ++++++++++++++++ .../release-notes-8-1-0-beta2.md | 21 +++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 docs/sources/release-notes/release-notes-8-1-0-beta2.md diff --git a/CHANGELOG.md b/CHANGELOG.md index d4da99c5838..ab8cd67642f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,22 @@ + + +# 8.1.0-beta2 (2021-07-23) + +### Features and enhancements + +* **Alerting:** Expand the value string in alert annotations and labels. [#37051](https://github.com/grafana/grafana/pull/37051), [@gerobinson](https://github.com/gerobinson) +* **Auth:** Add Azure HTTP authentication middleware. [#36932](https://github.com/grafana/grafana/pull/36932), [@kostrse](https://github.com/kostrse) +* **Auth:** Pass user role to Grafana using auth proxy. [#36729](https://github.com/grafana/grafana/pull/36729), [@yuwaMSFT2](https://github.com/yuwaMSFT2) +* **Gazetteer:** Update Countries JSON. [#37129](https://github.com/grafana/grafana/pull/37129), [@bryanuribe](https://github.com/bryanuribe) + +### Bug fixes + +* **Config:** Fix Docker builds by removing bad formatting in sample.ini. [#37106](https://github.com/grafana/grafana/pull/37106), [@FZambia](https://github.com/FZambia) +* **Explore:** Fix encoding of internal URLs. [#36919](https://github.com/grafana/grafana/pull/36919), [@aocenas](https://github.com/aocenas) + + + # 8.1.0-beta1 (2021-07-22) diff --git a/docs/sources/release-notes/release-notes-8-1-0-beta2.md b/docs/sources/release-notes/release-notes-8-1-0-beta2.md new file mode 100644 index 00000000000..93bf5b518c3 --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-1-0-beta2.md @@ -0,0 +1,21 @@ ++++ +title = "Release notes for Grafana 8.1.0-beta2" +[_build] +list = false ++++ + + + +# Release notes for Grafana 8.1.0-beta2 + +### Features and enhancements + +* **Alerting:** Expand the value string in alert annotations and labels. [#37051](https://github.com/grafana/grafana/pull/37051), [@gerobinson](https://github.com/gerobinson) +* **Auth:** Add Azure HTTP authentication middleware. [#36932](https://github.com/grafana/grafana/pull/36932), [@kostrse](https://github.com/kostrse) +* **Auth:** Pass user role to Grafana using auth proxy. [#36729](https://github.com/grafana/grafana/pull/36729), [@yuwaMSFT2](https://github.com/yuwaMSFT2) +* **Gazetteer:** Update Countries JSON. [#37129](https://github.com/grafana/grafana/pull/37129), [@bryanuribe](https://github.com/bryanuribe) + +### Bug fixes + +* **Config:** Fix Docker builds by correcting formatting in sample.ini. [#37106](https://github.com/grafana/grafana/pull/37106), [@FZambia](https://github.com/FZambia) +* **Explore:** Fix encoding of internal URLs. [#36919](https://github.com/grafana/grafana/pull/36919), [@aocenas](https://github.com/aocenas)