Skip to content

Commit 9600353

Browse files
authored
V1.13.0 (#236)
1 parent b1a6ac2 commit 9600353

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 1.13.0 (November 8, 2022)
2+
ENHANCEMENTS:
3+
* Added importers for datafeed, datasource, notifylist and monitoringjob [#235](https://github.com/ns1-terraform/terraform-provider-ns1/pull/235)
4+
* Added support for additional secondary zone attributes [#233](https://github.com/ns1-terraform/terraform-provider-ns1/pull/233)
5+
* Added DNS view support [#234](https://github.com/ns1-terraform/terraform-provider-ns1/pull/234)
6+
* User-Agent string now provider-specific, can be overridden with `NS1_TF_USER_AGENT` environment variable
7+
* Requires ns1-go v2.7.0
8+
9+
BUG FIXES
10+
* Mitigated a race condition that caused false errors to be returned when verifying a newly-created zone with DNSSEC enabled [#235](https://github.com/ns1-terraform/terraform-provider-ns1/pull/235/files#diff-6951d991dadec97cca66b3e918a78392de104f53e86ce520f478f0cca3653e2f)
11+
* 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](https://github.com/ns1/ns1-go/pull/173/files)
12+
* Better handling of monitoring job region names [#229](https://github.com/ns1-terraform/terraform-provider-ns1/pull/229)
13+
* Monitoring job examples and documentation corrected [#231](https://github.com/ns1-terraform/terraform-provider-ns1/pull/231)
14+
* API key no longer shown in debug output
15+
* Fixed several acceptance tests
16+
117
## 1.12.8 (September 12, 2022)
218

319
BUG FIXES:

ns1/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
)
1818

1919
var (
20-
clientVersion = "1.12.7"
20+
clientVersion = "1.13.0"
2121
providerUserAgent = "terraform-ns1" + "/" + clientVersion
2222
)
2323

0 commit comments

Comments
 (0)