Skip to content

Releases: civo/terraform-provider-civo

v1.0.48

30 Jul 04:09
Compare
Choose a tag to compare

Changelog

  • e7cf5b4 fix: ensure 'instance' handles 'reserve_ipv4' field for both IP and ID correctly without constant updates (#281)
  • c9b6164 Support to update network nameservers (#280)
  • ffca8c9 Update docs and CHANGELOG.md
  • 16c018b fix: allow updating kubernetes_version after cluster creation (#276)
  • 97b2be4 fix: handle application plans with spaces (#286)
  • 921320f fix: support updating firewall_id for civo_kubernetes_cluster (#278)
  • d55208f fix: validate cluster_type to ensure it is either 'k3s' or 'talos' (#279)

v1.0.47

23 Jul 08:26
Compare
Choose a tag to compare

Changelog

  • 208dd0d Make Cluster CNI immutable (#274)
  • 7cbaf56 Make applications feild immutable in clusters (#267)
  • 209dc3b Make cluster_type feild immutable in clusters (#268)
  • 4cc441c Update docs and CHANGELOG.md
  • c7c3c37 change in private_ipv4 on instance value requires the replacement (#255)
  • 8eeb570 fix: remove unnecessary retries and improve error handling (#275)

v1.0.46

10 Jul 18:34
Compare
Choose a tag to compare

Changelog

  • 8a47734 Add cidr and Nameservers as computed (#239)
  • 95fa9da Allow updating reserved_ip4 for instance resource (#254)
  • c225818 Check for Resource Already Exist Error before retry (#243)
  • 55973e3 Create Default firewall for network when not specified. (#230)
  • 4c1898f ForceNew on Region in network resource (#238)
  • 11d10f8 Make CIDR immutable for network resource (#240)
  • a55e8a6 Make firewall ID to be a required field for instance (#237)
  • 3f5b5df Update docs and CHANGELOG.md
  • a675626 Wait for the instance to be completely deleted (#253)

v1.0.45

20 Jun 15:55
Compare
Choose a tag to compare

Changelog

  • 407ade6 Destory and Re-create Instance in case of disk-image update (#219)
  • f33c9c7 Update docs and CHANGELOG.md
  • b13b827 Various improvements in civo_instance rersource (#226)

v1.0.44

13 Jun 13:00
Compare
Choose a tag to compare

Changelog

  • 5856862 Fix disk_image and public_ip_required in instance read (#218)
  • 94dedc6 Update docs and CHANGELOG.md
  • b57a742 manage network state properly (#216)

v1.0.43

10 Jun 15:37
Compare
Choose a tag to compare

Changelog

  • 48e8f14 Add Retry Logic for network and instance create (#215)
  • 4c86183 Update docs and CHANGELOG.md

v1.0.42

06 Jun 09:13
Compare
Choose a tag to compare

Changelog

  • 0d55494 Rename field HarwareAddr to PhysicalInterface (#214)
  • d36d808 Update docs and CHANGELOG.md

v1.0.41

07 May 16:53
Compare
Choose a tag to compare

Changelog

  • 8f906b9 Support Private IP for Instance create (#210)
  • 6d26255 Update docs and CHANGELOG.md

v1.0.40

29 Apr 11:33
Compare
Choose a tag to compare

Changelog

  • 887ffbe Add CIDR and Nameservers support in network (#200)
  • cd13982 Add Labels and Taints to Node Pool configurations (#198)
  • 350b788 Add environment variable for release job in release.yml (#206)
  • 555bfce Fix GitHub Actions configuration in release.yml (#205)
  • 2a1d762 Refactor Civo Kubernetes node pool configuration and organize code in their own folders per service (#196)
  • b80476b Remove spaces in the applications string (#195)
  • b1bec2c Support Reserved IP for Instance create operation (#204)
  • 007e208 Update Go version to 1.21.x in release.yml (#209)
  • f9305c4 Update GoReleaser version to 1.25.1 in release.yml (#208)
  • 170f736 Update docs and CHANGELOG.md
  • 0cb12ba Update docs and CHANGELOG.md
  • 5900553 Update docs and CHANGELOG.md
  • c896397 Update private key variable in release.yml (#207)
  • ac702da VLAN Support (#201)

v1.0.39

16 Oct 12:22
Compare
Choose a tag to compare

Changelog

  • 53c9d9c Remove the waitForKubernetesNodeDelete and add retry to the delete (#191)
  • a19bdbf Update docs and CHANGELOG.md