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.
14 lines
785 B
14 lines
785 B
## Version 1.5.8
|
|
|
|
### Bugfix
|
|
- Fix model the RecordK8CI to cloudbroker/k8ci/models to correctly receive information on get request
|
|
- Add model the RecordK8CIList to cloudbroker/k8ci/models to correctly receive information on list request
|
|
- Refactored clients to fix the problems with concurrency safety
|
|
- Add the Routes field in the CreateInRGRequest and CreateInAccountRequest models in cb/vins. The fields for creating the resource are matched
|
|
|
|
For get request to work correctly:
|
|
- Fix the Rules field (fix type) in the NATConfig model in cb/vins/models and ca/vins/models
|
|
- Fix the InfoVNF model (remove the excess field, add the Routes field) in cb/vins/models
|
|
- Add the ItemRoutes model in cb/vins/models
|
|
- Fix the RecordVINS model (remove the excess fields) in cb/vins/models
|