Skip to content

Releases: oscarhermoso/terraform-provider-binarylane

v0.9.0

08 Dec 09:10
7f5bae6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.4...v0.9.0

v0.8.4

08 Dec 00:20
4ef9df6
Compare
Choose a tag to compare

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

22 Nov 02:13
cd85f67
Compare
Choose a tag to compare

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

17 Nov 07:29
e6c50a4
Compare
Choose a tag to compare

What's Changed

  • 🔧 rebuild server when ssh_keys, image or user_data changes by @oscarhermoso in #44

Full Changelog: v0.8.1...v0.8.2

v0.8.1

13 Nov 14:22
2bc281d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

11 Nov 00:16
2a6ba27
Compare
Choose a tag to compare

Breaking

  • 🎛 Replace wait_for_create with timeouts, 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 and size for server resources without re-creating them

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

03 Nov 03:03
2c63983
Compare
Choose a tag to compare

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

25 Oct 02:40
e18d242
Compare
Choose a tag to compare

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

04 Oct 02:16
1084c27
Compare
Choose a tag to compare

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 with resource.ParallelTest
    • load_balancer resource waits for creation before continuing (overall, test suite now slower, but this prevents inconsistent failures)

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

27 Sep 00:55
Compare
Choose a tag to compare

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