Skip to content

Releases: cloudsigma/terraform-provider-cloudsigma

v1.1.0

24 Dec 22:03
Compare
Choose a tag to compare

v1.1.0 (2020-12-24)

Features

  • resource/cloudsigma_drive: replace legacy SchemaValidateFunc with wrapper function
  • resource/cloudsigma_server: replace legacy SchemaValidateFunc with wrapper function

Maintaining

  • add support for openbsd systems

v1.0.1

25 Nov 21:22
Compare
Choose a tag to compare

v1.0.1 (2020-11-25)

Bug Fixes

  • resource/cloudsigma_server: check if server runtime before IP address assignment

Maintaining

  • update terraform-plugin-sdk to v2.3.0

v1.0.0

09 Nov 12:43
Compare
Choose a tag to compare

v1.0.0 (2020-11-09)

Documentation

  • add examples with additional drive for server resource

Features

  • resource/cloudsigma_drive: add uuid field
  • resource/cloudsigma_server: add ipv4_address, ssh_keys fields
  • resource/cloudsigma_server: add mounted_on field
  • resource/cloudsigma_ssh_key: add private_key field

Maintaining

  • upgrade terraform-plugin-sdk to v2.2.0

v0.3.0

08 Oct 16:41
Compare
Choose a tag to compare

v0.3.0 (2020-10-08)

Documentation

  • add authentication section

Features

  • resource/cloudsigma_ssh_key: add fingerprint field

v0.2.0

27 Sep 00:30
Compare
Choose a tag to compare

v0.2.0 (2020-09-27)

Features

  • resource/cloudsigma_drive_attachment: remove drive_attachment resource
  • resource/cloudsigma_server: add 'drive' option to attach server drives

Maintaining

  • upload draft changelog when creating github release
  • add breaking changes notes to unreleased changelog
  • remove dependency between lint and test tasks
  • upgrade terraform-plugin-sdk to v2.0.3

BREAKING CHANGE

resource drive_attachment is replaced with internal map in server resource

v0.1.2

07 Sep 15:42
Compare
Choose a tag to compare

Bug Fixes

  • add missing prefix by binary file name

Documentation

  • add getting-started guide to documentation

v0.1.1

28 Aug 14:33
Compare
Choose a tag to compare

Features

  • resource/cloudsigma_remote_snapshot: add new resource for remote snapshots

Maintaining

  • run GoReleaser with GitHub actions
  • enable GitHub actions
  • automate release process with GoReleaser