Releases: cloudsigma/terraform-provider-cloudsigma
Releases · cloudsigma/terraform-provider-cloudsigma
v1.1.0
v1.0.1
v1.0.0
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
v0.2.0
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
Bug Fixes
- add missing prefix by binary file name
Documentation
- add getting-started guide to documentation
v0.1.1
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