From f77f3d8a9de3267996d468235d572cd4f9769e37 Mon Sep 17 00:00:00 2001 From: Mitch Seaman Date: Wed, 14 Jul 2021 15:52:03 +0200 Subject: [PATCH] Add AGPL license update to 8.0 changelog, release notes, What's New (#36742) * add license change to changelog, release notes, and whats new * wording update to match other headers --- CHANGELOG.md | 3 +++ docs/sources/release-notes/release-notes-8-0-0-beta1.md | 3 +++ docs/sources/whatsnew/whats-new-in-v8-0.md | 3 +++ 3 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b1ccbc34c1..7450829bb6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -398,6 +398,9 @@ The InfoBox & FeatureInfoBox are now deprecated please use the Alert component i * **TagsInput**: Add className to TagsInput. [#33944](https://github.com/grafana/grafana/pull/33944), [@Clarity-89](https://github.com/Clarity-89) * **VizLegend**: Move onSeriesColorChanged to PanelContext (breaking change). [#33611](https://github.com/grafana/grafana/pull/33611), [@ryantxu](https://github.com/ryantxu) +### License update +* **AGPL License:** Update license from Apache 2.0 to the GNU Affero General Public License (AGPL). [#33184](https://github.com/grafana/grafana/pull/33184) + diff --git a/docs/sources/release-notes/release-notes-8-0-0-beta1.md b/docs/sources/release-notes/release-notes-8-0-0-beta1.md index 1482b69e946..1d202679b78 100644 --- a/docs/sources/release-notes/release-notes-8-0-0-beta1.md +++ b/docs/sources/release-notes/release-notes-8-0-0-beta1.md @@ -132,3 +132,6 @@ Issue [#33352](https://github.com/grafana/grafana/issues/33352) * **Plugins**: Expose the `getTimeZone` function to be able to get the current selected timeZone. [#31900](https://github.com/grafana/grafana/pull/31900), [@mckn](https://github.com/mckn) * **TagsInput**: Add className to TagsInput. [#33944](https://github.com/grafana/grafana/pull/33944), [@Clarity-89](https://github.com/Clarity-89) * **VizLegend**: Move onSeriesColorChanged to PanelContext (breaking change). [#33611](https://github.com/grafana/grafana/pull/33611), [@ryantxu](https://github.com/ryantxu) + +### License update +* **AGPL License:** Update license from Apache 2.0 to the GNU Affero General Public License (AGPL). [#33184](https://github.com/grafana/grafana/pull/33184) \ No newline at end of file diff --git a/docs/sources/whatsnew/whats-new-in-v8-0.md b/docs/sources/whatsnew/whats-new-in-v8-0.md index 46c056132b9..eeda0cbfbae 100644 --- a/docs/sources/whatsnew/whats-new-in-v8-0.md +++ b/docs/sources/whatsnew/whats-new-in-v8-0.md @@ -277,6 +277,9 @@ You can now configure generic OAuth with strict parsing of the `role_attribute_p Support for Singlestat panel has been discontinued. When you upgrade to version 8.0, all existing Singlestat panels automatically becomes Stat panels. Stat panel is available as plugin. +### Grafana license update +Grafana has updated its license from Apache 2.0 to the GNU Affero General Public License (AGPL). Please see the related [blog post](https://grafana.com/blog/2021/04/20/grafana-loki-tempo-relicensing-to-agplv3/), [Q&A](https://grafana.com/blog/2021/04/20/qa-with-our-ceo-on-relicensing/) and [license](https://github.com/grafana/grafana/blob/main/LICENSE) for more details. + ## Enterprise features These features are included in the Grafana Enterprise edition.