Releases: orange-cloudavenue/cloudavenue-sdk-go
Releases Β· orange-cloudavenue/cloudavenue-sdk-go
v0.22.0
π New Features
elb
- Add new edgeloadbalancer package to manage edgegateway load balancer. Manage pool and virtual service. (GH-211)
βΉοΈ Notes
edgateway/virtualservice
- Now the structEdgeGatewayALBVirtualServiceModel
implement simplified struct EdgeGatewayALBVirtualServiceModelServicePort for a service port. (GH-166)
Dependencies
- deps: bumps github.com/hashicorp/terraform-plugin-sdk/v2 from 2.35.0 to 2.36.0 (GH-209)
v0.21.3
v0.21.2
π New Features
org
- AddedGetProperties
andUpdateProperties
methods to theorg
client. These methods allow you to get and update the properties of an organization. (GH-203)
π Improvements
edgegateway
- Add array var of supported bandwidth values depending on the service class of the Tier0. (GH-202)
Dependencies
- deps: bumps github.com/stretchr/testify from 1.9.0 to 1.10.0 (GH-201)
v0.21.1
v0.21.0
v0.20.1
π Bug Fixes
iam
- Fix issue whendeployed_vm_quota
andstored_vm_quota
are not set in the creation of the IAM user. (GH-193)
βΉοΈ Notes
vdc
- Changed thevdc
storage profile size rules to allow for a minimum size of 100GB and a maximum size of 80TB. (GH-192)
Dependencies
- deps: bumps github.com/aws/aws-sdk-go from 1.55.5 to 1.55.6 (GH-196)
v0.20.0
v0.19.0
v0.18.1
v0.18.0
π New Features
edgeGateway
- Add funcs to for managing IPSet in EdgeGateway. (CreateFirewallIPSet
,GetFirewallIPSet
) (GH-169)edgegw
- Add new functions to get informations for an ALB Service Engine Group. (In EdgeGateway objectGetALBServiceEngineGroup
,ListALBServiceEngineGroups
) (GH-167)vdcGroup
- Add funcs to for managing IPSet in VDCGroup. (CreateFirewallIPSet
,GetFirewallIPSet
) (GH-169)