Skip to content

v1.13.0

Choose a tag to compare

@github-actions github-actions released this 09 Nov 22:25
9600353

ENHANCEMENTS:

  • Added importers for datafeed, datasource, notifylist and monitoringjob #235
  • Added support for additional secondary zone attributes #233
  • Added DNS view support #234
  • User-Agent string now provider-specific, can be overridden with NS1_TF_USER_AGENT environment variable
  • Requires ns1-go v2.7.0

BUG FIXES

  • Mitigated a race condition that caused false errors to be returned when verifying a newly-created zone with DNSSEC enabled #235
  • Monitoring job rules can now be deleting by removing them from the resource file (empty rules cannot be explicitly specified due to Terraform limitations) see ns1-go PR 173
  • Better handling of monitoring job region names #229
  • Monitoring job examples and documentation corrected #231
  • API key no longer shown in debug output
  • Fixed several acceptance tests