Releases: opentelekomcloud/gophertelekomcloud
Releases · opentelekomcloud/gophertelekomcloud
v0.5.9 VPС and ELB fixes, CCE Turbo cluster
What's Changed
- [VPC] Fix EIP list filtering by @outcatcher in #339
- [ELB] Allow zero value for ELBv2 member weight by @outcatcher in #340
- [CCE] add ENI network by @vladimirvshivkov in #341
New Contributors
- @vladimirvshivkov made their first contribution in #341
Full Changelog: v0.5.8...v0.5.9
v0.5.8
What's Changed
- [RDS] Fix expected codes in
RestoreToNewby @outcatcher in #326 - [NAT] Fix type of
source_typeinsnatspkg by @lego963 in #327 - [RDS] add PointInTime Recovery by @eumel8 in #328
- [IAM] Implement listing agencies by @outcatcher in #329
- [CCE] Implement getting
kubeconfigwith expiration by @lego963 in #331 - [WAF] Fix invalid rule
PolicyIDmapping by @outcatcher in #333 - [WAF] Fix invalid CC protection rules fields by @outcatcher in #335
- [WAF] Fix invalid structures in rules by @outcatcher in #337
New Contributors
Full Changelog: v0.5.7...v0.5.8
v0.5.7
What's Changed
- [ECS] Implement the possibility to encrypt
root_volumeby @lego963 in #311 - [KMS] Fix init client in
eu-nlregion by @lego963 in #314 - [MRS] Refactoring
clusterpkg by @lego963 in #315 - Add required for MRS headers in
commontagspkg by @lego963 in #316 - Use otc-golangci-lint by @lego963 in #318
- [ELB] Fix client creation for NL region by @lego963 in #321
- Remove required tag for InitialNodeCount fields by @dlandtwing in #323
- [RDS] Fix backup fields by @outcatcher in #322
New Contributors
- @dlandtwing made their first contribution in #323
Full Changelog: v0.5.6...v0.5.7
v0.5.6
What's Changed
- [ELB] Implement
rulesv3 pkg by @outcatcher in #281 - [ELB] Add missing ommits in
loadbalancersv3 by @lego963 in #282 - [ELB] Fix wrong json schema in
certificatesv3 by @lego963 in #283 - [ELB] Get rid of redundant ID-only types by @outcatcher in #285
- Rename
ResourceRefsToIDSlicetoExtractIDsby @outcatcher in #286 - [ELB] Make pool schema to match documentation by @outcatcher in #288
- [ELB] Allow update pool v3 name to empty string by @outcatcher in #290
- [ELB] Pool v3: tweak structure fields by @outcatcher in #291
- [ELB] Update
CreateOptsinlistenersv3 pkg by @lego963 in #292 - [ELB] Fix
membersCreateOptsandUpdateOptsby @outcatcher in #293 - [ELB] Fix
monitorsv3 structures by @outcatcher in #295 - [ELB] Add
Listfunction to listeners v3 by @outcatcher in #296 - [EIP] Minor changes in
bandwidthv2 by @lego963 in #298 - [ELB] Fix listener list query by @outcatcher in #299
- [ELB] Fix certificate list query by @lego963 in #300
- [CCE] Add missing fields to node
extendParamsby @outcatcher in #302 - [CCE] Fix incorrect json of
ExtendParamby @outcatcher in #303 - [VPC] Enable bandwidths v2 tests by @outcatcher in #305
- Mark
testhelperfunctions witht.Helperby @outcatcher in #307 - [VPC] Add bandwidth v2 associate test by @outcatcher in #308
- [RDS] Add manual backup methods by @outcatcher in #313
Full Changelog: v0.5.5...v0.5.6
v0.5.5
v0.5.4
Fixes for VPCEP endpoints
v0.5.3
Fixes for VPCEP
v0.5.2
Add VPCEP service implementation
v0.5.1
[DMS] Update `instance` pkg (#226)
[DMS] Update `instance` pkg
What this PR does / why we need it
Update instance pkg
Which issue this PR fixes
Special notes for your reviewer
=== RUN TestDmsList
--- PASS: TestDmsList (1.88s)
=== RUN TestDmsLifeCycle
instances_test.go:49: Attempting to create DMSv1 instance
instances_test.go:86: DMSv1 instance successfully created: 0c45e0af-10db-4474-a644-9c72202f0030
instances_test.go:103: Attempting to update DMSv1 instance: 0c45e0af-10db-4474-a644-9c72202f0030
instances_test.go:113: DMSv1 instance updated successfully: 0c45e0af-10db-4474-a644-9c72202f0030
instances_test.go:92: Attempting to delete DMSv1 instance: 0c45e0af-10db-4474-a644-9c72202f0030
instances_test.go:99: DMSv1 instance deleted successfully: 0c45e0af-10db-4474-a644-9c72202f0030
--- PASS: TestDmsLifeCycle (371.59s)
PASS
Process finished with the exit code 0
Reviewed-by: None <None>
Reviewed-by: Anton Sidelnikov <None>
Reviewed-by: Anton Kachurin <[email protected]>
Reviewed-by: Rodion Gyrbu <[email protected]>
v0.5.0
[CCE] Implement CCE node k8s API (#217)
[CCE] Implement CCE node k8s API
What this PR does / why we need it
Implement CCE node k8s API
Which issue this PR fixes
Resolves: #216
Special notes for your reviewer
=== RUN TestNodes
--- PASS: TestNodes (966.40s)
=== RUN TestNodes/TestNodeLifecycle
--- PASS: TestNodes/TestNodeLifecycle (633.41s)
PASS
Process finished with the exit code 0
Reviewed-by: None <None>
Reviewed-by: Anton Sidelnikov <None>