From 23931ef3af23e33bb3b46fb10a9fd6657b0f26dc Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 16 Jun 2021 10:51:01 -0400 Subject: [PATCH] ReleaseNotes: Updated changelog and release notes for 7.5.8 (#35703) (#35826) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ReleaseNotes: Updated changelog and release notes for 7.5.8 * Add missing 7.5.8 link * Update 7.5.8 release date Co-authored-by: Piotr Jamróz (cherry picked from commit ef59020f3dc59f296b3050b623beaa6f8d4848b9) --- CHANGELOG.md | 13 +++++++++++++ docs/sources/release-notes/_index.md | 1 + .../release-notes/release-notes-7-5-8.md | 17 +++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 docs/sources/release-notes/release-notes-7-5-8.md diff --git a/CHANGELOG.md b/CHANGELOG.md index cc17ac55b06..0ceda77e3d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -327,6 +327,19 @@ The InfoBox & FeatureInfoBox are now deprecated please use the Alert component i + + +# 7.5.8 (2021-06-16) + +### Features and enhancements + +* **Datasource:** Add support for max_conns_per_host in dataproxy settings. [#35519](https://github.com/grafana/grafana/pull/35519), [@jvrplmlmn](https://github.com/jvrplmlmn) +* **Datasource:** Add support for max_idle_connections_per_host in dataproxy settings. [#35365](https://github.com/grafana/grafana/pull/35365), [@dsotirakis](https://github.com/dsotirakis) +* **Instrumentation:** Add metrics for outbound HTTP connections. [#35321](https://github.com/grafana/grafana/pull/35321), [@dsotirakis](https://github.com/dsotirakis) +* **Snapshots:** Remove dashboard links from dashboard snapshots. [#35567](https://github.com/grafana/grafana/pull/35567), [@torkelo](https://github.com/torkelo) + + + # 7.5.7 (2021-05-19) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index 3efa9a16917..e1d77fc537b 100644 --- a/docs/sources/release-notes/_index.md +++ b/docs/sources/release-notes/_index.md @@ -14,6 +14,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.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" >}}) - [Release notes for 7.5.5]({{< relref "release-notes-7-5-5" >}}) diff --git a/docs/sources/release-notes/release-notes-7-5-8.md b/docs/sources/release-notes/release-notes-7-5-8.md new file mode 100644 index 00000000000..56565d8d39e --- /dev/null +++ b/docs/sources/release-notes/release-notes-7-5-8.md @@ -0,0 +1,17 @@ ++++ +title = "Release notes for Grafana 7.5.8" +[_build] +list = false ++++ + + + +# Release notes for Grafana 7.5.8 + +### Features and enhancements + +* **Datasource:** Add support for max_conns_per_host in dataproxy settings. [#35519](https://github.com/grafana/grafana/pull/35519), [@jvrplmlmn](https://github.com/jvrplmlmn) +* **Datasource:** Add support for max_idle_connections_per_host in dataproxy settings. [#35365](https://github.com/grafana/grafana/pull/35365), [@dsotirakis](https://github.com/dsotirakis) +* **Instrumentation:** Add metrics for outbound HTTP connections. [#35321](https://github.com/grafana/grafana/pull/35321), [@dsotirakis](https://github.com/dsotirakis) +* **Snapshots:** Remove dashboard links from dashboard snapshots. [#35567](https://github.com/grafana/grafana/pull/35567), [@torkelo](https://github.com/torkelo) +