Skip to content

Releases: vinyldns/terraform-provider-vinyldns

v0.10.2

11 May 21:18
a14a407
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.1...v0.10.2

v0.10.1

26 Jan 20:18
4d8874c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

26 Jan 14:32
9331b5b
Compare
Choose a tag to compare

What's Changed

  • Synchronized docker wrapper around build process by @jhg03a in #82
  • conform to HashiCorp-style release artifacts by @mdb in #87
  • Update to latest version by @remerle in #98

New Contributors

Full Changelog: 0.9.5...v0.10.0

0.9.5

14 Apr 13:03
@mdb mdb
Compare
Choose a tag to compare

0.9.5

0.9.4

11 Jul 18:07
@mdb mdb
2b1a0d2
Compare
Choose a tag to compare

0.9.4. Fixes issue #57 and adds support for PTR records.

0.9.3

27 Jun 17:38
@mdb mdb
ce528d8
Compare
Choose a tag to compare

0.9.3 fixes issue #54 , which impacted 0.9.2.

This release contains all the 0.9.1 features, as well as support for a zone data source via PR #52. See the relevant docs for further details.

0.9.3rc1

27 Jun 17:15
@mdb mdb
0bad06e
Compare
Choose a tag to compare
0.9.3rc1 Pre-release
Pre-release

0.9.3rc1

0.9.2

26 Jun 20:10
@mdb mdb
0bad06e
Compare
Choose a tag to compare

WARNING: this release was mistakenly compiled against Terraform 0.11.x. Users are advised to the 0.9.3 release instead.

This release adds support for a zone data source via PR #52. See the relevant docs for further details.

0.9.1

21 Jun 10:54
@mdb mdb
69d9706
Compare
Choose a tag to compare

This is a fairly big release!

  • supports Terraform 0.12
  • support VinylDNS 0.9 and its shared zone model (issue #13 & #15)
  • adds import functionality to all resources (issue #12)
  • allow record sets to be moved between zones (issue #25)
  • better handle various "resource does not exist" 404 scenarios (issues #27 & #28)
  • properly handle zone updates, which were seemingly broken previously (issue #39)
  • properly populate the Group members & admins on Group creation, as well as require member_ids and admin_ids on the vinyldns_group resource, which changes the vinyldns_group schema (issue #32), though this is unlikely to be a problem for existing users given that it wasn't properly functioning previously.
  • support TXT records with multiple values (issue #31), which requires the vinyldns_record_set schema be changed to now support record_texts in place of record_text. A MigrateState func should take care of this for existing users who previously made use of record_text.
  • vinyldns_group now populates with a default description of "Managed by Terraform." (issue #33)
  • add additional unit and acceptance tests (issue #18, issue #21)

0.9.1rc-tf-0.12

19 Jun 14:18
@mdb mdb
Compare
Choose a tag to compare
0.9.1rc-tf-0.12 Pre-release
Pre-release

0.9.1rc-tf-0.12

This is a terraform-provider-vinyldns 0.9.1 release candidate compiled against terraform 0.12.2 for use in testing issue #50.