Releases: grafana/terraform-provider-grafana
Releases · grafana/terraform-provider-grafana
v1.19.0
What's Changed
- New resource:
grafana_report
by @julienduchesne in #336 - Bug fix: Add global field when updating a role. by @vtorosyan in #337
- Bump github.com/grafana/synthetic-monitoring-api-go-client from 0.3.0 to 0.4.0 by @dependabot in #338
- SM: Use new
GetCheck
andGetProbe
functions by @julienduchesne in #339 - ✨ Add GitHub Datasource by @Gary-H9 in #340
- Add
GRAFANA_CLOUD_API_KEY
into CI by @julienduchesne in #344 - Bump github.com/grafana/synthetic-monitoring-agent from 0.4.1 to 0.5.0 by @dependabot in #350
- Bump github.com/grafana/synthetic-monitoring-api-go-client from 0.4.0 to 0.5.0 by @dependabot in #351
- Add support for AWS Athena datasource by @ripa1993 in #353
- Fix probes datasource tests by @julienduchesne in #355
- Add support for 'External ID' in AWS-based datasources (Cloudwatch, Athena) by @ripa1993 in #356
- Add importer to alert notification by @RhynoVDS in #352
- Add client for Grafana Cloud by @julienduchesne in #358
- Add function to check semver for OSS tests by @julienduchesne in #365
- Add missing
grafana-cloud-api-key
secret to the pipeline by @julienduchesne in #364 - Bump github.com/grafana/synthetic-monitoring-agent from 0.5.0 to 0.6.2 by @dependabot in #367
- Add Library Panel Resource by @justinTM in #331
- add data_source_dashboard by @justinTM in #359
- Add Grafana Cloud stack resource and DataSource by @NasAmin in #354
- Format Terraform files in examples/ by @inkel in #372
- Update resource_builtin_role_assignment resource to ignore assignments defined in the server side by @vtorosyan in #369
- add data_source_library_panel by @justinTM in #370
New Contributors
- @Gary-H9 made their first contribution in #340
- @ripa1993 made their first contribution in #353
- @RhynoVDS made their first contribution in #352
- @NasAmin made their first contribution in #354
Full Changelog: v1.18.0...v1.19.0
v1.18.0
What's Changed
- Add a CODEOWNERS file by @inkel in #320
- Fix folder ID documentation by @inkel in #319
- Run OSS tests on all currently supported versions by @julienduchesne in #321
- Bump client to correctly handle configuration errors by @julienduchesne in #324
- Make secure_settings always pass values as string by @inkel in #322
- add traceroute checktype to synthetic_monitoring_check resource by @rdubrock in #327
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.10.0 to 2.10.1 by @dependabot in #325
- Validate that there's exactly one SM check setting by @julienduchesne in #329
- Add import to the SM check documentation by @julienduchesne in #333
- Synthetic Monitoring: Allow filtering out deprecated probes by @julienduchesne in #332
- datasource: add http headers support by @guyguy333 in #261
- Resource to manage machine learning jobs by @csmarchbanks in #330
New Contributors
- @inkel made their first contribution in #320
- @rdubrock made their first contribution in #327
- @guyguy333 made their first contribution in #261
- @csmarchbanks made their first contribution in #330
Full Changelog: v1.17.0...v1.18.0
v1.17.0
What's Changed
- add message to dashboard creation by @justinTM in #306
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.9.0 to 2.10.0 by @dependabot in #310
- Feature: data source folder by @julienduchesne in #312
- Skip tests instead of using build tags by @julienduchesne in #311
- feat: new resource
grafana_playlist
by @anGie44 in #264 - Testing: Consistent uid and id regexes by @julienduchesne in #313
- Add UID to datasource reosurce and test by @wanieldilson in #315
- Bump github.com/grafana/synthetic-monitoring-agent from 0.3.3 to 0.4.1 by @dependabot in #302
New Contributors
- @justinTM made their first contribution in #306
- @wanieldilson made their first contribution in #315
Full Changelog: v1.16.0...v1.17.0
v1.16.0
What's Changed
- Run cloud tests in CI by @julienduchesne in #293
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.8.0 to 2.9.0 by @dependabot in #292
- Bump github.com/grafana/synthetic-monitoring-agent from 0.0.24 to 0.3.3 by @dependabot in #288
- Bump github.com/grafana/synthetic-monitoring-api-go-client from 0.0.2 to 0.3.0 by @dependabot in #282
- Api key support by @baloo in #295
- Check for docs drift by @julienduchesne in #296
- Add
grafana_data_source_permission
resource by @julienduchesne in #289 - Update the grafana version to 8.2.5 in tests by @julienduchesne in #297
- docs: Print out the files that are out of sync by @julienduchesne in #298
New Contributors
Full Changelog: v1.15.0...v1.16.0
v1.15.0
What's Changed
- Bump github.com/hashicorp/terraform-plugin-docs from 0.4.0 to 0.5.0 by @dependabot in #268
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.7.0 to 2.8.0 by @dependabot in #271
- Bump github.com/hashicorp/terraform-plugin-docs from 0.5.0 to 0.5.1 by @dependabot in #287
- grafana/provider.go: set NumRetries by @flokli in #284
- Add support for importing probe auth_token by @mem in #290
- Add new datasource:
grafana_user
by @julienduchesne in #291
New Contributors
Full Changelog: v1.14.0...v1.15.0
v1.14.0
What's Changed
- SM: update api url and link to SM API docs by @electron0zero in #277
- Update Elasticsearch version to be string in grafana_data_source resource by @vtorosyan in #267
Full Changelog: v1.13.4...v1.14.0
v1.13.4
What's Changed
- Crash when config_json will be known after apply #246 by @jnahelou in #248
- Reword docs about Synthetic Monitoring public config by @electron0zero in #254
- Use golangci-lint in Drone Pipelines by @trotttrotttrott in #255
New Contributors
Full Changelog: v1.13.3...v1.13.4
v1.13.3
What's Changed
- adds Sigv4 support by @mhausenblas in #247
New Contributors
- @mhausenblas made their first contribution in #247
Full Changelog: v1.13.2...v1.13.3
v1.13.2
What's Changed
- Team Resource Refactoring by @trotttrotttrott in #244
Full Changelog: v1.13.1...v1.13.2
v1.13.1
What's Changed
- Sign Drone's configuration YAML file by @julienduchesne in #239
- Make sm_url configurable by @captncraig in #242
New Contributors
- @captncraig made their first contribution in #242
Full Changelog: v1.13.0...v1.13.1