Skip to content

Releases: newrelic/terraform-provider-newrelic

v2.24.1

21 Jul 21:59
954aa96
Compare
Choose a tag to compare

v2.24.1 - 2021-07-21

Bug Fixes

  • build: fix compile-only and compile-all build targets to aid with local development
  • docs: added baseline to list of options that require operator to be set to above

Documentation Updates

  • InfraAlerts: Update docs
  • MonitorScript: Update docs with monitor script location
  • OneDashboardRaw: Update docs

Features

  • use client method context from within resources
  • removed binary file
  • fix tests
  • 0 violation TTL for Infra Conditions returns warning
  • MonitorScript: Add monitor script locations
  • dashbaord_raw: add newrelic_one_dashboard_raw
  • docs: added documentation links to the dashboard migration guide

v2.23.0

11 Jun 16:16
c1a3f34
Compare
Choose a tag to compare

v2.23.0 - 2021-06-10

Bug Fixes

  • AlertCondition: Fix TestAccNewRelicAlertCondition_LongName unit test
  • newrelic_infra_alert_condition: Prevent index out of range on expandIfraAlertThreshold (#606)
  • plugins: Run gofmt
  • resource_newrelic_alert_condition: update unit test to match resource
  • resource_newrelic_alert_condition: adapted name length to fit API definition
  • resource_newrelic_alert_condition: incorrect description field

Documentation Updates

  • plugins: Update website with deprecation notices

v2.22.1

12 May 18:44
e0b657a
Compare
Choose a tag to compare

v2.22.1 - 2021-05-12

Bug Fixes

  • docs: bumped version used in docs to latest

Features

  • docs: added guide for newrelic_dashboard migration

v2.22.0

10 May 19:11
49b6c47
Compare
Choose a tag to compare

v2.22.0 - 2021-05-10

Bug Fixes

  • infra_alert_condition: Added missing documentation, fixes #1280

Features

  • resource_newrelic_dashboard: Added deprecation notice

v2.21.2

06 May 20:43
56f9382
Compare
Choose a tag to compare

v2.21.2 - 2021-05-06

Features

  • newrelic_one_dashboard: add JSON widgets

v2.21.1

16 Apr 22:13
777895f
Compare
Choose a tag to compare

v2.21.1 - 2021-04-16

v2.21.0

04 Mar 19:36
19590bf
Compare
Choose a tag to compare

v2.21.0 - 2021-03-04

Bug Fixes

  • alert_channel: Ensure include_json_attachment is sent to API as true or false string
  • alert_policy_channel: Ignore configured channel_id order (convert to Set)

Features

  • Add NRQL Drop Rule support

v2.20.0

02 Mar 18:58
cf36a09
Compare
Choose a tag to compare

v2.20.0 - 2021-03-02

Features

  • newrelic_entity: Add ignore_case to name search for entity

v2.19.1

25 Feb 17:00
Compare
Choose a tag to compare

v2.19.1 - 2021-02-25

Bug Fixes

  • deps: update module gotest.tools/gotestsum to v1.6.2
  • deps: update module github.com/golangci/golangci-lint to v1.37.1
  • deps: Update module newrelic/newrelic-client-go to v0.58.2
  • deps: update module goreleaser/goreleaser to v0.157.0
  • one_dashboard: Table Widget should have filter on them
  • one_dashboard: Inherit nrql_query account_id from dashboard by default

Documentation Updates

  • update changelog
  • update changelog

Features

  • one_dashboard: Add support for widget_histogram
  • one_dashboard: Add support for widget_funnel
  • one_dashboard: Add support for widget_bullet
  • one_dashboard: Add widget_heatmap

v2.19.0

18 Feb 18:45
Compare
Choose a tag to compare

v2.19.0 - 2021-02-18

Bug Fixes

  • one_dashboard: Table Widget should have filter on them
  • one_dashboard: Inherit nrql_query account_id from dashboard by default

Documentation Updates

  • update changelog
  • update changelog

Features

  • one_dashboard: Add support for widget_histogram
  • one_dashboard: Add support for widget_funnel
  • one_dashboard: Add support for widget_bullet
  • one_dashboard: Add widget_heatmap