This commit is contained in:
2024-03-06 16:50:27 +03:00
parent 16cad7a3e7
commit 83bf1fb1fa
52 changed files with 715 additions and 1968 deletions

View File

@@ -1,12 +1,7 @@
## Version 1.7.5
## Version 1.6.12
### Bugfix
- Add json tag to a field AccountID in ItemCompute in cloudapi/bservice
- Add boolean field NeedReboot in RecordCompute and ItemCompute in cloudapi/compute
- Change json and url tags for field ShowAll in GetRequest in cloudapi/image
- Change json and url tags for field ByID in ListRequest in cloudapi/k8ci
- Change json and url tags for field AccountID in ListRequest in cloudapi/lb
- Add boolean field Safe in RestartRequest in cloudapi/lb
- Remove omitempty from json and url tags in ExtNetID in CreateInRGRequest in cloudapi/vins and cloudbroker/vins
- Change type of field ExtNetID from uint64 to int64 in CreateInRGRequest in cloudapi/vins and cloudbroker/vins
- Fix allowed network plugin value from "weawenet" to "weavenet" in validators for cloudapi/k8s, cloudbroker/k8s and cloudbroker/k8ci
- Delete omitempty from json, url tags in field Permanently in model DeleteRequest in cloudbroker/k8ci and cloudbroker/k8s
- Fix panic in SnapshotList method in cloudapi/bservice
- Fix panic in AffinityGroupsList method in cloudapi/rg