Skip to content

Releases: newrelic/terraform-provider-newrelic

v2.13.2

26 Oct 19:24
d9ec9cc
Compare
Choose a tag to compare

v2.13.2 - 2020-10-26

Documentation Updates

  • alert_policy_channel: update example reference

v2.13.1

19 Oct 18:22
71659ca
Compare
Choose a tag to compare

v2.13.1 - 2020-10-19

v2.13.0

16 Oct 19:31
9fb3fa3
Compare
Choose a tag to compare

v2.13.0 - 2020-10-16

Documentation Updates

  • newrelic_synthetics_monitor_script: Use file method instead of template_file data source

Features

  • client: update newrelic-client-go (retry on nerdgraph timeouts)

v2.12.1

15 Oct 22:41
bc292e7
Compare
Choose a tag to compare

v2.12.1 - 2020-10-15

Bug Fixes

  • dashboard: use state migration to fix 500 error when upgrading from v2.7.5 to v2.8 and beyond
  • nrql_alert_condition: avoid drift using computed value

Documentation Updates

  • add instructions for New Relic One users to get an api key
  • dashboard: update docs regarding cross-account widget config drift

v2.12.0

08 Oct 21:49
678ea28
Compare
Choose a tag to compare

v2.12.0 - 2020-10-08

Features

  • alerts: allow a 30 day violation limit for nrql conditions

v2.11.0

06 Oct 23:59
a6ab720
Compare
Choose a tag to compare

v2.11.0 - 2020-10-06

Features

  • aggregation_window: add support for nrql signal aggregationWindow

v2.10.3

05 Oct 16:53
9726739
Compare
Choose a tag to compare

v2.10.3 - 2020-10-05

Documentation Updates

  • remove admin key from documentation

v2.10.2

02 Oct 22:13
2150b38
Compare
Choose a tag to compare

v2.10.2 - 2020-10-02

Bug Fixes

  • build: update version.ProviderVersion via ldflags during release process

Documentation Updates

  • remove admin API key from docs and various other updates
  • update changelog
  • change slack integration documentation
  • update process running example
  • dashboard: fix some broken links
  • synthetics: remove newrelic_synthetics_label resource

Features

  • alerts: deprecate plugins conditions and un-deprecate APM alert conditions
  • synthetics: replace REST API calls with Nerdgraph calls

v2.9.0

01 Oct 23:42
Compare
Choose a tag to compare

v2.9.0 - 2020-10-01

Documentation Updates

  • update changelog

Features

  • dashboard: enable Personal API Key auth for dashboard resource
  • synthetics: enable Personal API Key auth for some sythentics resources

v2.8.0

30 Sep 20:36
b9c25cd
Compare
Choose a tag to compare

v2.8.0 - 2020-09-30

Documentation Updates

  • update infra alert condition api key type
  • update changelog
  • update development instructions for new TF version
  • DEPRECATION notice for newrelic_alert_condition
  • update supported Go information and test config
  • README: update provider configuration pin version examples
  • dashboard: update docs with info regarding widget.account_id and cross-account widgets
  • dashboard: add cross-account example

Features

  • dashboard: support cross-account widgets :)

Fixes

  • replace some v2 GetPolicy() with nerdgrpah QueryPolicy()