Skip to content

Releases: krystal/terraform-provider-katapult

v0.0.14

03 Jul 10:23
86d57f7
Compare
Choose a tag to compare

0.0.14 (2024-07-03)

Bug Fixes

  • ci/release: make goreleaser config compatible with v2 (#137) (e7635f1)

v0.0.13

03 Jul 08:48
98c79a4
Compare
Choose a tag to compare

0.0.13 (2024-06-21)

Bug Fixes

  • ci: separate release-please and goreleaser, also update all the things (#134) (2a86d40)

v0.0.12

21 Jun 11:13
f36dacd
Compare
Choose a tag to compare

0.0.12 (2024-06-20)

Features

  • add katapult load balancer rule resource and data sources (#119) (987b814)

Bug Fixes

  • load-balancer: handle removal of all resource IDs (#132) (b4cb8bf)
  • v6provider/refresh: refreshing missing resources now clears them from state (#133) (0ce024b)
  • v6provider: add plan modifier rules to reduce excessive known after apply issues (#131) (0fcb3a0)

v0.0.11

07 Mar 18:19
253d2ef
Compare
Choose a tag to compare

0.0.11 (2024-03-07)

Bug Fixes

  • virtual-machine: avoid rare error when creating a virtual machine (#125) (63bae8d)

v0.0.10

23 Mar 20:59
8a71607
Compare
Choose a tag to compare

0.0.10 (2023-03-23)

Features

  • destroy: add skip_trash_object_purge provider option (e45ba3f)
  • file_storage_volumes: add katapult_file_storage_volume data source (bc4355a)
  • file_storage_volumes: add katapult_file_storage_volume resource (9bb3471)
  • file_storage_volumes: add katapult_file_storage_volumes data source (3bac917)

v0.0.9

09 Mar 16:44
40bd59b
Compare
Choose a tag to compare

0.0.9 (2023-03-09)

Features

  • security_groups: add katapult_security_group data source (d2ce789)
  • security_groups: add katapult_security_group resource (cee9f25)
  • security_groups: add katapult_security_group_rule data source (b53fc6b)
  • security_groups: add katapult_security_group_rule resource (83a5f0c)
  • security_groups: add katapult_security_group_rules data source (8c1a3d8)
  • security_groups: add katapult_security_groups data source (e29a7ca)

v0.0.8

26 Jan 23:53
a14c4aa
Compare
Choose a tag to compare

0.0.8 (2023-01-26)

Features

  • deps: change minimum supported Terraform version from 0.14.x to 1.0.x (11bda78)
  • resource/virtual_machine: add support for setting number and size of disks during creation (94f42ca)

Bug Fixes

  • data/virtual_machine: populate network_speed_profile field (cf88729)

v0.0.6

17 Mar 11:29
v0.0.6
b0983ad
Compare
Choose a tag to compare

Maintenance

  • deps: update all internal dependencies

v0.0.5

12 Jul 14:29
v0.0.5
7a4b16f
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • deps: The provider organization and data_center attributes can no longer accept IDs. You must provide the organization sub-domain and data center permalink.

Features

  • deps: update to latest go-katapult client library (e1e9e1f)

Bug Fixes

  • deps: update terraform-json package to fix state version error (976bcb1)

Documentation

  • readme: improve visual styling (08d3b1f)
  • readme: update requirements to include Terraform versions later than 0.14.x (be7f115)

v0.0.4

06 Apr 11:12
de2ce9f
Compare
Choose a tag to compare

Documentation

  • network: add missing speed profile examples (f0882ab)
  • virtual_machine: fix disk template value in example (00f406e)