Releases: grafana/terraform-provider-grafana
Releases · grafana/terraform-provider-grafana
v1.22.0
What's Changed
- Add Grafana Oncall support by @Konstantinov-Innokentii in #456
New Contributors
- @Konstantinov-Innokentii made their first contribution in #456
Full Changelog: v1.21.2...v1.22.0
v1.21.2
What's Changed
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.12.0 to 2.13.0 by @dependabot in #451
- Bump github.com/grafana/synthetic-monitoring-agent from 0.8.0 to 0.8.1 by @dependabot in #452
- feat: support Azure Monitor datasource by @aymericDD in #453
- Add implementation in data source (#454) by @wamarcantel in #455
- Bump actions/setup-go from 2 to 3 by @dependabot in #459
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.13.0 to 2.14.0 by @dependabot in #461
- Fix folder resource read for Grafana 8.5 by @julienduchesne in #464
Full Changelog: v1.21.1...v1.21.2
v1.21.1
What's Changed
- Cloud Stack: Fix read on existing slacks by @julienduchesne in #449
Full Changelog: v1.21.0...v1.21.1
v1.21.0
What's Changed
- Add support for providing additional HTTP headers by @gw0 in #134
- Fix grafana_dashboard import example by @gw0 in #407
- Add provider configure unit test by @julienduchesne in #403
- Rename stack resources to include
Cloud
by @julienduchesne in #408 grafana_synthetic_monitoring_check
: Validate frequency range by @julienduchesne in #409- Update Drone pipelines by @julienduchesne in #410
- Upgrade to go 1.17 by @julienduchesne in #414
- Separate Cloud and Cloud instance tests by @julienduchesne in #413
- Remove the
testAccPreCheck
check by @julienduchesne in #415 - Bump actions/checkout from 2 to 3 by @dependabot in #417
- Bump github.com/grafana/synthetic-monitoring-agent from 0.6.2 to 0.7.0 by @dependabot in #418
- Bump github.com/grafana/grafana-api-golang-client from 0.4.0 to 0.4.2 by @dependabot in #419
- Bump github.com/grafana/synthetic-monitoring-api-go-client from 0.5.1 to 0.6.0 by @dependabot in #420
- Add readiness check for cloud stacks by @julienduchesne in #421
- Add tls_configuration_method in data source by @wamarcantel in #405
- Support Cloud API keys by @julienduchesne in #425
- Provision Grafana API key from Grafana Cloud by @julienduchesne in #416
- Add
grafana_synthetic_monitoring_installation
resource by @julienduchesne in #428 - Make dashboard's folder reference a string by @julienduchesne in #429
- Allow passing custom UID for folders by @julienduchesne in #412
- Recreate Cloud stack if it is deleted outside of Grafana by @julienduchesne in #430
- Remove
Exists
functions by @julienduchesne in #432 - Cloud Stack: Use same schema for data and resource by @julienduchesne in #431
- Bump github.com/hashicorp/terraform-plugin-docs from 0.5.1 to 0.6.0 by @dependabot in #434
- Bump github.com/grafana/grafana-api-golang-client from 0.4.5 to 0.4.6 by @dependabot in #433
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.10.1 to 2.11.0 by @dependabot in #435
- Update Grafana datasource type by @Gary-H9 in #422
- Allow removing already deleted users from an organization by @julienduchesne in #437
- Add
url
attribute to dashboard and folder by @julienduchesne in #436 - Bump github.com/hashicorp/terraform-plugin-docs from 0.6.0 to 0.7.0 by @dependabot in #440
- Bump github.com/grafana/synthetic-monitoring-agent from 0.7.0 to 0.7.1 by @dependabot in #441
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.11.0 to 2.12.0 by @dependabot in #438
- Bump github.com/grafana/grafana-api-golang-client from 0.4.7 to 0.4.8 by @dependabot in #439
- Bump github.com/grafana/synthetic-monitoring-agent from 0.7.1 to 0.8.0 by @dependabot in #445
- Upgrade to go 1.18 by @julienduchesne in #446
- Add folder update by @julienduchesne in #447
- Add resource to install cloud plugin by @matthewnolf in #424
New Contributors
- @wamarcantel made their first contribution in #405
- @matthewnolf made their first contribution in #424
Full Changelog: v1.20.1...v1.21.0
v1.20.1
What's Changed
- Migrate
opentsdb
string fields to int by @julienduchesne in #401
Full Changelog: v1.20.0...v1.20.1
v1.20.0
What's Changed
- Add missing Sentry attributes by @inkel in #373
- Remove changelog entries for v1.14.0+ by @julienduchesne in #381
- Bump github.com/grafana/synthetic-monitoring-api-go-client from 0.5.0 to 0.5.1 by @dependabot in #382
- Fix
grafana_team
members reordering by @julienduchesne in #385 - Adding Flux data source support for InfluxDB by @stevenleadbeater in #386
- Fix missing
org_id
of resourcegrafana_organization
by @pallxk in #392 - Fix data source
grafana_user
description anduser_id
by @pallxk in #391 - add data_source_dashboards by @justinTM in #378
- Validate URLs in provider configuration by @julienduchesne in #395
- Fix json_data field types for opentsdb datasource by @julienduchesne in #398
- Support Loki datasource attributes by @julienduchesne in #397
- Allow importing a datasource either by ID or UID by @julienduchesne in #396
- Add missing import tests by @julienduchesne in #399
- Save dashboard sha256sum instead of full config json in tfstate by @fgouteroux in #222
New Contributors
- @stevenleadbeater made their first contribution in #386
- @pallxk made their first contribution in #392
Full Changelog: v1.19.0...v1.20.0
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