Releases: grafana/terraform-provider-grafana
Releases · grafana/terraform-provider-grafana
v1.13.0
What's Changed
- add support of team external group by @fgouteroux in #221
- Fix Acceptance Tests: terraform-json 0.12.0 by @trotttrotttrott in #231
- Generate docs for grafana_team_external_group by @trotttrotttrott in #230
- Synthetic Monitoring Probe and Check Resources and Data Sources by @trotttrotttrott in #228
- hashicorp/terraform-plugin-sdk/v2 v2.7.0 by @trotttrotttrott in #233
- fix!: make alert_notification settings nonsensitive by @thor in #225
- Add auth_token to resource_synthetic_monitoring_probe by @trotttrotttrott in #235
- Synthetic Monitoring Resource Fixes by @trotttrotttrott in #237
New Contributors
Full Changelog: v1.12.0...v1.13.0
v1.12.0
What's Changed
- AccessControl: Add description in AccessControl resources docs by @gamab in #210
- typo in grafana_dashboard_permission docs by @rssnyder in #211
- Added the MaxConcurrentShardRequests in JSONData for Elasticsearch datasources by @aymericDD in #196
- Allow to overwrite while creating dashboard from terraform by @szemek in #214
- Prepare For Grafana Cloud Resources by @trotttrotttrott in #213
- Remove Vendor Directory by @trotttrotttrott in #215
- Dashboard Resource Works with Grafana 8 by @trotttrotttrott in #217
- UID Change Causes Diff by @trotttrotttrott in #224
New Contributors
- @gamab made their first contribution in #210
- @rssnyder made their first contribution in #211
- @szemek made their first contribution in #214
Full Changelog: v1.11.0...v1.12.0
v1.11.0
What's Changed
- GoReleaser uses Go 1.16 by @trotttrotttrott in #201
- Add resources for managing fine-grained access control in Grafana Enterprise by @vtorosyan in #207
- Add Secure Settings to Alert Notification Resource by @trotttrotttrott in #208
- Fixed handling of manually deleted resources by @RyanW8 in #178
New Contributors
Full Changelog: v1.10.0...v1.11.0
v1.10.0
What's Changed
- renames the
terraform-providers
module organization tografana
by @mupdt in #173 - Upgrade to Terraform Plugin SDK v2 by @trotttrotttrott in #176
- Remove string interpolation in docs by @julienduchesne in #177
- Refactor Issue Template by @trotttrotttrott in #185
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.4.4 to 2.5.0 by @dependabot in #181
- Leverage SDK v2 context-aware schema functions and diagnostics by @nikosmeds in #180
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.5.0 to 2.6.1 by @dependabot in #189
- Repo Cleanup by @trotttrotttrott in #186
- Migrate Legacy Documentation to tfplugindocs by @trotttrotttrott in #187
- Release v1.10.0 by @nikosmeds in #192
New Contributors
- @mupdt made their first contribution in #173
- @nikosmeds made their first contribution in #180
Full Changelog: v1.9.0...v1.10.0
v1.9.0
What's Changed
- Add full Stackdriver data source support by @ryanaross in #155
- r/grafana_alert_notification Add disable_resolve_message by @Puneeth-n in #145
- is_admin added to grafana_user. by @AlirezaKm in #157
- Adding profile field to JSON Data by @grlvrl in #164
- Allow dependabot to check go modules by @jlosito in #165
- feat: add new TLS configuration options by @joemiller in #133
- Refactor CI: Use Drone and Go 1.16 by @trotttrotttrott in #168
- Bump github.com/hashicorp/go-cleanhttp from 0.5.1 to 0.5.2 by @dependabot in #167
- Drone Pipeline: build-master by @trotttrotttrott in #169
- Fix typo in dashboard.html.md by @asmgf in #170
- Allow dependabot to check github actions by @jlosito in #171
New Contributors
- @ryanaross made their first contribution in #155
- @Puneeth-n made their first contribution in #145
- @AlirezaKm made their first contribution in #157
- @grlvrl made their first contribution in #164
- @jlosito made their first contribution in #165
- @joemiller made their first contribution in #133
- @asmgf made their first contribution in #170
Full Changelog: v1.8.1...v1.9.0
v1.8.1
What's Changed
- Delete UID in NormalizeDashboardConfigJSON by @trotttrotttrott in #153
Full Changelog: v1.8.0...v1.8.1
v1.8.0
Full Changelog: v2.19.0...v1.8.0
What's Changed
- Add organization id to the provider. by @medains in #110
- Do not delete dashboard uid fields by @gw0 in #136
- Updated dead link in documentation - data_sources by @WilliamDahlen in #149
- Add support for dashboard permissions by @pascal-hofmann in #150
New Contributors
- @WilliamDahlen made their first contribution in #149
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
- Change user lists to sets by @medains in #116
- Adding folder permission functionality by @jonathan-dorsey in #128
- Apply changes to match the change to a Config struct by @medains in #130
- Add folder resource import by @zombispormedio in #132
- Add team preferences functionality to provider by @jonathan-dorsey in #131
New Contributors
- @zombispormedio made their first contribution in #132
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- Update slack alert notification example usage by @alex-stiff in #45
- Argument names must not be quoted by @tomweston in #73
- deps: Bump nytm/go-grafana-api to 0.2.0 by @radeksimko in #75
- Mark secret_key in secure_json_data as sensitive by @Infra-Red in #78
- Document 'folder' attribute by @jeohist in #86
- Provider logging by @radeksimko in #46
- Allow alert notification reminder to be turned on by @jvshahid in #94
- Updating the access_mode setting description. by @phillipsj in #93
- Update resource grafana_data_source by @mlclmj in #90
- Add uid value to alert notification resource by @58231 in #87
- Fix build, use -mod=readonly by @tonglil in #98
- Update link to documentation by @tonglil in #99
- resource/data_source: add support for stackdriver privatekey by @anGie44 in #100
- Update From Grafana Fork by @trotttrotttrott in #122
- Adding team resource functionality by @jonathan-dorsey in #120
- Settings is an argument not a block by @Arola1982 in #114
- Automated Releases by @trotttrotttrott in #123
- grafana_user is importable by @trotttrotttrott in #125
- Examples are formatted properly by @trotttrotttrott in #126
- Targets/Docs for Releases and Changelog Generation by @trotttrotttrott in #127
New Contributors
- @alex-stiff made their first contribution in #45
- @tomweston made their first contribution in #73
- @Infra-Red made their first contribution in #78
- @jeohist made their first contribution in #86
- @jvshahid made their first contribution in #94
- @phillipsj made their first contribution in #93
- @58231 made their first contribution in #87
- @Arola1982 made their first contribution in #114
Full Changelog: v1.5.0...v1.6.0