Releases: newrelic/terraform-provider-newrelic
Releases · newrelic/terraform-provider-newrelic
v1.14.0
v1.13.1
BUG FIXES:
- fix(alert_condition): mark condition_scope optional
- fix(alert_channels): allow complex headers & payloads with new attributes
- fix(alert_channel): validate payload also has payload_type specified
- fix(newrelic_alert_channel): Force new resource for all config fields
IMPROVEMENTS:
- docs(alert_channel): add payload_type details to docs
v1.13.0
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 tonewrelic_alert_condition
resource - feat: add optional trace-level request logging
- docs: add debugging information to documentation website
v.1.12.2
v1.12.1
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
v1.11.0
v1.10.0
IMPROVEMENTS:
- feat: add ability to import
newrelic_synthetics_monitor
(#267) - docs: multiple improvements for readability and consistency
BUG FIXES:
v1.9.0
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 tonewrelic_nrql_alert_condition
resource (#198) - docs: various improvements
BUG FIXES:
v1.8.0
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
argumentstype
,expected_groups
, andignore_overlap
(#231) - fix: get
make
working again (#236)