Skip to content

Releases: skytap/terraform-provider-skytap

v0.15.1

04 Nov 15:05
cb96bfa
Compare
Choose a tag to compare

BUGFIXES:

  • Allow network_interfaces on skytap_vm to be changed without destroying and recreating the VM

v0.15.0

29 Sep 11:56
1932e27
Compare
Choose a tag to compare

FEATURES:

  • Upgraded provider dependencies to latest versions
  • Changed acceptance tests to run in parallel

v0.14.8

28 Sep 16:23
ed58d39
Compare
Choose a tag to compare

FEATURES:

  • Changed Golang version 1.16 to be able to release for darwin_arm64

v0.14.7

28 Sep 15:56
05b42bf
Compare
Choose a tag to compare

FEATURES:

  • skytap_environment : Deprecated outbound_traffic and introduced the new disable_internet as to be used instead

BUG FIXES:

  • skytap_environment : Fixed time-out issue when using outbound_traffic = true

v0.14.6

22 Sep 18:17
f2e9449
Compare
Choose a tag to compare

Documentation update.

v0.14.5

15 Dec 21:09
5f0b766
Compare
Choose a tag to compare

According to the Terraform docs routable and outbound_traffic are optional parameters.

However, if they are not set by the user they will be set to false. This causes conflicts and provision errors to certain templates that have VPNs attached or have internet disabled feature set to true.

This change seeks to align behavior associated with the REST API of creating an environment. Only required parameters are passed to the create action. Optional parameters are only passed if they are set by the user

v0.14.4

18 Dec 05:17
0e70698
Compare
Choose a tag to compare

The publisher needs a new tag. It hungers for tags, and this relentless gluttony must be fed. This is the way of things.

Release 0.14.4 is just like all of the other patch revs in 0.14, except for metadata -- maybe this is the one. Maybe we have finally appeased the elder gods.

include dist in release

18 Dec 04:37
4c1bdc0
Compare
Choose a tag to compare

this includes binaries constructed from the prior release; there are no functional changes. This release is related to work to migrate the provider to the Terraform Registry

publish to Terraform Registry

18 Dec 03:48
c648cc3
Compare
Choose a tag to compare

This release adds .goreleaser.yaml in preparation of releasing to the Terraform registry