Skip to content

Latest commit

 

History

History
178 lines (111 loc) · 9.07 KB

CHANGELOG.md

File metadata and controls

178 lines (111 loc) · 9.07 KB

1.10.0 (December 18, 2019)

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)

1.9.0 (December 05, 2019)

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)

1.8.0 (November 22, 2019)

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)

1.7.0 (November 13, 2019)

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)
    • Support for more dashboard widget types:
      • metric_line_chart
      • markdown
      • gauge
      • billboard
      • 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
    • Documentation improvements
  • Adds ability to skip TLS verification from a remote agent and trust self-signed certs (#196)

NOTES:

1.6.0 (November 07, 2019)

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)

1.5.2 (October 23, 2019)

BUG FIXES:

  • newrelic_nrql_alert_condition modifies duration validation to match rest API's requirements (#169)

1.5.1 (July 11, 2019)

BUG FIXES:

  • newrelic_nrql_alert_condition modifies since_value validation to match rest API's requirements (#144)

1.5.0 (March 26, 2019)

FEATURES

  • New Resource newrelic_synthetics_monitor and newrelic_synthetics_monitor_script (#67)

IMPROVEMENTS

  • Add Terraform 0.12 support (#107)

1.4.0 (February 27, 2019)

IMPROVEMENTS:

  • newrelic_alert_condition make enabled status configurable (#70)
  • newrelic_alert_condition add name length validation (#79)

1.3.0 (February 07, 2019)

FEATURES:

  • New Data Source newrelic_alert_policy (#64)

BUG FIXES:

  • newrelic_alert_policy should have update functionality (#68)
  • Fix documentation typos for newrelic_nrql_alert_condition (#76)
  • Fix diff problem with newrelic_alert_condition.term (#63)

1.2.0 (November 02, 2018)

FEATURES:

  • New Data Source newrelic_alert_policy (#34)

IMPROVEMENTS:

  • newrelic_infra_alert_condition: Add support for integration_provider (#48)
  • newrelic_dashboard: Add support for filter (#46)

1.1.0 (October 16, 2018)

FEATURES:

  • New Resource newrelic_synthetics_alert_condition (#22)
  • New Data Source newrelic_synthetics_monitor (#22)

BUG FIXES:

  • newrelic_alert_policy int64 bug (#42)
  • Missing doc links (#49)

1.0.1 (June 06, 2018)

FEATURES:

  • New Resource newrelic_infra_alert_condition (#30)

1.0.0 (February 12, 2018)

FEATURES:

  • New Resource newrelic_dashboard (#26)
  • New Data Source newrelic_key_transaction (#21)

IMPROVEMENTS:

  • resource/newrelic_alert_condition: Add support for apm_jvm_metric and instance scope alerts (#24)

0.1.1 (August 02, 2017)

FEATURES:

  • New Resource: newrelic_nrql_alert_condition (#15)

IMPROVEMENTS:

  • resource/newrelic_alert_condition: Allow zero threshold value for terms (#13)

0.1.0 (June 21, 2017)

NOTES:

  • Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout