Releases: Xelon-AG/terraform-provider-xelon
Releases · Xelon-AG/terraform-provider-xelon
v0.7.0
v0.7.0 (2023-03-13)
Code Refactoring
- standardize logging by resource methods
Documentation
- describe optional envvars for provider configuration
Features
- datasource/xelon_network: add new data source for networks
- provider: make framework usable
Maintaining
- update template for pull requests
- upgrade protocol version from 5 to 6
- add template for GitHub pull requests
- add template for GitHub issues
- log info when configuring SDK client
- replace deprecated GoReleaser options
v0.6.2
v0.6.1
v0.6.0
v0.5.1
v0.5.0
v0.5.0 (2022-12-30)
Features
- resource/xelon_network: add new resource for networks
Maintaining
- upgrade xelon-sdk-go to v0.11.0
- execute acceptance tests by pull request checks
- resource/xelon_network: add acceptance tests
- resource/xelon_ssh_key: verify if key exists when executing acceptance tests
- resource/xelon_ssh_key: enable acceptance tests
v0.4.0
v0.3.0
v0.2.0
v0.1.0
v0.1.0 (2022-12-02)
Features
- resource/xelon_ssh_key: add new resource for ssh keys
Maintaining
- add GitHub release workflow
- inject provider version via ldflags
- use goreleaser to build executables
- upgrade xelon-sdk-go to v0.7.0
- use tools-as-dependency pattern for dev dependencies
- replace logging with tflog package
- use GitHub actions for running unit tests