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.
36 lines
3.0 KiB
36 lines
3.0 KiB
## Version 4.5.2
|
|
|
|
### Bugfix
|
|
- Added resource_limits.cu_dm string field for account, account_consumed_units and account_reserved_units data sources in cloudapi/account
|
|
- Fixed restore of account resource in cloudapi/account, it happens if restore parameter is set to true
|
|
- Fixed restore of bservice resource in cloudapi/bservice, it happens if restore parameter is set to true and only once
|
|
- Fixed enable of bservice resource in cloudapi/bservice, it happens if enable parameter is set to true
|
|
- Fixed terraform state update for bservice resource update in cloudapi/bservice
|
|
- Fixed terraform state update for bservice_group resource update in cloudapi/bservice
|
|
- Added entry_count field for bservice_snapshot_list data source in cloudapi/bservice
|
|
- Added items.shareable boolean field for disk_list_unattached data source in cloudapi/disks
|
|
- Added items.status string field for extnet_list data source in cloudapi/extnet
|
|
- Fixed multiple minor typos in samples/cloudapi
|
|
- Added account_name string, created_by string, created_time int, deleted_by string, deleted_time int, network string, rg_id int, rg_name string, updated_by string, updated_by int fields for flipgroup data source and resource in cloudapi/flipgroup
|
|
- Removed net_mask string, ckey string fields for flipgroup data source and resource in cloudapi/flipgroup
|
|
- Add meta list field for flipgroup_list data source in cloudapi/flipgroup
|
|
- Fixed net_mask string field for fligroup_list data source in cloudapi/flipgroup
|
|
- Fixed id string field for image data source in cloudapi/image
|
|
- Fix account_name string field for k8s_list data source in cloudapi/k8s
|
|
- Add network_plugin string field for k8s and k8s_list data sources in cloudapi/k8s
|
|
- Fixed terraform state update for k8s, k8_cp and k8s_wg resources update in cloudapi/k8s
|
|
- Add image_name string, interfaces.enabled boolean fields for compute data source in cloudapi/kvmvm
|
|
- Add the interfaces field to the creation request in cloudapi/kvmvm
|
|
- Fixed restore of kvmvm resource in cloudapi/kvmvm, it happens if restore parameter is set to true
|
|
- The logic of network connection has been changed, only the first network connects to the kvmvm in the stopped status, the subsequent ones connect without stopping
|
|
- Token receipt has been removed from the controller
|
|
- Add start/stop function after create for lb in cloudapi/lb
|
|
- Fixed restore of lb resource in cloudapi/lb, it happens if restore parameter is set to true
|
|
- Add field auth_broker in data source location list in cloudapi/location
|
|
- Add fields cpu_allocation_parameter and cpu_allocation_ratio in data source rg list lb deleted in cloudapi/rg
|
|
- Add fields backend_haip and frontend_haip in data source rg list in cloudapi/rg
|
|
- Change type field Ram QuotaRecord struct in cloudapi/rg/models
|
|
- Add state upgrader for rg in cloudapi/rg
|
|
- Add field owner to the creation request in cloudapi/rg
|
|
- Fixed restore of rg resource in cloudapi/rg, it happens if restore parameter is set to true
|
|
- Add fields enabled and routesroutes in data source vins in cloudapi/vins |