Skip to content

Commit e4a0e93

Browse files
authored
release 1.13.2-pre1 (prerelease) (#246)
1 parent 1376aa4 commit e4a0e93

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.13.2-pre1 (prerelease) (December 6, 2022)
2+
BUG FIXES
3+
4+
* Upgrade to ns1-go v2.7.1 to get fix for rate-limit divide-by-zero error.
5+
16
## 1.13.1 (December 5, 2022)
27
ENHANCEMENTS
38
* HTTP debug logging now includes request/response times and response data

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require (
44
github.com/fatih/structs v1.0.0
55
github.com/hashicorp/terraform-plugin-sdk v1.4.1
66
github.com/stretchr/testify v1.4.0
7-
gopkg.in/ns1/ns1-go.v2 v2.7.0
7+
gopkg.in/ns1/ns1-go.v2 v2.7.1
88
)
99

1010
require (

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@ gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8
300300
gopkg.in/cheggaaa/pb.v1 v1.0.27/go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qStrOgw=
301301
gopkg.in/ns1/ns1-go.v2 v2.7.0 h1:dnybfLhXKnuTSm8w+iAPVxV5xWCgSF72KiKAC47O5fQ=
302302
gopkg.in/ns1/ns1-go.v2 v2.7.0/go.mod h1:g664JF7DeMJ5jIKrqJCE98h/o1Gma+5j7YU1r/D6438=
303+
gopkg.in/ns1/ns1-go.v2 v2.7.1 h1:dS3Lo1/D+7AsAhbRrgUEbcx4dPJ6klNQuAncrLOXrDg=
304+
gopkg.in/ns1/ns1-go.v2 v2.7.1/go.mod h1:g664JF7DeMJ5jIKrqJCE98h/o1Gma+5j7YU1r/D6438=
303305
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
304306
gopkg.in/yaml.v2 v2.2.7 h1:VUgggvou5XRW9mHwD/yXxIYSMtY0zoKQf/v226p2nyo=
305307
gopkg.in/yaml.v2 v2.2.7/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=

ns1/config.go

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

2020
var (
21-
clientVersion = "1.13.1"
21+
clientVersion = "1.13.2-pre1"
2222
providerUserAgent = "tf-ns1" + "/" + clientVersion
2323
)
2424

0 commit comments

Comments
 (0)