Releases: skytap/terraform-provider-skytap
v0.15.1
v0.15.0
FEATURES:
- Upgraded provider dependencies to latest versions
- Changed acceptance tests to run in parallel
v0.14.8
FEATURES:
- Changed Golang version 1.16 to be able to release for darwin_arm64
v0.14.7
FEATURES:
skytap_environment
: Deprecatedoutbound_traffic
and introduced the newdisable_internet
as to be used instead
BUG FIXES:
skytap_environment
: Fixed time-out issue when usingoutbound_traffic = true
v0.14.6
v0.14.5
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
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
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
This release adds .goreleaser.yaml in preparation of releasing to the Terraform registry