Skip to content

Commit

Permalink
prepare v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrombley committed Nov 13, 2019
1 parent e4fe059 commit 671604d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
## 1.6.1 (Unreleased)
## 1.7.0 (Unreleased)

BUG FIXES:

* fix: align alert condition duration constraints to NR's API constraints ([#201](https://github.com/terraform-providers/terraform-provider-newrelic/issues/201))
* fix: align alert policy validation with NR's API validation ([#199](https://github.com/terraform-providers/terraform-provider-newrelic/issues/199))

IMPROVEMENTS:
* Dashboard improvements ([#206](https://github.com/terraform-providers/terraform-provider-newrelic/pull/206))
* Support for more dashboard widget types:
* `metric_line_chart`
* `markdown`
* `gauge`
* `billboard`
* `billboard_comparison`
* Plan-time validation for:
* `icon`
* `visualization`
* 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
* Documentation improvements
* Adds ability to skip TLS verification from a remote agent and trust self-signed certs ([#196](https://github.com/terraform-providers/terraform-provider-newrelic/pull/196))

NOTES:
Expand Down

0 comments on commit 671604d

Please sign in to comment.