Releases: vinyldns/terraform-provider-vinyldns
Releases · vinyldns/terraform-provider-vinyldns
v0.10.3
What's Changed
- Bump github.com/aws/aws-sdk-go from 1.25.3 to 1.34.0 by @dependabot in #109
- Bump golang.org/x/text from 0.3.2 to 0.3.8 by @dependabot in #111
- Bump golang.org/x/net from 0.0.0-20200202094626-16171245cfb2 to 0.23.0 by @dependabot in #118
- Bump google.golang.org/grpc from 1.23.0 to 1.56.3 by @dependabot in #120
- Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #121
- update gha scripts by @nspadaccino in #122
- Allow Release Script to be Run Manually by @nspadaccino in #123
- Fix GPG Import Input Name by @nspadaccino in #124
- Replace deprecated argument in release script by @nspadaccino in #125
- Update Goreleaser by @nspadaccino in #126
New Contributors
- @dependabot made their first contribution in #109
- @nspadaccino made their first contribution in #122
Full Changelog: v0.10.2...v0.10.3
v0.10.2
v0.10.1
v0.10.0
0.9.5
0.9.4
0.9.3
0.9.3rc1
0.9.2
0.9.1
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
andadmin_ids
on thevinyldns_group
resource, which changes thevinyldns_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 supportrecord_texts
in place ofrecord_text
. AMigrateState
func should take care of this for existing users who previously made use ofrecord_text
. vinyldns_group
now populates with a defaultdescription
of "Managed by Terraform." (issue #33)- add additional unit and acceptance tests (issue #18, issue #21)