This commit is contained in:
2023-05-26 17:12:03 +03:00
parent 9cf150437d
commit caf7213bca
140 changed files with 1610 additions and 291 deletions

View File

@@ -1,10 +1,13 @@
## Version 4.0.2
## Version 4.1.0
## Features
- 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
- 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 Fix
- Fixed incorrect state reading in resource decort_k8s
## 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