Skip to content

Releases: OpenNebula/terraform-provider-opennebula

v1.0.1

03 Oct 15:05
03f6cbb
Compare
Choose a tag to compare

BUG FIXES

ENHANCEMENTS

  • resources/opennebula_group_admins: Replace Typelist by Typeset on users_ids (@treywelsh, #352)
  • resources/opennebula_user: Replace Typelist by Typeset on groups (@treywelsh, #352)
  • resources/opennebula_virtual_data_center: Replace Typelist by Typeset on group_ids, host_ids, datastore_ids, vnet_ids, cluster_ids (@treywelsh, #352)
  • resources/opennebula_network: Replace Typelist by Typeset on clusters, security_groups (@treywelsh, #352)

v1.0.1-rc1

30 Sep 08:30
Compare
Choose a tag to compare
v1.0.1-rc1 Pre-release
Pre-release

BUG FIXES

ENHANCEMENTS

  • resources/opennebula_group_admins: Replace Typelist by Typeset on users_ids (@treywelsh, #352)
  • resources/opennebula_user: Replace Typelist by Typeset on groups (@treywelsh, #352)
  • resources/opennebula_virtual_data_center: Replace Typelist by Typeset on group_ids, host_ids, datastore_ids, vnet_ids, cluster_ids (@treywelsh, #352)
  • resources/opennebula_network: Replace Typelist by Typeset on clusters, security_groups (@treywelsh, #352)

v1.0.0

19 Sep 14:53
cc07d92
Compare
Choose a tag to compare

BUG FIXES

  • resource/opennebula_virtual_machine: Fix diff on template inherited attributes sched_requirements and sched_ds_requirements (@treywelsh, #330)

FEATURES

  • New Resource: opennebula_virtual_network_address_range (@treywelsh, #279)
  • resources/opennebula_virtual_network: add attributes reservation_first_ip and reservation_ar_id (@danhigham, @treywelsh, #274)

ENHANCEMENTS

  • resources/opennebula_virtual_machine: add dev_prefix, cache, discard and io to disk (@treywelsh, #291)
  • resources/opennebula_virtual_network: add network_address and search_domain attributes (@treywelsh, #292)
  • provider: add attribute insecure to allow skipping TLS verification (@bsanders, @frousselet, #328)
  • data/opennebula_template: add has_cpu, has_vcpu, has_memory (@treywelsh, #287)
  • provider: add section default_tags for group, image, security_group, template, vm_group, user, virtual_machine, virtual_network, virtual_router, virtual_router_instance resources (@treywelsh, #324)

DEPRECATION

  • resource/opennebula_virtual_network: remove deprecated attributes hold_size and ip_hold (@treywelsh, #296)
  • resource/opennebula_virtual_machine: remove deprecated attribute instance (@treywelsh, #296)
  • resources/opennebula_virtual_network: deprecated ar and hold_ips (@treywelsh, #279)

v1.0.0-rc2

09 Sep 13:46
Compare
Choose a tag to compare
v1.0.0-rc2 Pre-release
Pre-release

BUG FIXES

  • resource/opennebula_virtual_machine: Fix diff on template inherited attributes sched_requirements and sched_ds_requirements (@treywelsh, #330)

FEATURES

  • New Resource: opennebula_virtual_network_address_range (@treywelsh, #279)
  • resources/opennebula_virtual_network: add attributes reservation_first_ip and reservation_ar_id (@danhigham, @treywelsh, #274)

ENHANCEMENTS

  • resources/opennebula_virtual_machine: add dev_prefix, cache, discard and io to disk (@treywelsh, #291)
  • resources/opennebula_virtual_network: add network_address and search_domain attributes (@treywelsh, #292)
  • provider: add attribute insecure to allow skipping TLS verification (@bsanders, @frousselet, #328)
  • data/opennebula_template: add has_cpu, has_vcpu, has_memory (@treywelsh, #287)
  • provider: add section default_tags for group, image, security_group, template, vm_group, user, virtual_machine, virtual_network, virtual_router, virtual_router_instance resources (@treywelsh, #324)

DEPRECATION

  • resource/opennebula_virtual_network: remove deprecated attributes hold_size and ip_hold (@treywelsh, #296)
  • resource/opennebula_virtual_machine: remove deprecated attribute instance (@treywelsh, #296)
  • resources/opennebula_virtual_network: deprecated ar and hold_ips (@treywelsh, #279)

v1.0.0-rc1

02 Sep 16:28
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release

BUG FIXES

  • resource/opennebula_virtual_machine: Fix diff on template inherited attributes sched_requirements and sched_ds_requirements (@treywelsh, #330)

FEATURES

  • New Resource: opennebula_virtual_network_address_range (@treywelsh, #279)
  • resources/opennebula_virtual_network: add attributes reservation_first_ip and reservation_ar_id (@danhigham, @treywelsh, #274)

ENHANCEMENTS

  • resources/opennebula_virtual_machine: add dev_prefix, cache, discard and io to disk (@treywelsh, #291)
  • resources/opennebula_virtual_network: add network_address and search_domain attributes (@treywelsh, #292)
  • provider: add attribute insecure to allow skipping TLS verification (@bsanders, @frousselet, #328)
  • data/opennebula_template: add has_cpu, has_vcpu, has_memory (@treywelsh, #287)
  • provider: add section default_tags for group, image, security_group, template, vm_group, user, virtual_machine, virtual_network, virtual_router, virtual_router_instance resources (@treywelsh, #324)

DEPRECATION

  • resource/opennebula_virtual_network: remove deprecated attributes hold_size and ip_hold (@treywelsh, #296)
  • resource/opennebula_virtual_machine: remove deprecated attribute instance (@treywelsh, #296)
  • resources/opennebula_virtual_network: deprecated ar and hold_ips (@treywelsh, #279)

v0.5.2

10 Aug 11:39
ca6d4da
Compare
Choose a tag to compare

BUG FIXES

  • resources/opennebula_virtual_machine: allow to delete a VM in PENDING state (@treywelsh, #315)
  • resources/opennebula_virtual_machine: read disk, description and sched_requirements even if empty (@treywelsh, #304)
  • resources/opennebula_template: read disk, nic, description and sched_requirements even if empty (@treywelsh, #304)
  • resources/opennebula_virtual_machine: read disk even if empty (@treywelsh, #304)
  • data/opennebula_virtual_data_center: read tags even if emtpy (@treywelsh, #304)
  • data/opennebula_virtual_network: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_group: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_image: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_security_group: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_template_vm_group: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_user: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_virtual_machine: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_template: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_virtual_network: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_virtual_router: read tags even if emtpy (@treywelsh, #304)
  • data/opennebula_virtual_network: MTU is optional (@treywelsh, #284)
  • resources/opennebula_virtual_machine: fix multiline regression (@treywelsh, #309)

v0.5.2-rc2

09 Aug 16:31
Compare
Choose a tag to compare
v0.5.2-rc2 Pre-release
Pre-release

BUG FIXES

  • resources/opennebula_virtual_machine: allow to delete a VM in PENDING state (@treywelsh, #315)
  • resources/opennebula_virtual_machine: read disk, description and sched_requirements even if empty (@treywelsh, #304)
  • resources/opennebula_template: read disk, nic, description and sched_requirements even if empty (@treywelsh, #304)
  • resources/opennebula_virtual_machine: read disk even if empty (@treywelsh, #304)
  • data/opennebula_virtual_data_center: read tags even if emtpy (@treywelsh, #304)
  • data/opennebula_virtual_network: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_group: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_image: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_security_group: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_template_vm_group: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_user: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_virtual_machine: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_template: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_virtual_network: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_virtual_router: read tags even if emtpy (@treywelsh, #304)
  • data/opennebula_virtual_network: MTU is optional (@treywelsh, #284)
  • resources/opennebula_virtual_machine: fix multiline regression (@treywelsh, #309)

v0.5.2-rc1

03 Aug 13:03
Compare
Choose a tag to compare
v0.5.2-rc1 Pre-release
Pre-release

BUG FIXES

  • resources/opennebula_virtual_machine: allow to delete a VM in PENDING state (@treywelsh, #315)
  • resources/opennebula_virtual_machine: read disk, description and sched_requirements even if empty (@treywelsh, #304)
  • resources/opennebula_template: read disk, nic, description and sched_requirements even if empty (@treywelsh, #304)
  • resources/opennebula_virtual_machine: read disk even if empty (@treywelsh, #304)
  • data/opennebula_virtual_data_center: read tags even if emtpy (@treywelsh, #304)
  • data/opennebula_virtual_network: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_group: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_image: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_security_group: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_template_vm_group: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_user: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_virtual_machine: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_template: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_virtual_network: read tags even if emtpy (@treywelsh, #304)
  • resources/opennebula_virtual_router: read tags even if emtpy (@treywelsh, #304)
  • data/opennebula_virtual_network: MTU is optional (@treywelsh, #284)
  • resources/opennebula_virtual_machine: fix multiline regression (@treywelsh, #309)

v0.5.1

04 Jul 15:04
274612d
Compare
Choose a tag to compare

ENHANCEMENTS

  • Replace several deprecated SDK functions (@treywelsh, #269)
  • resources/opennebula_virtual_machine: deprecate custom timeout attribute in favor of the SDK timeout facilities (@treywelsh, #267)
  • resources/opennebula_virtual_router_instance: deprecate custom timeout attribute in favor of the SDK timeout facilities (@treywelsh, #267)
  • resources/opennebula_image: deprecate custom timeout attribute in favor of the SDK timeout facilities (@treywelsh, #267)

BUG FIXES

  • provider: Fix incorrect conversions between integer types (@treywelsh, #278)
  • provider: Fail on bad credentials (@treywelsh, #288)
  • data/opennebula_template: Fix an error where cpu, vcpu or memory are undefined (@treywelsh, #284)
  • resources/opennebula_virtual_machine: fix missing NIC generation (@treywelsh, #289)
  • resources/opennebula_virtual_machine: fix VM state management failures (@treywelsh, #132)

v0.5.1-rc1

30 Jun 08:50
Compare
Choose a tag to compare
v0.5.1-rc1 Pre-release
Pre-release

ENHANCEMENTS

  • Replace several deprecated SDK functions (@treywelsh, #269)
  • resources/opennebula_virtual_machine: deprecate custom timeout attribute in favor of the SDK timeout facilities (@treywelsh, #267)
  • resources/opennebula_virtual_router_instance: deprecate custom timeout attribute in favor of the SDK timeout facilities (@treywelsh, #267)
  • resources/opennebula_image: deprecate custom timeout attribute in favor of the SDK timeout facilities (@treywelsh, #267)

BUG FIXES

  • provider: Fix incorrect conversions between integer types (@treywelsh, #278)
  • provider: Fail on bad credentials (@treywelsh, #288)
  • data/opennebula_template: Fix an error where cpu, vcpu or memory are undefined (@treywelsh, #284)
  • resources/opennebula_virtual_machine: fix missing NIC generation (@treywelsh, #289)
  • resources/opennebula_virtual_machine: fix VM state management failures (@treywelsh, #132)