Releases: orange-cloudavenue/terraform-provider-cloudavenue
Releases · orange-cloudavenue/terraform-provider-cloudavenue
v0.6.0
🚀 New Features
- New Data Source:
datasource/cloudavenue_edgegateway_security_group
- New data source to fetch security group details from Cloud Avenue Edge Gateway. (GH-351) - New Data Source:
datasource/cloudavenue_network_dhcp
- New data source to get DHCP information for an organization network. (GH-349) - New Resource:
resource/cloudavenue_edgegateway_security_group
- New resource to manage Edge Gateway Security Group in Cloud Avenue. (GH-342) - New Resource:
resource/cloudavenue_network_dhcp
- New resource to manage DHCP for a organization network. (GH-348)
🎉 Improvements
resource/cloudavenue_vm_affinity_rule
- Add notice in documentation about polarity attribute. (GH-380)
🐛 Bug Fixes
resource/cloudavenue_vm_affinity_rule
- Fix bug invm_ids
attribute. Now it is possible to set more than 2 VMs IDs. (GH-380)
Dependencies
- deps: bumps github.com/FrangipaneTeam/terraform-plugin-framework-planmodifiers from 1.3.1 to 1.3.2 (GH-369)
- deps: bumps github.com/FrangipaneTeam/terraform-plugin-framework-superschema from 1.3.2 to 1.3.3 (GH-377)
- deps: bumps github.com/FrangipaneTeam/terraform-plugin-framework-validators from 1.6.4 to 1.7.0 (GH-379)
- deps: bumps github.com/hashicorp/terraform-plugin-docs from 0.15.0 to 0.16.0 (GH-370)
- deps: bumps github.com/hashicorp/terraform-plugin-framework-timeouts from 0.4.0 to 0.4.1 (GH-376)
v0.5.2
🐛 Bug Fixes
resource/cloudavenue_vapp_org_network
- Fixed a bug where failed to delete resource if the vapp status is RESOLVED. (GH-365)
Dependencies
- deps: bumps dependabot/fetch-metadata from 1.5.1 to 1.6.0 (GH-359)
- deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.3.1 to 1.3.2 (GH-363)
- deps: bumps github.com/hashicorp/terraform-plugin-go from 0.16.0 to 0.17.0 (GH-362)
- deps: bumps github.com/hashicorp/terraform-plugin-go from 0.17.0 to 0.18.0 (GH-366)
- deps: bumps github.com/hashicorp/terraform-plugin-sdk/v2 from 2.26.1 to 2.27.0 (GH-361)
v0.5.1
v0.5.0
🚀 New Features
- New Resource:
resource/cloudavenue_edgegateway_firewall
- New resource to create a Edge Gateway firewall. (GH-340) - New Resource:
resource/cloudavenue_network_app_port_profile
- Is a new resource type that allows you to create a port profile for a network application. (GH-319) - New Resource:
resource/cloudavenue_publicip
is a new resource that can be used to manage public IP addresses in Cloud Avenue. (GH-336) - New Resource:
resource/cloudavenue_vcda_ip
- Is a new resource allows you to declare or remove your on-premises IP address for the DRaaS service (GH-335) - New Datasource:
datasource/cloudavenue_vm
- Data source allows you to read information about a virtual machine. (GH-322)
🎉 Improvements
resource/cloudavenue_vm_disk
- Add update support for disk not detachable. (GH-332)resource/cloudavenue_vm
- Add in the documentation the fields that require a VM restart if they are modified. (GH-308)
Dependencies
- deps: bumps github.com/FrangipaneTeam/terraform-plugin-framework-planmodifiers from 1.3.0 to 1.3.1 (GH-343)
- deps: bumps github.com/FrangipaneTeam/terraform-plugin-framework-superschema from 1.3.1 to 1.3.2 (GH-338)
- deps: bumps github.com/hashicorp/terraform-plugin-framework-timeouts from 0.3.1 to 0.4.0 (GH-324)
v0.4.0
🚨 Breaking Changes
cloudavenue_vm
- Now the attributessettings.customization.auto_generate_password
andsettings.customization.admin_password
are mutually exclusive and are no longer exactly one of. (GH-320)cloudavenue_vm
- The default value for attributedeploy_os.accept_all_eulas
has been removed. (GH-320)
🚀 New Features
cloudavenue_vm
- Add import of VM. (GH-320)- New Resource:
cloudavenue_vm_security_tag
resource is added to manage security tags on VMs. (GH-294)
ℹ️ Notes
cloudavenue_vm
- The attributessettings.customization.force
,settings.customization.change_sid
,settings.customization.allow_local_admin_password
,settings.customization.must_change_password_on_first_login
,settings.customization.join_domain
andsettings.customization.join_org_domain
have now a default value offalse
. (GH-320)
🐛 Bug Fixes
cloudavenue_vm
- Fix bugs insettings.customization
and fix the ability to perform actions on multiple VMs simultaneously. (GH-320)
Dependencies
- deps: bumps github.com/FrangipaneTeam/terraform-plugin-framework-planmodifiers from 1.2.2 to 1.3.0 (GH-317)
- deps: bumps github.com/FrangipaneTeam/terraform-plugin-framework-validators from 1.6.3 to 1.6.4 (GH-315)
- deps: bumps github.com/FrangipaneTeam/terraform-plugin-framework-superschema from 1.3.0 to 1.3.1 (GH-316)
v0.3.0
BREAKING CHANGES:
- Deletion of
power_on
attribute in schema forcloudavenue_vapp
resource and datasource. (GH-286) - New major change on schema
cloudavenue_vm_disk
resource. (GH-286) - New major change on schema for
cloudavenue_vm
resource. (GH-286)
FEATURES:
- New Data Source: cloudavenue_network_routed (GH-249)
- New Data Source: cloudavenue_vapp_isolated_network (GH-291)
BUG FIXES:
- Force to
power_off
acloudavenue_vapp
when you delete acloudavenue_vapp_org_network
resource. (GH-286)
DEPENDENCIES:
- Update VMware Cloud Director API from v37.0 to v37.1 (GH-286)
- deps: bumps actions/setup-go from 4.0.0 to 4.0.1 (GH-314)
- deps: bumps crazy-max/ghaction-import-gpg from 5.2.0 to 5.3.0 (GH-293)
- deps: bumps dependabot/fetch-metadata from 1.3.6 to 1.4.0 (GH-289)
- deps: bumps dependabot/fetch-metadata from 1.4.0 to 1.5.0 (GH-296)
- deps: bumps dependabot/fetch-metadata from 1.5.0 to 1.5.1 (GH-297)
- deps: bumps github.com/FrangipaneTeam/terraform-plugin-framework-validators from 1.4.0 to 1.5.0 (GH-287)
- deps: bumps github.com/FrangipaneTeam/terraform-plugin-framework-validators from 1.5.0 to 1.5.1 (GH-290)
- deps: bumps github.com/FrangipaneTeam/terraform-plugin-framework-validators from 1.5.1 to 1.6.3 (GH-286)
- deps: bumps github.com/cloudflare/circl from 1.3.2 to 1.3.3 (GH-295)
- deps: bumps github.com/hashicorp/terraform-plugin-docs from 0.14.1 to 0.15.0 (GH-300)
- deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.2.0 to 1.3.0 (GH-301)
- deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.3.0 to 1.3.1 (GH-306)
- deps: bumps github.com/hashicorp/terraform-plugin-go from 0.15.0 to 0.16.0 (GH-313)
- deps: bumps github.com/hashicorp/terraform-plugin-log from 0.8.0 to 0.9.0 (GH-298)
- deps: bumps github.com/vmware/go-vcloud-director/v2 from 2.19.0 to 2.20.0 (GH-292)
- deps: bumps golangci/golangci-lint-action from 3.4.0 to 3.5.0 (GH-299)
- deps: bumps golangci/golangci-lint-action from 3.5.0 to 3.6.0 (GH-307)
- deps: bumps goreleaser/goreleaser-action from 4.2.0 to 4.3.0 (GH-304)
v0.2.0
v0.1.1
docs: fix subcategories (#250)
v0.1.0
chore(deps): bump github.com/FrangipaneTeam/terraform-plugin-framewor…