Releases: issyl0/terraform-provider-improvmx
Releases · issyl0/terraform-provider-improvmx
v0.7.1
Oops, I forgot `go mod tidy`
v0.7.0
What's Changed
- Remove default wildcard email forward by @Xenov-X in #16
- Bump Go from 1.18 to 1.21 &
go get -u
modules by @issyl0 in #18
New Contributors
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- workflows: Add GitHub's code scanning Action by @issyl0 in #10
- Use Go 1.18 and bump dependency versions by @issyl0 in #11
- Add a GitHub Action to run the provider with a test domain by @issyl0 in #12
- Bump issyl0/go-improvmx version by @issyl0 in #13
Full Changelog: v0.5.0...v0.6.0
v0.4.2
docs: Use the correct resource name in `improvmx_smtp_credential` docs
v0.4.1
CHANGELOG: Create, add a description of all the versions
v0.4.0
provider,resource_smtp_credential: Support configuring SMTP credentials
- https://improvmx.com/api/#smtp-list
v0.3.0
resource_email_forward: Fix importing, set `alias_name` before reading
- The post-import plan for an email forward wouldn't come back clean as
all the fields weren't set in the state.
v0.2.1
README: Remove provider version
- If users copy/paste this without changing anything, they'll be on a super early version.