Skip to content

Commit 02098da

Browse files
Release v1.17.0
1 parent 663b7f8 commit 02098da

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

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+
328
## [v1.16.0](https://github.com/grafana/terraform-provider-grafana/tree/v1.16.0) (2021-11-24)
429

530
[Full Changelog](https://github.com/grafana/terraform-provider-grafana/compare/v1.15.0...v1.16.0)
@@ -269,7 +294,6 @@
269294
- Add support for dashboard permissions [\#150](https://github.com/grafana/terraform-provider-grafana/pull/150) ([pascal-hofmann](https://github.com/pascal-hofmann))
270295
- Updated dead link in documentation - data\_sources [\#149](https://github.com/grafana/terraform-provider-grafana/pull/149) ([WilliamDahlen](https://github.com/WilliamDahlen))
271296
- 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))
273297
- Add organization id to the provider. [\#110](https://github.com/grafana/terraform-provider-grafana/pull/110) ([medains](https://github.com/medains))
274298

275299
## [v1.7.0](https://github.com/grafana/terraform-provider-grafana/tree/v1.7.0) (2020-11-06)
@@ -286,6 +310,7 @@
286310
- Add folder resource import [\#132](https://github.com/grafana/terraform-provider-grafana/pull/132) ([zombispormedio](https://github.com/zombispormedio))
287311
- Add team preferences functionality to provider [\#131](https://github.com/grafana/terraform-provider-grafana/pull/131) ([jonathan-dorsey](https://github.com/jonathan-dorsey))
288312
- 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))
289314
- Change user lists to sets [\#116](https://github.com/grafana/terraform-provider-grafana/pull/116) ([medains](https://github.com/medains))
290315

291316
## [v1.6.0](https://github.com/grafana/terraform-provider-grafana/tree/v1.6.0) (2020-10-16)

0 commit comments

Comments
 (0)