-
Version 4.2.2 Stable
released this
2023-06-23 12:30:57 +00:00 | 47 commits to main since this releaseBug Fixes
- Fixed inability of decort_lb_backend_server resource deletion;
- Fixed possible panic when adding NAT rules to decort_vins resource;
Downloads
-
Version 4.2.1 Stable
released this
2023-06-19 13:05:50 +00:00 | 48 commits to main since this releaseBug Fixes
- Fixed "with_lb" param false value ignore in k8s/create (resource_k8s, resource_k8s_cp)
Downloads
-
Version 4.2.0 Stable
released this
2023-06-08 09:27:13 +00:00 | 49 commits to main since this releaseFeatures
- Added "decort_k8s_cp" resource:
- Used to create k8s cluster and manage control plane, therefore does not contain any info about worker nodes
- Use decort_k8s_wg to add/delete/manage worker nodes with decort_k8s_cp
- Added "ignore_k8s" field to "decort_kvmvm_list" data source.
- Set to true to list all computes not associated with any k8s cluster.
Downloads
- Added "decort_k8s_cp" resource:
-
Version 4.1.1 Stable
released this
2023-06-01 14:41:02 +00:00 | 50 commits to main since this releaseBug Fixes
- Resolved possible context cancellation issues when awaiting platform response
- resource decort_k8s_wg:
- Added ignore of "workersGroupName" label
- resource decort_kvmvm:
- Fixed "boot_disk_size" incorrect state
- Fixed disappearing of "cloud_init" field value
- Set "started" default value to true
Downloads
-
Version 4.1.0 Stable
released this
2023-05-26 14:12:45 +00:00 | 51 commits to main since this releaseFeatures
- Added cloudapi/flipgroup functionality to provider:
- decort_flipgroup data source - read info about created flipgroup
- decort_flipgroup_list data source - read info about all created flipgroups
- decort_flipgroup resource - manage flipgroup instance
Bug Fixes
- Increased resource_vins timeouts
- Automated compute start/stop when managing networks
- Removed reading of default generated label "workersGroupName=" in resource_k8s, resource_k8s_wg in tfstate
- Updated samples for flipgroups, image, pfw, k8s resources and data sources
Downloads
- Added cloudapi/flipgroup functionality to provider:
-
Version 4.0.2 Stable
released this
2023-05-23 13:49:37 +00:00 | 52 commits to main since this releaseFeatures
- Added new data source decort_k8s_computes used to list all VMs in k8s cluster
- Added the ability to manipulate worker-groups inside resource decort_k8s
- Added new required field name to workers block
- Added new optional fields (labels, annotations, taints) to workers block
Bug Fix
- Fixed incorrect state reading in resource decort_k8s
Downloads
-
Version 4.0.1 Stable
released this
2023-05-19 14:22:26 +00:00 | 53 commits to main since this releaseBug Fix
- Fixed incorrect state reading when creating/deleting port_forwarding in decort_kvmvm
- Fixed possible segmentation fault with multiple concurrent resource manipulations
Downloads
-
Version 4.0.0 Stable
released this
2023-05-04 07:10:51 +00:00 | 54 commits to main since this releaseFeatures
- Updated provider to the newest DECORT version (3.8.6):
- resource_k8s now has "network_plugin" required field
- Added "start" argument to resource_k8s
- data_source_bservice, resource_bservice "computes" and "groups" fields now have more in-depth information
- resource_compute now has full boot disk information
- data_source_extnet now has additional field "e_burst" inside "default_qos" substructure
- data_source_rg_list, data_source_rg, resource_rg, resource_account and data_source_account now have two additional fields:
- cpu_allocation_parameter
- cpu_allocation_ratio
- unnecessary fields were removed from all disks data sources && resources (except for unattached disks), to be exact:
- boot_partition
- guid
- disk_path
- iqn
- login
- milestones
- password
- purge_attempts
- reality_device_number
- reference_id
- Removed automatic switch between cloudbroker/cloudapi (admin/user modes)
Bug Fix
- Fixed resource_compute error when creating a new instance with EXTNET type network
- Fixed quota record marshalling in decort_resgroup resource
- Fixed GID validation for multiple resources
- Fixed possible 'addUser' error when importing resource_account with already added user
Downloads
- Updated provider to the newest DECORT version (3.8.6):
-
Version 3.6.0 Stable
released this
2023-04-10 14:02:26 +00:00 | 55 commits to main since this releaseFeatures
- Added validation for required fields in the following resources:
- disks
- lb
- image
- bservice
- vins
- k8s
- k8s_wg
- lb_frontend
- lb_frontend_bind
- lb_backed
- lb_backend_server
- Added status handlers in create/update functions (where present)
Bug Fixes
- Fixed state inconsistency in the following resources/data sources:
- data_source_account
- resource_k8s
- resource_k8s_wg
- resource_account
Downloads
- Added validation for required fields in the following resources:
-
Version 3.5.2 Stable
released this
2023-03-26 19:02:09 +00:00 | 57 commits to main since this releaseFeatures
- Add new datasource decort_kvmvm_snapshot_usage
- Add the ability to change the size in the 'disks' block in the decort_kvmvm resource. Now when you change 'size' field in the block, the disk size on the platform will also be changed
Bug Fix
- rule "release" in Makefile don't create the necessary archives
- field "register_computes" in resource decort_resgroup is not used when creating the resource
- removed unused optional fields in datasources
Downloads