Skip to content

Releases: newrelic/terraform-provider-newrelic

v2.1.2

26 Jun 21:58
72c627d
Compare
Choose a tag to compare

v2.1.2 - 2020-06-26

Bug Fixes

  • alerts: require at least one violation time limit attr
  • alerts: improve nil handling for alert_channel

Documentation Updates

  • provider: additional v2 updates, migration guide updates
  • provider: add getting started guide to the quick links
  • provider: fix incorrect newrelic_application reference in some examples
  • provider: add account_id to argument reference, move argument reference above the fold
  • provider: add environment variables and schema attribute table
  • provider: update getting started example to reflect v2 updates
  • readme: update title, add link to latest documentation

v1.19.1

24 Jun 17:18
Compare
Choose a tag to compare

v1.19.1 - 2020-06-24

Bug Fixes

  • changelog: remove 1.18.1 from changelog, 1.19.0 is the replacement

Features

  • update the release process to prepare for repo handoff

v2.1.1

23 Jun 20:29
e204b3c
Compare
Choose a tag to compare

v2.1.1 - 2020-06-23

Features

  • update the release process to prepare for repo handoff

v2.1.0

23 Jun 00:34
Compare
Choose a tag to compare

v2.1.0 - 2020-06-22

Documentation Updates

  • include information on pinning a version
  • include sidebar link for 2.x upgrade

Features

  • eventstometrics: add an events to metrics rule resource (#690)

v2.0.0 (June 18, 2020)

18 Jun 17:52
Compare
Choose a tag to compare

v2.0.0 - 2020-06-18

Bug Fixes

  • Require condition_scope = instance for validation_close_timer
  • Add validation to newrelic_alert_condtion condition_scope
  • alerts: remove DiffSuppressFunc on TypeSet to avoid test drift
  • alerts: infra alert condition zero value detection
  • alerts: handle a nil reference with more grace
  • application_settings: Remove delete, as it is not possible
  • deps: Revert terraform sdk to 1.10.0
  • newrelic: fix the failing integration tests (#519)
  • nrql_alert_condition: threshold_occurrences is case insensitive, attribute description updates

Documentation Updates

  • add callout to top of each v1.x doc page
  • tidy up after review
  • DEPRECATION notice for 1.x
  • update index header with improved words
  • update getting started guide to reference new material
  • update README with new pointers
  • add table for current endpoint in use per resource
  • include documentation about upgrading the provider to 2.x
  • update API key references to match desires
  • include v1 index.html in sidebar
  • prep for v2.x, isolate v1.x docs
  • alert_channel: fix broken 'nested config' anchor link
  • alerts: include caveat about NRQL alerts condition operator usage with outliers
  • alerts: update wording to avoid implementation details
  • alerts: include deprecation notice for "terms"
  • alerts: update examples to reflect deprecation
  • getting started: fix resource naming
  • nrql_alert_condition: add outlier example, add new attributes, deprecate old attributes, update import section
  • nrql_alert_condition: update docs to reflect version 2.0 changes
  • provider: add region to provider docs, removing references to API base URLs
  • provider: add provider configuration guide page
  • workloads: fix api key attribute name (#489)

Features

  • alerts: convert Alerts Policies to nerdgraph
  • application: implement newrelic_application resource
  • dashboard: add grid_column_count to dashboard schema
  • entity_tags: add an entity tag resource (#679)
  • entities: add a newrelic_entity data source
  • nrql_alert_condition: integrate nerdgraph for nrql alert conditions
  • provider: add region to provider schema, handle API URLs based off region

v1.19.0

05 Jun 17:39
Compare
Choose a tag to compare

1.19.0 (June 05, 2020)

BUG FIXES:

  • fix(alerts): update the client for epoch serialization fix (#610)
  • fix(test): Workloads returns ordered list of scope account IDs, update test

v1.18.0

15 May 18:31
Compare
Choose a tag to compare

1.18.0 (May 15, 2020)

BUG FIXES:

  • fix(client): update the client for pagination URL fix (#549)
  • fix(alerts): infra alert condition zero value detection (#556)
  • fix(alerts): allow blank runbook URL to be sent (#563)

IMPROVEMENTS:

  • feat(dashboard): add grid_column_count to dashboard schema (#528)
  • feat(application): implement newrelic_application_settings resource (#558)

v1.17.1

05 May 15:37
Compare
Choose a tag to compare

1.17.1 (May 04, 2020)

BUG FIXES:

  • fix(client): update the client for pagination URL fix

v1.17.0

04 May 18:29
Compare
Choose a tag to compare

1.17.0 (May 01, 2020)

IMPROVEMENTS:

  • feat(dashboard): add grid_column_count to dashboard schema (#535)

v1.16.0

27 Mar 16:09
Compare
Choose a tag to compare

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)