Releases: newrelic/terraform-provider-newrelic
Releases · newrelic/terraform-provider-newrelic
v1.16.0
1.16.0 (March 24, 2020)
IMPROVEMENTS:
- feat(workloads): add a New Relic One workloads resource (#474)
- docs(terraform-provider-newrelic): update getting started guide (#473)
- docs(terraform-provider-newrelic): use correct default synthetics_api_url in config docs, remove inaccessible alert condition type (#482)
v1.15.1
1.15.1 (March 18, 2020)
BUG FIXES:
- fix(newrelic_alert_condition): fix import for terms threshold (#469)
IMPROVEMENTS:
- docs(newrelic_alert_condition): remove
servers_metric
deprecated condition type (#447)
- docs(terraform-provider-newrelic): add example modules (#450)
- docs(terraform-provider-newrelic): add description to schema fields and enforce consistency (#458)
v.1.15.0
BUG FIXES:
- fix(nrql_alert_condition): terms should be a TypeSet (#421)
IMPROVEMENTS:
- feat(application_labels): Implementation of CRUD operations for NewRelic App Labels (#417)
- feat(alert_policy_channels): add ability to add multiple channels to a policy (#365)
- docs(newrelic_alert_condition): list of potential metrics for newrelic_alert_condition (#431)
v1.14.0
BUG FIXES:
- fix(provider): deprecate and re-enable the use of infra_api_url (#411)
IMPROVEMENTS:
- feat(alerts): add ability to add multiple channels to a policy (#398)
- feat(synthetics): add labels resource (#407)
- feat(synthetics): add secure credentials resource (#409)
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 to newrelic_alert_condition
resource
- feat: add optional trace-level request logging
- docs: add debugging information to documentation website
v.1.12.2
BUG FIXES:
- fix: Error unmarshaling
newrelic_alert_channel
configuration headers and payload after release v1.12.1 (#323)
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
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
IMPROVEMENTS:
- feat: introduce new official New Relic client for Synthetics resource operations (#294)
- docs: general updates and improvements