Releases: newrelic/terraform-provider-newrelic
Releases · newrelic/terraform-provider-newrelic
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_timerattribute tonewrelic_alert_conditionresource - 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_conditionresource (#234) - feat: add
newrelic_insights_eventresource (#246) - feat: add ability to import
newrelic_alert_channelresource (#241) - feat: add ability to import
newrelic_alert_policy_channelresource (#249) - feat: add ability to import
newrelic_infra_alert_conditionresource (#254) - feat: add ability to import
newrelic_nrql_alert_conditionresource for all condition types (#250) - feat: add
violation_time_limit_secondsattribute tonewrelic_nrql_alert_conditionresource (#198) - docs: various improvements
BUG FIXES:
v1.8.0
IMPROVEMENTS:
- feat: add import functionality for
newrelic_alert_policydata 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_conditionargumentstype,expected_groups, andignore_overlap(#231) - fix: get
makeworking again (#236)
v1.7.0
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:
- Plan-time validation for:
iconvisualization
- 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: