Skip to content

Releases: cloudsigma/terraform-provider-cloudsigma

v1.7.2

17 Jan 14:16
Compare
Choose a tag to compare

v1.7.2 (2022-01-17)

Documentation

  • update registry documentation for token based authentication

v1.7.1

17 Jan 04:00
Compare
Choose a tag to compare

v1.7.1 (2022-01-17)

Maintaining

  • update go version to 1.17 in github worklflows

v1.6.0

09 Sep 16:01
Compare
Choose a tag to compare

v1.6.0 (2021-09-09)

Features

  • data-source/cloudsigma_drive: add new data source for drives

v1.5.1

02 Aug 23:59
Compare
Choose a tag to compare

v1.5.1 (2021-08-03)

Maintaining

  • update terraform-plugin-sdk to v2.7.0

v1.4.2

24 May 16:55
Compare
Choose a tag to compare

v1.4.2 (2021-05-24)

Maintaining

  • update CloudSigma SDK library to version v0.9.0

v1.4.1

17 May 14:39
Compare
Choose a tag to compare

v1.4.1 (2021-05-17)

Bug Fixes

  • resource/cloudsigma_server: fix tags overiding when attaching drives to servers

v1.4.0

03 May 07:40
Compare
Choose a tag to compare

v1.4.0 (2021-05-03)

Bug Fixes

  • resource/cloudsigma_drive: change size correctly when drive is mounted
  • resource/cloudsigma_drive: allow to specify timeout for create operation

Features

  • resource/cloudsigma_server: add smp attribute

Maintaining

  • run acceptance tests by release workflow

v1.3.0

11 Mar 01:45
Compare
Choose a tag to compare

v1.3.0 (2021-03-11)

Features

  • resource/cloudsigma_drive: add validation for trying to shrink drives size
  • resource/cloudsigma_drive: add tags attribute
  • resource/cloudsigma_server: add tags attribute

Maintaining

  • update cloudsigma-sdk-go to v0.7.0

v1.2.1

18 Feb 17:53
Compare
Choose a tag to compare

v1.2.1 (2021-02-18)

Bug Fixes

  • resource/cloudsigma_server: revert validate function with diagnostics for ssh_keys attribute

Documentation

  • resource/cloudsigma_server: add an example assigning private and public networks

v1.2.0

17 Feb 00:58
Compare
Choose a tag to compare

v1.2.0 (2021-02-17)

Documentation

  • data-source/cloudsigma_vlan: fix hcl example
  • resource/cloudsigma_server: document network field with example

Features

  • resource/cloudsigma_server: add vlan_uuid field
  • resource/cloudsigma_server: add network field

Maintaining

  • update terraform-plugin-sdk to v2.4.3
  • github-actions: upgrade Go version to 1.15