Skip to content

Releases: newrelic/terraform-provider-newrelic

v1.13.0

06 Feb 19:13

Choose a tag to compare

BUG FIXES:

  • fix: allow string representations of JSON for alert channel webhook and payload
  • fix: clear client responses between pages

IMPROVEMENTS:

  • feat: add violation_close_timer attribute to newrelic_alert_condition resource
  • feat: add optional trace-level request logging
  • docs: add debugging information to documentation website

v.1.12.2

31 Jan 00:35

Choose a tag to compare

BUG FIXES:

  • fix: Error unmarshaling newrelic_alert_channel configuration headers and payload after release v1.12.1 (#323)

v1.12.1

22 Jan 21:38

Choose a tag to compare

IMPROVEMENTS:

  • refactor: rebase newrelic_alert_policy resource on newrelic-client-go (#341)
  • refactor: migrate alert conditions to newrelic-client-go (#338)
  • docs: update alert-channel examples (#325)

BUG FIXES:

  • fix: Error unmarshaling newrelic_alert_channel configuration headers after release v1.12.0 (#323)

v1.12.0

16 Jan 21:30

Choose a tag to compare

IMPROVEMENTS:

  • feat: deprecate the configuration attribute for newrelic_alert_channel (#307)

BUG FIXES:

  • fix: include application_breakdown as a valid visualization (#305)

v1.11.0

09 Jan 01:19

Choose a tag to compare

IMPROVEMENTS:

  • feat: introduce new official New Relic client for Synthetics resource operations (#294)
  • docs: general updates and improvements

v1.10.0

20 Dec 01:04

Choose a tag to compare

IMPROVEMENTS:

  • feat: add ability to import newrelic_synthetics_monitor (#267)
  • docs: multiple improvements for readability and consistency

BUG FIXES:

  • fix: add attribute validation for infra condition types (#277)
  • fix: loosen validation for threshold duration (#277)
  • fix: make event a computed attribute (#277)

v1.9.0

05 Dec 02:16

Choose a tag to compare

IMPROVEMENTS:

  • feat: add newrelic_plugins_alert_condition resource (#234)
  • feat: add newrelic_insights_event resource (#246)
  • feat: add ability to import newrelic_alert_channel resource (#241)
  • feat: add ability to import newrelic_alert_policy_channel resource (#249)
  • feat: add ability to import newrelic_infra_alert_condition resource (#254)
  • feat: add ability to import newrelic_nrql_alert_condition resource for all condition types (#250)
  • feat: add violation_time_limit_seconds attribute to newrelic_nrql_alert_condition resource (#198)
  • docs: various improvements

BUG FIXES:

  • fix: speed up newrelic_application data source state refresh for accounts with many applications (#263)
  • fix: newrelic_alert_policy data source now matches on policy name more strictly (#197)
  • fix: newrelic_alert_channel data source now matches on channel name more strictly (#197)

v1.8.0

23 Nov 00:16

Choose a tag to compare

IMPROVEMENTS:

  • feat: add import functionality for newrelic_alert_policy data source (#233)
  • feat: allow passing an http transport (#228)
  • docs: add Getting Started section (#225)
  • docs: update alert infra condition docs to include runbook url argument (#211)
  • docs: add info for nrql_alert_condition arguments type, expected_groups, and ignore_overlap (#231)
  • fix: get make working again (#236)

v1.7.0

13 Nov 23:54

Choose a tag to compare

BUG FIXES:

  • fix: align alert condition duration constraints to NR's API constraints (#201)
  • fix: align alert policy validation with NR's API validation (#199)

IMPROVEMENTS:

  • Dashboard improvements (#206, #203)
    • Support for more dashboard widget types:
      • metric_line_chart (#29)
      • markdown (#37)
      • gauge (#32)
      • billboard (#194)
      • billboard_comparison
    • Plan-time validation for:
      • icon
      • visualization
    • More robust validation of widgets, based on visualization type
    • Allow up to 300 dashboard widgets per the API documentation
    • Refresh dashboard state properly when underlying resource has been deleted (#148)
    • Documentation improvements
  • Adds ability to skip TLS verification from a remote agent and trust self-signed certs (#196)

NOTES:

  • Documentation updates (#207, #195)
  • Bump hashicorp/terraform to v0.12.14

v1.6.0

12 Nov 17:24

Choose a tag to compare

BUG FIXES:

  • Perpetual drift in alert conditions with multiple entities (#137)

IMPROVEMENTS

  • Add provider version to the User-Agent (#189)
  • Add support for outlier NRQL alert conditions (#141)
  • Update module paultyng/go-newrelic/v4 to v4.6.0 (#187)