|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v1.17.0](https://github.com/grafana/terraform-provider-grafana/tree/v1.17.0) (2021-12-20) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/grafana/terraform-provider-grafana/compare/v1.16.0...v1.17.0) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Enable data\_source uid output to address grafana 3.x dashboard changes [\#304](https://github.com/grafana/terraform-provider-grafana/issues/304) |
| 10 | +- \[Feature Request\] Support teams, admin users, users [\#51](https://github.com/grafana/terraform-provider-grafana/issues/51) |
| 11 | +- \[Feature Request\] Manage Grafana playlists through Terraform [\#25](https://github.com/grafana/terraform-provider-grafana/issues/25) |
| 12 | + |
| 13 | +**Closed issues:** |
| 14 | + |
| 15 | +- Grafana Dashboard doesn't support folder\_id and org\_id [\#31](https://github.com/grafana/terraform-provider-grafana/issues/31) |
| 16 | + |
| 17 | +**Merged pull requests:** |
| 18 | + |
| 19 | +- Add UID to datasource reosurce and test [\#315](https://github.com/grafana/terraform-provider-grafana/pull/315) ([wanieldilson](https://github.com/wanieldilson)) |
| 20 | +- Testing: Consistent uid and id regexes [\#313](https://github.com/grafana/terraform-provider-grafana/pull/313) ([julienduchesne](https://github.com/julienduchesne)) |
| 21 | +- Feature: data source folder [\#312](https://github.com/grafana/terraform-provider-grafana/pull/312) ([julienduchesne](https://github.com/julienduchesne)) |
| 22 | +- Skip tests instead of using build tags [\#311](https://github.com/grafana/terraform-provider-grafana/pull/311) ([julienduchesne](https://github.com/julienduchesne)) |
| 23 | +- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.9.0 to 2.10.0 [\#310](https://github.com/grafana/terraform-provider-grafana/pull/310) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 24 | +- add message to dashboard creation [\#306](https://github.com/grafana/terraform-provider-grafana/pull/306) ([justinTM](https://github.com/justinTM)) |
| 25 | +- Bump github.com/grafana/synthetic-monitoring-agent from 0.3.3 to 0.4.1 [\#302](https://github.com/grafana/terraform-provider-grafana/pull/302) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 26 | +- feat: new resource `grafana\_playlist` [\#264](https://github.com/grafana/terraform-provider-grafana/pull/264) ([anGie44](https://github.com/anGie44)) |
| 27 | + |
3 | 28 | ## [v1.16.0](https://github.com/grafana/terraform-provider-grafana/tree/v1.16.0) (2021-11-24) |
4 | 29 |
|
5 | 30 | [Full Changelog](https://github.com/grafana/terraform-provider-grafana/compare/v1.15.0...v1.16.0) |
|
269 | 294 | - Add support for dashboard permissions [\#150](https://github.com/grafana/terraform-provider-grafana/pull/150) ([pascal-hofmann](https://github.com/pascal-hofmann)) |
270 | 295 | - Updated dead link in documentation - data\_sources [\#149](https://github.com/grafana/terraform-provider-grafana/pull/149) ([WilliamDahlen](https://github.com/WilliamDahlen)) |
271 | 296 | - Do not delete dashboard uid fields [\#136](https://github.com/grafana/terraform-provider-grafana/pull/136) ([gw0](https://github.com/gw0)) |
272 | | -- Adding folder permission functionality [\#128](https://github.com/grafana/terraform-provider-grafana/pull/128) ([jonathan-dorsey](https://github.com/jonathan-dorsey)) |
273 | 297 | - Add organization id to the provider. [\#110](https://github.com/grafana/terraform-provider-grafana/pull/110) ([medains](https://github.com/medains)) |
274 | 298 |
|
275 | 299 | ## [v1.7.0](https://github.com/grafana/terraform-provider-grafana/tree/v1.7.0) (2020-11-06) |
|
286 | 310 | - Add folder resource import [\#132](https://github.com/grafana/terraform-provider-grafana/pull/132) ([zombispormedio](https://github.com/zombispormedio)) |
287 | 311 | - Add team preferences functionality to provider [\#131](https://github.com/grafana/terraform-provider-grafana/pull/131) ([jonathan-dorsey](https://github.com/jonathan-dorsey)) |
288 | 312 | - Apply changes to match the change to a Config struct [\#130](https://github.com/grafana/terraform-provider-grafana/pull/130) ([medains](https://github.com/medains)) |
| 313 | +- Adding folder permission functionality [\#128](https://github.com/grafana/terraform-provider-grafana/pull/128) ([jonathan-dorsey](https://github.com/jonathan-dorsey)) |
289 | 314 | - Change user lists to sets [\#116](https://github.com/grafana/terraform-provider-grafana/pull/116) ([medains](https://github.com/medains)) |
290 | 315 |
|
291 | 316 | ## [v1.6.0](https://github.com/grafana/terraform-provider-grafana/tree/v1.6.0) (2020-10-16) |
|
0 commit comments