Skip to content

v1.0.5

Compare
Choose a tag to compare
@xushengl xushengl released this 17 Oct 14:34
· 8 commits to main since this release

Breaking Changes:

  • shared_subscription field in citrix_machine_catalog.provisioning_scheme.azure_machine_config.azure_master_image no longer allows empty string value.
  • Admin Folder Path in all resources no longer allow path starting or ending with \.

New Features:

  • Added data source for citrix_cloud_resource_location. #134
  • Allow restricting desktop launch on machines with specific tag in citrix_delivery_group resource via citrix_delivery_group.desktops.{desktop}.restrict_to_tag field. #121

Bugfixes:

  • Fixed adding and removing multiple machines from Machine Catalog. #128
  • Adding a new disable_daas_client flag in the provider configuration to allow skipping the setup of the Citrix DaaS Client. This helps to decouple Citrix Cloud (CC) and Global App Configuration (GAC) resources from the Citrix DaaS Client. #112
  • Updated the regex format for ActiveDirectoryRegexSID to accommodate more than 3 digits for the Relative ID. #129
  • Use relative path instead of xdpath in properties when creating Azure Hypervisor Resource Pool. #131
  • Ensure vda_upgrade_type is correctly refreshed after Machine Catalog create/update. #133
  • Added an option to include resource_pool_path for the vsphere_machine_config when configuring the machine catalog. #135
  • Fixed a bug where reapplying tag fails due to false name collision error.
  • Fixed issue where certain properties were not refreshed for manual provisioning type machine catalogs.
  • Fixed an issue where metadata that has already been set from resources cannot be removed.
  • Fixed an issue where similar policy names had different values in citrix_cloud_admin_user and citrix_admin_role resources.
  • Fixed an issue where certain fields always shows up as being updated in plan.

Other Improvements:

  • Added validation to ensure that the master_image_vm field in vsphere_machine_config does not accept path inputs. This prevents any forward slashes (/) or backslashes (\) from being included.
  • Update policy set document template to support policy set for cloud customers.

Full Changelog: v1.0.4...v1.0.5