Releases: SuperBuker/terraform-provider-dns-he-net
v0.0.8
Maintenance release - stable build stage
This release:
- Updates Golang and build dependencies
What's Changed
- Bump github.com/sethvargo/go-envconfig from 0.9.0 to 1.0.0 by @dependabot in #68
- Bump golang.org/x/net from 0.19.0 to 0.20.0 by @dependabot in #67
- Release 0.0.8 by @SuperBuker in #99
- Go Releaser config by @SuperBuker in #100
Full Changelog: v0.0.7...v0.0.8
v0.0.7
Bugfix release - release candidate stage
This release:
- Fixes DDNSKey resource state
- Updates Golang dependencies
What's Changed
- DDNSKey unknown current state fix by @SuperBuker in #64
- Release 0.0.7 by @SuperBuker in #65
Full Changelog: v0.0.6...v0.0.7
v0.0.6
Maintenance release - release candidate stage
This release:
- Updates Golang dependencies and improves CI/CD actions
- Improves slightly the error handling
What's Changed:
- CI/CD fixes by @SuperBuker in #49
- Bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in #51
- Bump hashicorp/setup-terraform from 2.0.3 to 3.0.0 by @dependabot in #50
- Bump actions/upload-artifact from 3.1.3 to 4.0.0 by @dependabot in #59
- Readme Update by @SuperBuker in #52
- Release 0.0.6 by @SuperBuker in #63
Full Changelog: v0.0.5...v0.0.6
v0.0.5
Maintenance release - release candidate stage
This release:
- Improves the error handling granularity
- Applies cosmetic fixes in the xpath expressions
- Transfers to a configuration file all the hardcoded parameters from tests
- Makes test environment reproducible through Terraform manifests
- Updates Golang dependencies and improves CI/CD actions
v0.0.4
Maintenance release - beta stage
This release:
- Fixes authentication with user and password (without OTP)
- Fixes a few security bugs
- Removes hardcoded parameters from tests
- Updates Golang dependencies and CI/CD actions
v0.0.3
Third release - beta stage
This release includes a couple of minor fixes:
- Extended field validation
- Minor doc improvements
Release alfa v0.0.2
Second release - alfa stage
This release includes a couple of important fixes:
- Record matching on creation
- Domain regexp validation
Additionally, most of the documentation has been published.
Release alfa v0.0.1
First release - alfa stage
This release includes an initial version of all the resources and data sources expected to be supported up the v1.
- Most of the resource validations are already put in place, but there's margin for improvement.
- The terraform documentation and provider code examples are missing.