Releases: opentelekomcloud/gophertelekomcloud
Releases · opentelekomcloud/gophertelekomcloud
v0.3.2
v0.3.1
[VPC] Update subnets pkg (#141) [VPC] Update subnets pkg What this PR does / why we need it Update subnets pkg Which issue this PR fixes Resolves: #140 unit === RUN TestListSubnet --- PASS: TestListSubnet (0.00s) === RUN TestGetSubnet --- PASS: TestGetSubnet (0.00s) === RUN TestCreateSubnet --- PASS: TestCreateSubnet (0.00s) === RUN TestUpdateSubnet --- PASS: TestUpdateSubnet (0.00s) === RUN TestDeleteSubnet --- PASS: TestDeleteSubnet (0.00s) PASS Process finished with the exit code 0 acceptance === RUN TestSubnetList --- PASS: TestSubnetList (3.37s) === RUN TestSubnetsLifecycle helpers.go:206: Attempting to create vpc: acc-vpc-Tox helpers.go:210: Created vpc: 642adede-8f37-49a4-9f36-cbfcd93eedf0 helpers.go:139: Attempting to create subnet: acc-subnet-u70 helpers.go:145: Waitting for subnet bc3977fe-d8fe-474a-83d0-46fde40cb4fd to be active helpers.go:148: Created subnet: bc3977fe-d8fe-474a-83d0-46fde40cb4fd subnet_test.go:38: Attempting to update name of subnet to acc-subnet-orD helpers.go:154: Attempting to delete subnet: bc3977fe-d8fe-474a-83d0-46fde40cb4fd helpers.go:159: Waiting for subnet bc3977fe-d8fe-474a-83d0-46fde40cb4fd to be deleted helpers.go:163: Deleted subnet: bc3977fe-d8fe-474a-83d0-46fde40cb4fd helpers.go:216: Attempting to delete vpc: 642adede-8f37-49a4-9f36-cbfcd93eedf0 helpers.go:221: Deleted vpc: 642adede-8f37-49a4-9f36-cbfcd93eedf0 --- PASS: TestSubnetsLifecycle (21.15s) PASS Process finished with the exit code 0 Reviewed-by: None <None> Reviewed-by: Anton Sidelnikov <None> Reviewed-by: Anton Kachurin <[email protected]>
v0.3.0
Update jsons with omitting (#130) [IAM] Hotfix results schema What this PR does / why we need it Fix issues with json.Marshal and nil structs === RUN TestFederatedMappingLifecycle --- PASS: TestFederatedMappingLifecycle (4.52s) PASS Process finished with exit code 0 === RUN TestMappingCreateRequest --- PASS: TestMappingCreateRequest (0.01s) === RUN TestMappingGetRequest --- PASS: TestMappingGetRequest (0.00s) === RUN TestMappingListRequest --- PASS: TestMappingListRequest (0.00s) === RUN TestMappingUpdateRequest --- PASS: TestMappingUpdateRequest (0.00s) === RUN TestMappingDeleteRequest --- PASS: TestMappingDeleteRequest (0.00s) PASS Process finished with exit code 0 Reviewed-by: None <None> Reviewed-by: Anton Sidelnikov <None> Reviewed-by: Anton Kachurin <[email protected]>
v0.2.7
[IAM] Implement federated mapping operations (#127) [IAM] Implement federated mapping operations Which issue this PR fixes Fixes: #128 === RUN TestFederatedMappingLifecycle --- PASS: TestFederatedMappingLifecycle (3.74s) PASS Process finished with exit code 0 Reviewed-by: None <None> Reviewed-by: Anton Kachurin <[email protected]> Reviewed-by: Anton Sidelnikov <None>