You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform-provider-decort/CHANGELOG.md

2.3 KiB

Version 4.5.3

Bugfix

  • Change field Value in schema resource kvmvm in blocks affinity_rules and anti_affinity_rules from required to optional in cloudapi and cloudbroker
  • Change the format ID in resource k8s_wg from wg_id to k8s_id#wg_id
  • Fix scripts intall.bat and intall.sh
  • Increased timeouts for resources account, disk, cdrom_image, image, virtual_image, k8s_wg, vins, rg in cloudbroker so that they match the same from cloudapi
  • Increased timeouts for resources pcidevice, sep, sep_config in cloudbroker
  • Fix bug in affinity_rules in cloudbroker/kvmvm
  • Add field NeedReboot in cloudapi/kvmvm in data_source, data_source_list and resource schemas
  • Fix bug with field ExtNetID in CreateInRGRequest in cloudapi/vins and cloudbroker/vins
  • Add boolean field Safe in Restart func in resource cloudapi/lb
  • Add field force_resize in Resize func in resource cloudapi/kvmvm and cloudbroker/kvmvm
  • Fix bug in cloudBroker/kvmvm with disk and extra_disks
  • Change logic from disk delete and disk add to disk rename when disk.disk_name field is changed in resource cloudapi/kvmvm and cloudbroker/kvmvm
  • Fix allowed network plugin value from "weawenet" to "weavenet" for k8ci, k8s resources in cloudbroker and for k8s resource in cloudapi
  • Fix bug with deleting decort_bservice resource when setting enable=false in cloudapi/bservice
  • Fix panic in data source decort_bservice_snapshot_list in cloudapi/bservice
  • Fix panic in data source decort_rg_affinity_groups_list in cloudapi/rg
  • Fix change description in resource decort_cb_kvmvm in cloudbroker
  • Computed field bootdisk_size has been renamed to boot_disk_size in data sources decort_kvmvm, decort_kvmvm_list, decort_cb_kvmvm_list in cloudapi and cloudbroker
  • Change request logic for delete resource decort_cb_k8s_cp in cloudbroker
  • Fix schema in datasource decort_cb_kvmvm in cloudbroker, fields boot_disk_id, sep_id, pool, extra_disks, network, net_id, net_type, ip_address, mac have been removes
  • Fix panic with RG in cloudapi
  • Fix permanently field for disks delete in decort_kvmvm in cloudapi/kvmvm and decort_cb_kvmvm in cloudbroker/kvmvm
  • Fix bug with enable request duplication

Feature

  • Add RAM divisibility validation in compute, k8s, k8s_cp and k8s_wg resources in cloudapi and cloudbroker
  • Add "permanently" flag in k8s, k8s_cp in cloudapi