This commit is contained in:
2023-06-08 12:26:21 +03:00
parent 371bb0d90f
commit 0e64974821
11 changed files with 910 additions and 24 deletions

View File

@@ -1,10 +1,8 @@
## Version 4.1.1
## Version 4.2.0
## Bug Fixes
- Resolved possible context cancelation 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
## Features
- 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.