Releases: oscarhermoso/terraform-provider-binarylane
Releases · oscarhermoso/terraform-provider-binarylane
v0.9.0
What's Changed
- 💾 allow customising server memory and disk by @oscarhermoso in #52
Full Changelog: v0.8.4...v0.9.0
v0.8.4
What's Changed
- 🐹 Bump github.com/hashicorp/terraform-plugin-docs from 0.20.0 to 0.20.1 in the minor-patch group by @dependabot in #49
- 🧁 allow update of server
vpc_id
without recreating resource, bump api by @oscarhermoso in #51
Full Changelog: v0.8.3...v0.8.4
v0.8.3
What's Changed
- 🐣
source_and_destination_check
for server resource by @oscarhermoso in #48 - 🐹 Bump github.com/hashicorp/terraform-plugin-testing from 1.10.0 to 1.11.0 in the minor-patch group by @dependabot in #47
Full Changelog: v0.8.2...v0.8.3
v0.8.2
What's Changed
- 🔧 rebuild server when
ssh_keys
,image
oruser_data
changes by @oscarhermoso in #44
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- 🐙 fix server import for public_ipv4_count by @oscarhermoso in #43
Full Changelog: v0.8.0...v0.8.1
v0.8.0
Breaking
- 🎛 Replace
wait_for_create
withtimeouts
, update size & change ipv4 count by @oscarhermoso in #41- You will need to remove the
wait_for_create
attribute - all resources now wait for creation to complete - If you want to customize any create/update timeouts, you can do so with the
timeouts
attribute instead - You can now update
public_ipv4_count
andsize
for server resources without re-creating them
- You will need to remove the
Minor changes
- 🐈 Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 in the minor-patch group by @dependabot in #40
- 🐹 Bump github.com/hashicorp/terraform-plugin-docs from 0.19.4 to 0.20.0 in the minor-patch group by @dependabot in #39
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
Breaking
- 📠 Make
public_ipv4_count
a mandatory attribute on the server resource by @oscarhermoso in #36
Minor changes
- 🐹 Bump the minor-patch group with 3 updates by @dependabot in #34
- 🐈 Bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0 in the minor-patch group by @dependabot in #33
- 🧽 remove retries from create operations, BL has fixed underlying bug by @oscarhermoso in #35
- 💁 support updates for server resource - currently rename, or replace by @oscarhermoso in #38
Full Changelog: v0.6.3...v0.7.0
v0.6.3
What's Changed
- 🐒 Fix error messages for SSH keys by @oscarhermoso in #28
- ⭕ Retry if Servers, SSH Keys, or Load Balancer creation returns 500 response by @oscarhermoso in #29
- 📼 ensure that load balancer always sets model state for health checks by @oscarhermoso in #32
- Package versions bumped
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
- Bump actions/setup-go from 4 to 5 by @dependabot in #21
- 🥢 import ssh key by fingerprint, make tests faster by @oscarhermoso in #26
- Added fingerprint attribute to
ssh_key
resource & data source - Can import
ssh_key
with fingerprint instead of ID - Make the test suite faster - replaced
resource.Test
withresource.ParallelTest
load_balancer
resource waits for creation before continuing (overall, test suite now slower, but this prevents inconsistent failures)
- Added fingerprint attribute to
New Contributors
- @dependabot made their first contribution in #21
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
Basically, fixes #15 and improves the CI/CD pipelines
- 🧪 Bump terraform framework to v0.4.1 & test skipping go generate by @oscarhermoso in #24
- 🐛 Fix release.yml depending on test.yml - 702aae5
- 🐈 pass secrets to test.yml, add prefix to dependabot commit messages by @oscarhermoso in #25
- 🐛 Move cancel-in-progress to correct location - d1adea2
Full Changelog: v0.6.0...v0.6.1