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
This commit is contained in:
Mitch Seaman
2021-07-14 15:52:03 +02:00
committed by GitHub
parent 54f8996acf
commit f77f3d8a9d
3 changed files with 9 additions and 0 deletions

View File

@ -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)