From b6c41104d3154ad8bd46dbce91480a3d17ecbecb Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 28 Apr 2021 17:27:38 +0100 Subject: [PATCH] ReleaseNotes: Updated changelog and release notes for 7.5.5 (#33473) (#33492) * ReleaseNotes: Updated changelog and release notes for 7.5.5 * Add release notes to index.md * Update release-notes-7-5-5.md * Update CHANGELOG.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> Co-authored-by: Josh Hunt Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> (cherry picked from commit 08db0435bb292ddcc0f2a74e7e3dff4bd637fbd4) --- CHANGELOG.md | 21 ++++++++++++++++ docs/sources/release-notes/_index.md | 1 + .../release-notes/release-notes-7-5-5.md | 25 +++++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 docs/sources/release-notes/release-notes-7-5-5.md diff --git a/CHANGELOG.md b/CHANGELOG.md index c2f73ecd6445..00057ed34321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,25 @@ + + +# 7.5.5 (2021-04-28) + +### Features and enhancements + +* **Explore:** Load default data source in Explore when the provided source does not exist. [#32992](https://github.com/grafana/grafana/pull/32992), [@ifrost](https://github.com/ifrost) +* **Instrumentation:** Add success rate metrics for email notifications. [#33359](https://github.com/grafana/grafana/pull/33359), [@bergquist](https://github.com/bergquist) + +### Bug fixes + +* **Alerting:** Remove field limitation from Slack notifications. [#33113](https://github.com/grafana/grafana/pull/33113), [@dsotirakis](https://github.com/dsotirakis) +* **Auth:** Do not clear auth token cookie when token lookup fails. [#32999](https://github.com/grafana/grafana/pull/32999), [@marefr](https://github.com/marefr) +* **Bug:** Add git command to Dockerfile.ubuntu file. [#33247](https://github.com/grafana/grafana/pull/33247), [@dsotirakis](https://github.com/dsotirakis) +* **Explore:** Adjust time to the selected timezone. [#33315](https://github.com/grafana/grafana/pull/33315), [@ifrost](https://github.com/ifrost) +* **GraphNG:** Fix exemplars window position. [#33427](https://github.com/grafana/grafana/pull/33427), [@zoltanbedi](https://github.com/zoltanbedi) +* **Loki:** Pass Skip TLS Verify setting to alert queries. [#33025](https://github.com/grafana/grafana/pull/33025), [@ivanahuckova](https://github.com/ivanahuckova) +* **Postgres:** Fix time group macro when TimescaleDB is enabled and interval is less than a second. [#33153](https://github.com/grafana/grafana/pull/33153), [@marefr](https://github.com/marefr) + + + # 7.5.4 (2021-04-14) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index 86a85a373899..60ea1be295f1 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.5]({{< relref "release-notes-7-5-5" >}}) - [Release notes for 7.5.4]({{< relref "release-notes-7-5-4" >}}) - [Release notes for 7.5.3]({{< relref "release-notes-7-5-3" >}}) - [Release notes for 7.5.2]({{< relref "release-notes-7-5-2" >}}) diff --git a/docs/sources/release-notes/release-notes-7-5-5.md b/docs/sources/release-notes/release-notes-7-5-5.md new file mode 100644 index 000000000000..7c68755859bd --- /dev/null +++ b/docs/sources/release-notes/release-notes-7-5-5.md @@ -0,0 +1,25 @@ ++++ +title = "Release notes for Grafana 7.5.5" +[_build] +list = false ++++ + + + +# Release notes for Grafana 7.5.5 + +### Features and enhancements + +* **Explore:** Load default data source in Explore when the provided source does not exist. [#32992](https://github.com/grafana/grafana/pull/32992), [@ifrost](https://github.com/ifrost) +* **Instrumentation:** Add success rate metrics for email notifications. [#33359](https://github.com/grafana/grafana/pull/33359), [@bergquist](https://github.com/bergquist) + +### Bug fixes + +* **Alerting:** Remove field limitation from Slack notifications. [#33113](https://github.com/grafana/grafana/pull/33113), [@dsotirakis](https://github.com/dsotirakis) +* **Auth:** Do not clear auth token cookie when token lookup fails. [#32999](https://github.com/grafana/grafana/pull/32999), [@marefr](https://github.com/marefr) +* **Bug:** Add git command to Dockerfile.ubuntu file. [#33247](https://github.com/grafana/grafana/pull/33247), [@dsotirakis](https://github.com/dsotirakis) +* **Explore:** Adjust time to the selected timezone. [#33315](https://github.com/grafana/grafana/pull/33315), [@ifrost](https://github.com/ifrost) +* **GraphNG:** Fix exemplars window position. [#33427](https://github.com/grafana/grafana/pull/33427), [@zoltanbedi](https://github.com/zoltanbedi) +* **Loki:** Pass Skip TLS Verify setting to alert queries. [#33025](https://github.com/grafana/grafana/pull/33025), [@ivanahuckova](https://github.com/ivanahuckova) +* **Postgres:** Fix time group macro when TimescaleDB is enabled and interval is less than a second. [#33153](https://github.com/grafana/grafana/pull/33153), [@marefr](https://github.com/marefr) +