Skip to content

Latest commit

 

History

History
83 lines (52 loc) · 3.91 KB

CHANGELOG.md

File metadata and controls

83 lines (52 loc) · 3.91 KB

0.3.3

ENHANCEMENTS

  • provider - Fix a bug where updating tags hangs until timeout (#59)
  • resource/vlan - Fix a bug where permission issue lead to a crash (#61)
  • provider - Add user agent to go client and cross compile for darwin/arm64 (#62)
  • resource/virtual_server use deprovision progress instead of polling vmware API (#64)

0.3.2

ENHANCEMENTS

  • provider: Configure client logging and Add logging helper functions

0.3.1

ENHANCEMENTS

  • resource/virtual_server - network IP changes require resource recreation (#45)

  • resource/virtual_server - fixed bug with disk sizing (#46)

  • resource/vlan - Allow vm_provisioning to be updated inplace (#48)

  • resource/virtual_server - andle incomplete network informations to avoid drift (#51)

  • Upgraded to golang-1.16 build pipeline (#49)

DOCUMENTATION

  • resource/virtual_server - updated example and disk attribute documentation (#47)

0.3.0

FEATURES

  • resource/anxcloud_virtual_server - support for configuring multiple disks when creating virtual server (#40)
  • documentation/anxcloud_virtual_server - Updated disk documentation (43)

ENHANCEMENTS

  • resource/anxcloud_virtual_server - fixed some bugs with the import logic (40)

0.2.4

FEATURES

  • resource/vlan, resource/ip_address resource/virtual_server - support for importing existing resources (#36)
  • resource/tag, resource/network_prefix - support for importing existing resources (#35)
  • New Data Source anxcloud_cpu_performance_types, anxcloud_tags, anxcloud_vsphere_locations (#29)
  • New Data Source anxcloud_nic_type, anxcloud_vlan, anxcloud_ip_address (#28)

0.2.3

ENHANCEMENTS

  • all resources - if resources not found then let terraform to reflect this in the status (#27)

0.2.2

ENHANCEMENTS

  • resource/anxlcoud_virtual_server - reserve an IP address before creating a VM (#20)

0.2.1

FEATURES

  • New Data Source: anxcloud_template (#14)
  • New Resource: anxcloud_tag (#15)

0.2.0

FEATURES

  • New Resource: anxcloud_vlan (#6)
  • New Resource: anxcloud_network_prefix (#10)
  • New Resource: anxcloud_ip_address (#11)
  • New Data Source: anxcloud_disk_type (#12)

ENHANCEMENTS

  • resource/anxlcoud_virtual_server - add update/scale method (#7)
  • resource/anxcloud_vlan - simplify resource deletion (#9)

0.1.0

FEATURES

  • New Resource: anxcloud_virtual_server (#3)