Skip to content

Releases: cloudsigma/terraform-provider-cloudsigma

v2.5.0

15 Jul 11:15
Compare
Choose a tag to compare

v2.5.0 (2024-07-15)

Bug Fixes

  • datasource/cloudsigma_profile: add acceptance tests

Documentation

  • datasource/cloudsigma_ip: update documentation and examples
  • datasource/cloudsigma_tag: update documentation and examples

Features

  • datasource/cloudsigma_ip: migrate ip data source to framework
  • datasource/cloudsigma_tag: migrate tag data source to framework
  • resource/cloudsigma_acl: remove unused resource
  • resource/cloudsigma_firewall_policy: remove unused resource

v2.4.1

13 Jul 12:15
Compare
Choose a tag to compare

v2.4.1 (2024-07-13)

Bug Fixes

  • resource/cloudsigma_server: handle empty network definition

v2.4.0

12 Jul 20:43
Compare
Choose a tag to compare

v2.4.0 (2024-07-12)

Documentation

  • datasource/cloudsigma_vlan: update documentation and examples

Features

  • datasource/cloudsigma_vlan: allow filtering by uuid or name attributes
  • datasource/cloudsigma_vlan: migrate vlan data source to framework

Maintaining

  • sync golangci-lint configuration with scaffolding repo

v2.3.0

06 Jul 18:16
Compare
Choose a tag to compare

v2.3.0 (2024-07-06)

Features

  • resource/cloudsigma_ssh_key: migrate ssh key resource to framework

Maintaining

  • gh-actions: update terraform-version matrix for acceptance tests

v2.2.0

03 Jul 18:34
Compare
Choose a tag to compare

v2.2.0 (2024-07-03)

Code Refactoring

  • use mux provider for sdk acceptance tests

Features

  • resource/cloudsigma_tag: migrate tag resource to framework

Maintaining

  • tools: run sweepers in gh-actions after acceptance tests

v2.1.0

29 Jun 10:42
Compare
Choose a tag to compare

v2.1.0 (2024-06-29)

Bug Fixes

  • deps: upgrade cloudsigma-sdk-go to v0.15.1

Features

  • datasource/cloudsigma_profile: migrate profile data source to framework
  • tools: validate docs as part of test workflow
  • tools: build documenation with tfplugindocs
  • tools: use tfplugindocs for docs validation

Maintaining

  • gh-actions: update checkout action to v4

v2.0.0

23 Jun 15:25
Compare
Choose a tag to compare

v2.0.0 (2024-06-23)

Bug Fixes

  • gh-actions: fix permissions issue for cache directories
  • gh-actions: run acceptance tests as part of test workflow

Features

  • multiplex framework and sdk provider together
  • upgrade protocol version from 5 to 6
  • provider: deprecate base_url attribute

Maintaining

  • gh-actions: update github actions to latest stable versions
  • tools: install git-chglog via tools approach
  • tools: update golangci-lint to v1.59.1

NOTE: This release adds an internal usage of plugin framework (additionally to SDKv2). The resources and data sources will be migrated later. No behavior changes are expected.

v1.11.0

23 Jan 04:29
Compare
Choose a tag to compare

v1.11.0 (2024-01-23)

Bug Fixes

  • resource/cloudsigma_drive: remove validation func for storage_type
  • resource/cloudsigma_server: handle server "unavailable" state
  • resource/cloudsigma_server: solves boot_order issue #40, and document its behaviour

Features

  • resource/cloudsigma_drive: add optional storage_type field
  • resource/cloudsigma_server: add drive device type and make it optionally configurable

Maintaining

  • update github.com/hashicorp/terraform-plugin-sdk to the latest version

v1.10.4

22 Jan 14:30
Compare
Choose a tag to compare

v1.10.4 (2024-01-22)

Bug Fixes

  • resource/cloudsigma_drive: fix boot order when attaching multiple drives

Maintaining

  • add spelling check via codespell

v1.10.3

04 Aug 11:52
Compare
Choose a tag to compare

v1.10.3 (2023-07-26)

Bug Fixes

  • resource/cloudsigma_server: remove validation on memory attribute

Maintaining

  • cloudsigma_server: fix failing acceptance tests