Skip to content

Releases: civo/terraform-provider-civo

v1.0.0

11 Oct 11:39
Compare
Choose a tag to compare

Changelog

2e1566f Update CHANGELOG.md
aa39c6f Update docs and CHANGELOG.md
5d7a4fb Update docs and CHANGELOG.md

v0.10.12

01 Oct 09:38
Compare
Choose a tag to compare

Changelog

eb85e9c Disable k8s version upgrade (#96)
5ab9131 Docs update (using tfplugindocs tool) (#92)
13d4a67 Make 'firewall_id' required in 'civo_kubernetes_cluster' resource (#100)
14e7970 Modify GH Actions (#98)
548af80 Update README.md
c80425b Update docs and CHANGELOG.md

v0.10.11

17 Sep 08:53
79c7fc1
Compare
Choose a tag to compare

Changelog

bbcb175 Add firewall support for Kubernetes cluster (#73)
37e3d50 Allow network datasource query by ID/label/region (#85)
b176aef Check if firewall exists before deleting (#78)
3fe8f23 Check network before creating volume (#86)
dec823b Deprecate civo_template (#94)
0bbeab8 Make CIDR required in 'civo_firewall_rule' (#75)
e7f5333 Remove "move IP" from schema and docs (#90)
e45ce14 Save cluster tags in space separated format (#87)
2bb4fac Set firewall_id in cluster resource as computed (#89)
8d2f4c5 Set firewall rule direction to ingress if it's not set (#91)
79c7fc1 Update the changelog
0dcfc1c Volumes management (#69)

v0.10.10

19 Aug 02:43
97dacba
Compare
Choose a tag to compare

Changelog

a4b1388 Change default node size to "g3.k3s.medium" (#66)
40fc215 Fix "empty non-retryable error received" error when updating IaaS node size (#61)
6d4088f Fix cluster primary nodepool scaling bug (#63)
8a12399 Fix imported node pool's scaling issue (#55)
858b0d3 Make 'kubeconfig' field sensitive (#60)
6ced375 Mark IaaS password as sensitive (#56)
a94327e Run 'go mod tidy'
9922b3b Show an error message when nodes size is changed
c1b08c4 Update kubernetes_cluster.md
dabc895 Update kubernetes_cluster.md (#54)
0760056 Update network.md (#64)
97dacba Update the changelog
49bfe0e making public key non sensitive (#59)

v0.10.9

27 Jul 11:38
e82f7ce
Compare
Choose a tag to compare

Changelog

d0b506a Fixed error in the instance resource and update the doc for the template datasource close #43
e82f7ce Updated the changelog

v0.10.8

26 Jul 11:56
7dcacff
Compare
Choose a tag to compare

Changelog

3d0923d Fixed error in the provider in the cluster resource and datasource close #45
7dcacff Updated the changelog

v0.10.7

23 Jul 10:01
476d924
Compare
Choose a tag to compare

Changelog

ba0089b Fixed error in the ValidateNameSize function
476d924 Updated the Changelog

v0.10.6

19 Jul 08:42
Compare
Choose a tag to compare

Changelog

33ad248 Fixed error in the format of the code
4e43800 Fixed error reported in github Removed utils and put in the right folder, updated the civogo lib to the last version Close #39
431e5cf Update the doc and the changelog

v0.10.5

13 Jul 12:45
34d310f
Compare
Choose a tag to compare

Changelog

34d310f Update to Go 1.16 to be able to build the darwin_arm64 for the new M1

v0.10.4

16 Jun 11:37
Compare
Choose a tag to compare

Changelog

e1b79ea Fixed 'applications' argument's description and corresponding examples.
077e3d7 Fixed error in the firewall resource and add random name
e41d0b0 Merge branch 'master' of https://github.com/civo/terraform-provider-civo
5efa679 Merge pull request #37 from dirien/docs
740b968 Merge pull request #38 from hazsetata/kubedoc
db8ffff Update attribute public_ip_requiered description.
bc0465d Updated the changelog
4abb9b6 Updated the doc for instance and kubernetes resource