Releases: oscarhermoso/terraform-provider-binarylane
Releases · oscarhermoso/terraform-provider-binarylane
v0.9.2
What's Changed
- 🛂 Support updates to server
password
andport_blocking
by @oscarhermoso in #56 - 👩⚕️ flesh out the docs, fix optional/required attrs by @oscarhermoso in #59
- 🐹 Bump github.com/hashicorp/terraform-plugin-framework-timeouts from 0.4.1 to 0.5.0 in the minor-patch group by @dependabot in #60
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- 🎒 allow updating of the server
backups
property by @oscarhermoso in #55
Full Changelog: v0.9.0...v0.9.1
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