Releases: apache/cloudstack-terraform-provider
Releases · apache/cloudstack-terraform-provider
v0.6.0
Some of the key highlights of this release include:
Added support for Autoscale VM groups
Added support for Snapshot policies
Added support for Quota plugin
Added support for Userdata
Added sppport for Zonewizard resources
Added support for Cloudstack project creation
Added support for Flexible cks clusters
Added support for Cloudstack roles
Added support for Cloudstack limits
Improved support for Creating/importing of Network ACL rules
Improved support for Service Offering resources
Improved support for Cloudstack instance resource
Upgraded SDK and support for terraform plugin framework
What's Changed
- Update README.md by @CodeBleu in #110
- Update hash generation by @DaanHoogland in #108
- [StepSecurity] ci: Harden GitHub Actions by @step-security-bot in #103
- Update SDKs by @fabiomatavelli in #71
- Bump github.com/apache/cloudstack-go/v2 from 2.13.2 to 2.16.1 by @dependabot[bot] in #119
- chore: protect main branch with mandatory checks by @fabiomatavelli in #123
- ci: runs acc test on every change by @fabiomatavelli in #127
- Update .asf.yaml by @yadvr in #128
- feat: migrate to terraform plugin framework by @fabiomatavelli in #113
- ci: update terraform, opentofu and cloudstack versions by @fabiomatavelli in #130
- Fixes #117 - Allow Multiple SSH Keypairs by @CodeBleu in #122
- fix: remove user-data conditional size by @fabiomatavelli in #121
- added domainid parameter to account resource by @kiranchavala in #136
- Adding configuration resource by @poddm in #57
- add brace to end of example in instance.html.markdown by @DaanHoogland in #169
- Update github workflow & acceptance versions by @CodeBleu in #192
- chore(deps): bump golang.org/x/net from 0.23.0 to 0.38.0 by @dependabot[bot] in #171
- Updated cloudstack go sdk to v2.17.1 by @sureshanaparti in #193
- Fix creation of firewall & Egress firewall rules when created in a project by @Pearl1594 in #198
- chore(deps): bump github.com/cloudflare/circl from 1.3.7 to 1.6.1 by @dependabot[bot] in #188
- Pin github actions version by @vishesh92 in #207
- rat + excludes and add licenses to other files by @DaanHoogland in #200
- add specific test instruction and 4.20.1 docker simulator by @sudo87 in #211
- data: get vpc in project by project name by @weizhouapache in #209
- Support additional parameters for cloudstack_nic resource by @Pearl1594 in #210
- serviceoffering: add params for custom offering, storage tags, encryptroot by @shwstppr in #212
- Support desc and rule_number in create_network_acl_rule by @sudo87 in #203
- Add support for additional optional parameters for creating network offerings by @Pearl1594 in #205
- Add disk_offering & override_disk_offering to instance resource by @vishesh92 in #208
- Allow specifying private end port & public end port for port forward rules by @vishesh92 in #204
- Add
cloudstack_physicalnetworkand some underlying additional resources by @ianc769 in #201 - feat: add cidrlist parameter to loadbalancer rule by @chrxmvtik in #147
- Add
cloudstack_domainas a data source by @ianc769 in #195 - Add
cloudstack_roleresource by @ianc769 in #181 - Fix update of VM details by @vishesh92 in #158
- Zonewizard by @poddm in #67
- Add
acl_idparameter to the example usage of thecloudstack_private_gatewayresource by @bernardodemarco in #180 - CKS registry and state updates by @JSpon in #154
- service offering. sdk framework rewrite by @poddm in #138
- add
cloudstack_clusterdata source and documentation by @ianc769 in #222 - Add
cloudstack_projectresource by @ianc769 in #167 - Add
cloudstack_limitsdata source and resource by @ianc769 in #197 - Add support for snapshot policies by @Pearl1594 in #223
- Add support to import ACL rules by ACL id by @Pearl1594 in #224
- added doc to cks and acl rule by @kiranchavala in #229
- Add support for autoscale VM groups by @Pearl1594 in #213
- (docs): Fix formatting and links in README.md for clarity and consistency by @ianc769 in #228
- Add support for the new parameters added to CKS cluster deployement by @Pearl1594 in #230
- updated goreleaser by @kiranchavala in #231
- fix: Enhance network ACL rule creation & reading by @CodeBleu in #240
- Deprecate usage of ports (port list) and add support to use updateNetworkAclItems API instead of recreating rules when modified by @Pearl1594 in #242
- feature: add Quota plugin by @jeanvetorello in #248
- feat: Add service_offering_details support for GPU configuration by @jeanvetorello in #247
- Add rule number to the terraform state by @Pearl1594 in #245
- Upgrade Apache RAT to version 0.17 by @DaanHoogland in #254
- Add boot mode for instance by @Pearl1594 in #251
- updated autoscaleprofile doc by @kiranchavala in #255
- Add support for userdata and linking to templates by @Pearl1594 in #256
New Contributors
- @step-security-bot made their first contribution in #103
- @yadvr made their first contribution in #128
- @sureshanaparti made their first contribution in #193
- @sudo87 made their first contribution in #211
- @weizhouapache made their first contribution in #209
- @shwstppr made their first contribution in #212
- @ianc769 made their first contribution in #201
- @chrxmvtik made their first contribution in #147
- @bernardodemarco made their first contribution in #180
- @JSpon made their first contribution in #154
- @jeanvetorello made their first contribution in #248
Full Changelog: v0.5.0...v0.6.0
v0.5.0
v0.4.0
Merge pull request #30 from apache/FixTerraformDestroyForIpAddress Fix ip address deletion during "terraform destory" command