Releases: civo/terraform-provider-civo
Releases · civo/terraform-provider-civo
v1.1.3
Changelog
- ebd1997 Add support for creating instances with custom volume type (#350)
- a38bd6d Added support for NS DNS record (#355)
- d586185 Adding some documentation changes to clarify additional features (#339)
- 551accf Ensuring the error message is properly formatted when it contains newlines. (Issue 346) (#347)
- 099ba0f Update docs and CHANGELOG.md
- 18ba0a3 honor Talos version string when creating clusters (#353)
v1.1.2
Changelog
- 91f7bc4 Add missing instance states (#337)
- 658b854 Addition of privateIP in DB resource (#333)
- 8150e74 Decode Base64 script before saving state (#336)
- b834b4d Fix: Enhance Kubernetes version handling (#329)
- fe53836 Improving the documentation for firewall resource (#326)
- 5022f5f Make script field immutable for instance resource (#338)
- 2adc815 Update docs and CHANGELOG.md
- d47a094 adding documentation for the new write_kubeconfig property (#321)
v1.1.1
Changelog
- da54fcd Do Polling when deleting resources to ensure complete deletation (#323)
- af6a857 Honouring write_kubeconfig post cluster creation (#325)
- ac6a478 Update docs and CHANGELOG.md
- a8a06e9 default k8s version is latest stable available (#320)
- cbb74fb fix: validate existence and structure of credentials_file (#322)
v1.1.0
Changelog
- 4ad25cd Add UUID validation for diff fields (#314)
- cbcaa08 Feat: fallback to CLI config for token (#248)
- 7249f1e Flash Error msg upon invalid token in provider def (#313)
- c379776 Make saving initial_password in instance to state as optional (#318)
- 74cb669 Make saving kubeconfig to state optional for civo_kubernetes resource (#309)
- f901a1f Update docs and CHANGELOG.md
- 6b1264a Validation to set create_default_rules to false when any of the firewall rule is specified (#315)
- fbfebd5 documentation for issue #296 (#308)
v1.0.49
Changelog
- 58df793 Add timeout to resources (#303)
- 0736569 Changing the document hierarchy as described in issue #288 (#292)
- 3f8c43b Changing the kubernetes documentation to make it more user friendly. Issue #290 (#294)
- 949f75c Creating better templates to ensure we get better tickets. Issue #301 (#302)
- 8ff3db5 Fixing some minor issues with the template that we could not see until it was merged to master. Issue #301 (#306)
- 24ec68b Improving the civo instance documentation. Fixes issue #289 (#299)
- aa22f54 Remove tfdocs usage from release pipeline (#291)
- ca04b01 Removing confusing redundant ISSUE_TEMPLATE folder under workflows and implementing the feature properly this time. Fixes #301 (#304)
- ba55fb8 Update docs and CHANGELOG.md
- 9b71364 Updated the instance documentation example to match all changes (#282)
- c5c9826 fix disk img bug (#307)
- c87e89b rm deprecated template and add UUID validation on disk_image (#295)
v1.0.48
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
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
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)