Releases: ns1-terraform/terraform-provider-ns1
Releases · ns1-terraform/terraform-provider-ns1
Release list
v1.13.1-pre1
1.13.1-pre1 (prerelease) (November 10, 2022)
BUG FIXES
- Update instead of delete/recreate when changing link attribute of DNS record
- Fix documentation typo
v1.13.0
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_AGENTenvironment 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
v1.12.8
BUG FIXES:
- Sort monitoring job region names alphabetically to avoid unnecessary state pushes #224
v1.12.7
v1.12.6
v1.12.5
ENHANCEMENTS:
- Updates go version to 1.17 to provide release binaries for darwin arm64
v1.12.4
ENHANCEMENTS:
- Resolves subdivision formatting inconsistency with answers meta and regions meta
v1.12.3
ENHANCEMENTS:
- Resolves subdivision formatting inconsistency
v1.12.2
ENHANCEMENTS:
- Various documentation updates
- Added support for team and user import #193