Skip to content

Releases: newrelic/terraform-provider-newrelic

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)

v1.15.1

18 Mar 21:09
Compare
Choose a tag to compare

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

05 Mar 18:14
Compare
Choose a tag to compare

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)