Skip to content

Releases: ns1-terraform/terraform-provider-ns1

v2.0.10

Choose a tag to compare

@github-actions github-actions released this 19 Oct 01:15

This change contains the following updates:

  • Bumps SDK version
  • Expands record POST tests

v2.0.9

Choose a tag to compare

@ponbiki ponbiki released this 11 Oct 19:10
36eaae5

This change contains the following updates:

  • Adds record and zone tag support
  • Corrects hostnames in tests

v2.0.8

Choose a tag to compare

@pburrows-ns1 pburrows-ns1 released this 05 Oct 13:08
222d94c

This change contains the following updates:

  • Fixed bug with removing filters from records

v2.0.7

Choose a tag to compare

@pburrows-ns1 pburrows-ns1 released this 19 Sep 14:47
bf1dc81

This change contains the following updates:

  • Added support for more record types (CERT, CSYNC, DHCID, HTTPS, SMIMEA, SVCB & TLSA)

v2.0.6

Choose a tag to compare

@pburrows-ns1 pburrows-ns1 released this 18 Sep 15:39
4d52e1d

This change contains the following updates:

  • Add support for Global IP Whitelist

v2.0.5

Choose a tag to compare

@ponbiki ponbiki released this 27 Jul 20:33

This change contains the following updates:

  • Version Bump Golang SDK v2.7.7 => v2.7.8 to fix monitor creation

v2.0.4

Choose a tag to compare

@github-actions github-actions released this 12 Jul 12:52
cd731de

This change contains the following updates:

  • Zone resource no longer returns record information
  • Fixed bug in NotifyList headers

v2.0.3

Choose a tag to compare

@github-actions github-actions released this 31 May 13:20

It can contains the following updates:

golang.org/x/net v0.7.0
golang.org/x/sys v0.5.0
golang.org/x/text v0.7.0

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 14 Mar 13:40

This is a version bump due to incorrect tagging. It can contains the following fixes.

2.0.2 (March 14, 2023)

BUG FIX

  • ns1-go client version bump fixes additional_metadata not applying correctly

Note:

  • To avoid whitespace issues in additional_metadata meta tag use jsonencode for example:
meta = {
  "additional_metadata" : jsonencode(
    [
      {
        a = "1"
        b = "2"
      }
  ])
}

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 14 Mar 12:50
bed46be

2.0.1 (March 14, 2023)

BUG FIX

  • ns1-go client version bump fixes additional_metadata not applying correctly

Note:

  • To avoid whitespace issues in additional_metadata meta tag usejsonencode for example:
meta = {
  "additional_metadata" : jsonencode(
    [
      {
        a = "1"
        b = "3"
      }
  ])
}