Skip to content

Commit 81b3bc0

Browse files
Release v1.18.0
1 parent 77fdccc commit 81b3bc0

File tree

1 file changed

+46
-4
lines changed

1 file changed

+46
-4
lines changed

CHANGELOG.md

Lines changed: 46 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# Changelog
22

3+
## [v1.18.0](https://github.com/grafana/terraform-provider-grafana/tree/v1.18.0) (2022-01-10)
4+
5+
[Full Changelog](https://github.com/grafana/terraform-provider-grafana/compare/v1.17.0...v1.18.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Test on all currently supported Grafana versions [\#318](https://github.com/grafana/terraform-provider-grafana/issues/318)
10+
- Custom HTTP headers for datasources [\#191](https://github.com/grafana/terraform-provider-grafana/issues/191)
11+
- \[feature request\] allow to insecure ssl connections [\#67](https://github.com/grafana/terraform-provider-grafana/issues/67)
12+
13+
**Fixed bugs:**
14+
15+
- Error: Plugin did not respond with grafana\_synthetic\_monitoring\_check.all [\#326](https://github.com/grafana/terraform-provider-grafana/issues/326)
16+
- terraform-provider-grafana\_v1.17.0 plugin crashed! [\#316](https://github.com/grafana/terraform-provider-grafana/issues/316)
17+
- Missing URL Protocol Scheme check in newer versions - now provider is crashing [\#301](https://github.com/grafana/terraform-provider-grafana/issues/301)
18+
- Go panic: interface conversion with secure\_settings attribute during grafana\_alert\_notification ressource creation [\#280](https://github.com/grafana/terraform-provider-grafana/issues/280)
19+
- Failed to install provider [\#272](https://github.com/grafana/terraform-provider-grafana/issues/272)
20+
- grafana-provider v1.13.0 + terraform 1.0.2 seems incompatible [\#240](https://github.com/grafana/terraform-provider-grafana/issues/240)
21+
- Terraform not able to destroy resources in order to recreate them after Grafana folder name change [\#85](https://github.com/grafana/terraform-provider-grafana/issues/85)
22+
- Grafana 5 datasource for variables/templating/panels are not assigned [\#19](https://github.com/grafana/terraform-provider-grafana/issues/19)
23+
- Fix folder ID documentation [\#319](https://github.com/grafana/terraform-provider-grafana/pull/319) ([inkel](https://github.com/inkel))
24+
25+
**Closed issues:**
26+
27+
- Grafana provider does not allow to add settings to the alert notification [\#89](https://github.com/grafana/terraform-provider-grafana/issues/89)
28+
- Error: Arguments must not be quoted [\#70](https://github.com/grafana/terraform-provider-grafana/issues/70)
29+
- Cannot create/delete multiple dashboards resources at once [\#64](https://github.com/grafana/terraform-provider-grafana/issues/64)
30+
31+
**Merged pull requests:**
32+
33+
- Add import to the SM check documentation [\#333](https://github.com/grafana/terraform-provider-grafana/pull/333) ([julienduchesne](https://github.com/julienduchesne))
34+
- Synthetic Monitoring: Allow filtering out deprecated probes [\#332](https://github.com/grafana/terraform-provider-grafana/pull/332) ([julienduchesne](https://github.com/julienduchesne))
35+
- Resource to manage machine learning jobs [\#330](https://github.com/grafana/terraform-provider-grafana/pull/330) ([csmarchbanks](https://github.com/csmarchbanks))
36+
- Validate that there's exactly one SM check setting [\#329](https://github.com/grafana/terraform-provider-grafana/pull/329) ([julienduchesne](https://github.com/julienduchesne))
37+
- add traceroute checktype to synthetic\_monitoring\_check resource [\#327](https://github.com/grafana/terraform-provider-grafana/pull/327) ([rdubrock](https://github.com/rdubrock))
38+
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.10.0 to 2.10.1 [\#325](https://github.com/grafana/terraform-provider-grafana/pull/325) ([dependabot[bot]](https://github.com/apps/dependabot))
39+
- Bump client to correctly handle configuration errors [\#324](https://github.com/grafana/terraform-provider-grafana/pull/324) ([julienduchesne](https://github.com/julienduchesne))
40+
- Make secure\_settings always pass values as string [\#322](https://github.com/grafana/terraform-provider-grafana/pull/322) ([inkel](https://github.com/inkel))
41+
- Run OSS tests on all currently supported versions [\#321](https://github.com/grafana/terraform-provider-grafana/pull/321) ([julienduchesne](https://github.com/julienduchesne))
42+
- Add a CODEOWNERS file [\#320](https://github.com/grafana/terraform-provider-grafana/pull/320) ([inkel](https://github.com/inkel))
43+
- datasource: add http headers support [\#261](https://github.com/grafana/terraform-provider-grafana/pull/261) ([guyguy333](https://github.com/guyguy333))
44+
345
## [v1.17.0](https://github.com/grafana/terraform-provider-grafana/tree/v1.17.0) (2021-12-20)
446

547
[Full Changelog](https://github.com/grafana/terraform-provider-grafana/compare/v1.16.0...v1.17.0)
@@ -152,6 +194,7 @@
152194
- Generate docs for grafana\_team\_external\_group [\#230](https://github.com/grafana/terraform-provider-grafana/pull/230) ([trotttrotttrott](https://github.com/trotttrotttrott))
153195
- fix!: make alert\_notification settings nonsensitive [\#225](https://github.com/grafana/terraform-provider-grafana/pull/225) ([thor](https://github.com/thor))
154196
- add support of team external group [\#221](https://github.com/grafana/terraform-provider-grafana/pull/221) ([fgouteroux](https://github.com/fgouteroux))
197+
- Dashboard Resource Works with Grafana 8 [\#217](https://github.com/grafana/terraform-provider-grafana/pull/217) ([trotttrotttrott](https://github.com/trotttrotttrott))
155198

156199
## [v1.12.0](https://github.com/grafana/terraform-provider-grafana/tree/v1.12.0) (2021-06-22)
157200

@@ -180,7 +223,6 @@
180223

181224
**Merged pull requests:**
182225

183-
- Dashboard Resource Works with Grafana 8 [\#217](https://github.com/grafana/terraform-provider-grafana/pull/217) ([trotttrotttrott](https://github.com/trotttrotttrott))
184226
- Remove Vendor Directory [\#215](https://github.com/grafana/terraform-provider-grafana/pull/215) ([trotttrotttrott](https://github.com/trotttrotttrott))
185227
- Allow to overwrite while creating dashboard from terraform [\#214](https://github.com/grafana/terraform-provider-grafana/pull/214) ([szemek](https://github.com/szemek))
186228
- typo in grafana\_dashboard\_permission docs [\#211](https://github.com/grafana/terraform-provider-grafana/pull/211) ([rssnyder](https://github.com/rssnyder))
@@ -294,7 +336,6 @@
294336
- Add support for dashboard permissions [\#150](https://github.com/grafana/terraform-provider-grafana/pull/150) ([pascal-hofmann](https://github.com/pascal-hofmann))
295337
- Updated dead link in documentation - data\_sources [\#149](https://github.com/grafana/terraform-provider-grafana/pull/149) ([WilliamDahlen](https://github.com/WilliamDahlen))
296338
- Do not delete dashboard uid fields [\#136](https://github.com/grafana/terraform-provider-grafana/pull/136) ([gw0](https://github.com/gw0))
297-
- Add organization id to the provider. [\#110](https://github.com/grafana/terraform-provider-grafana/pull/110) ([medains](https://github.com/medains))
298339

299340
## [v1.7.0](https://github.com/grafana/terraform-provider-grafana/tree/v1.7.0) (2020-11-06)
300341

@@ -347,6 +388,7 @@
347388
- Update From Grafana Fork [\#122](https://github.com/grafana/terraform-provider-grafana/pull/122) ([trotttrotttrott](https://github.com/trotttrotttrott))
348389
- Adding team resource functionality [\#120](https://github.com/grafana/terraform-provider-grafana/pull/120) ([jonathan-dorsey](https://github.com/jonathan-dorsey))
349390
- Settings is an argument not a block [\#114](https://github.com/grafana/terraform-provider-grafana/pull/114) ([Arola1982](https://github.com/Arola1982))
391+
- Add organization id to the provider. [\#110](https://github.com/grafana/terraform-provider-grafana/pull/110) ([medains](https://github.com/medains))
350392
- Update link to documentation [\#99](https://github.com/grafana/terraform-provider-grafana/pull/99) ([tonglil](https://github.com/tonglil))
351393
- Fix build, use -mod=readonly [\#98](https://github.com/grafana/terraform-provider-grafana/pull/98) ([tonglil](https://github.com/tonglil))
352394
- Allow alert notification reminder to be turned on [\#94](https://github.com/grafana/terraform-provider-grafana/pull/94) ([jvshahid](https://github.com/jvshahid))
@@ -356,7 +398,6 @@
356398
- Mark secret\_key in secure\_json\_data as sensitive [\#78](https://github.com/grafana/terraform-provider-grafana/pull/78) ([Infra-Red](https://github.com/Infra-Red))
357399
- deps: Bump nytm/go-grafana-api to 0.2.0 [\#75](https://github.com/grafana/terraform-provider-grafana/pull/75) ([radeksimko](https://github.com/radeksimko))
358400
- Argument names must not be quoted [\#73](https://github.com/grafana/terraform-provider-grafana/pull/73) ([tomweston](https://github.com/tomweston))
359-
- Provider logging [\#46](https://github.com/grafana/terraform-provider-grafana/pull/46) ([radeksimko](https://github.com/radeksimko))
360401
- Update slack alert notification example usage [\#45](https://github.com/grafana/terraform-provider-grafana/pull/45) ([alex-stiff](https://github.com/alex-stiff))
361402

362403
## [v1.5.0](https://github.com/grafana/terraform-provider-grafana/tree/v1.5.0) (2019-06-26)
@@ -401,6 +442,7 @@
401442

402443
**Merged pull requests:**
403444

445+
- Provider logging [\#46](https://github.com/grafana/terraform-provider-grafana/pull/46) ([radeksimko](https://github.com/radeksimko))
404446
- support boolean settings for alert notifications [\#37](https://github.com/grafana/terraform-provider-grafana/pull/37) ([DanCech](https://github.com/DanCech))
405447
- Add support for creating folders and creating dashboards inside folders [\#36](https://github.com/grafana/terraform-provider-grafana/pull/36) ([goraxe](https://github.com/goraxe))
406448
- Add missing quotes in grafana\_organization docs [\#32](https://github.com/grafana/terraform-provider-grafana/pull/32) ([illagrenan](https://github.com/illagrenan))
@@ -444,7 +486,6 @@
444486

445487
**Merged pull requests:**
446488

447-
- Update readme and add a shortcut to running grafana locally [\#20](https://github.com/grafana/terraform-provider-grafana/pull/20) ([pearkes](https://github.com/pearkes))
448489
- data\_source: make URL field optional [\#18](https://github.com/grafana/terraform-provider-grafana/pull/18) ([pearkes](https://github.com/pearkes))
449490

450491
## [v1.0.1](https://github.com/grafana/terraform-provider-grafana/tree/v1.0.1) (2018-01-12)
@@ -457,6 +498,7 @@
457498

458499
**Merged pull requests:**
459500

501+
- Update readme and add a shortcut to running grafana locally [\#20](https://github.com/grafana/terraform-provider-grafana/pull/20) ([pearkes](https://github.com/pearkes))
460502
- Updated vendored go-grafana-api client. [\#9](https://github.com/grafana/terraform-provider-grafana/pull/9) ([sl1pm4t](https://github.com/sl1pm4t))
461503

462504
## [v1.0.0](https://github.com/grafana/terraform-provider-grafana/tree/v1.0.0) (2017-10-23)

0 commit comments

Comments
 (0)