Skip to content

Releases: squat/terraform-provider-vultr

v0.1.10

01 Aug 14:25
v0.1.10
1616f3c
Compare
Choose a tag to compare

Changelog:

  • update to Terraform v0.12
  • allow changing networks without destroring (62b7450)
  • expose IPv4 mask and gateway (#57)
  • expose MAC addresses (#55, #58)
  • enable firewall notes (#77)

Full changeset: v0.1.9...v0.1.10

v0.1.9

17 Nov 19:22
v0.1.9
74c2fad
Compare
Choose a tag to compare

Changelog:

  • fix error during server deletion (#52, #50)
  • add auto_backups and notify_activate fields to instance resource (c4d4280, 59cbee0)
  • add new startup_script data source (5962f83)

Full changeset: v0.1.8...v0.1.9

v0.1.8

03 Sep 23:19
v0.1.8
2b750c7
Compare
Choose a tag to compare

Changelog:

  • pluralize the instance resource property to ipv6_addresses to list all available IPv6 addresses (d405979)
  • add networks property to instance resource to list all attached private networks (a5ddc5a)
  • change the instance resource property ipv4_private_address to ipv4_private_cidr so that the network size can be known (a5ddc5a)
  • rewrite the Kubernetes example using typhoon-vultr (e9ebacf)

Full changeset: v0.1.7...v0.1.8

v0.1.7

07 Jun 14:46
v0.1.7
ca19b92
Compare
Choose a tag to compare

This release fixes a serious regression (#40) in the instance and bare metal instance resources that prevented servers from being created unless they were applications or snapshots.

v0.1.6

01 Jun 16:35
v0.1.6
Compare
Choose a tag to compare

Changelog:

  • fix parsing of firewall rule port ranges
  • add network resource
  • fix resource churn for instances booted from snapshots
  • expose new fields on snapshot resources
  • expose new fields on instance resources
  • destroying instances now waits for the machines to be fully destroyed before returning

Full changeset: v0.1.5...v0.1.6

v0.1.5

26 May 21:41
v0.1.5
419ef6c
Compare
Choose a tag to compare

Fixes #36, enabling IPv4s to be deleted if the attached instance was deleted. Thanks to @atif089 for reporting.

v0.1.5-rc.1

26 May 06:46
v0.1.5-rc.1
419ef6c
Compare
Choose a tag to compare
v0.1.5-rc.1 Pre-release
Pre-release

Fixes #36. Thanks to @atif089 for reporting.

v0.1.4

25 May 14:40
v0.1.4
80a336f
Compare
Choose a tag to compare

This release adds Windows binaries to releases.

v0.1.4-rc.1

25 May 10:03
v0.1.4-rc.1
80a336f
Compare
Choose a tag to compare
v0.1.4-rc.1 Pre-release
Pre-release

This release candidate adds Windows binaries to releases.

v0.1.3

23 May 14:51
v0.1.3
Compare
Choose a tag to compare

This release adds support for bare metal servers and reserved IPs.