Skip to content

Releases: orange-cloudavenue/cloudavenue-sdk-go

v0.22.0

13 Feb 16:11
5be7e70
Compare
Choose a tag to compare

πŸš€ New Features

  • elb - Add new edgeloadbalancer package to manage edgegateway load balancer. Manage pool and virtual service. (GH-211)

ℹ️ Notes

  • edgateway/virtualservice - Now the struct EdgeGatewayALBVirtualServiceModel implement simplified struct EdgeGatewayALBVirtualServiceModelServicePort for a service port. (GH-166)

:dependabot: Dependencies

  • deps: bumps github.com/hashicorp/terraform-plugin-sdk/v2 from 2.35.0 to 2.36.0 (GH-209)

v0.21.3

03 Feb 11:00
68d92c8
Compare
Choose a tag to compare

ℹ️ Notes

  • org/properties - Now the internet_billing_model is optional. (GH-206)

v0.21.2

31 Jan 16:29
Compare
Choose a tag to compare

πŸš€ New Features

  • org - Added GetProperties and UpdateProperties methods to the org 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)

:dependabot: Dependencies

  • deps: bumps github.com/stretchr/testify from 1.9.0 to 1.10.0 (GH-201)

v0.21.1

27 Jan 13:37
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • org - Fix org client creation. (GH-199)

v0.21.0

27 Jan 10:09
Compare
Choose a tag to compare

πŸš€ New Features

  • org - Add org client with new functions to manage certificates in the organization. (GH-173)

:dependabot: Dependencies

  • deps: bumps github.com/go-resty/resty/v2 from 2.16.3 to 2.16.5 (GH-198)

v0.20.1

16 Jan 10:06
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • iam - Fix issue when deployed_vm_quota and stored_vm_quota are not set in the creation of the IAM user. (GH-193)

ℹ️ Notes

  • vdc - Changed the vdc storage profile size rules to allow for a minimum size of 100GB and a maximum size of 80TB. (GH-192)

:dependabot: Dependencies

  • deps: bumps github.com/aws/aws-sdk-go from 1.55.5 to 1.55.6 (GH-196)

v0.20.0

15 Jan 09:36
Compare
Choose a tag to compare

πŸš€ New Features

  • iam - Add iam client for managing IAM Users Local and SAML. (GH-189)

:dependabot: Dependencies

  • deps: bumps github.com/go-resty/resty/v2 from 2.16.2 to 2.16.3 (GH-187)

v0.19.0

24 Dec 14:24
Compare
Choose a tag to compare

πŸš€ New Features

  • AppPortProfile - Add for EdgeGateway and VDCGroup the support of Firewall Application Port Profile. Add funcs CreateFirewallAppPortProfile, GetFirewallAppPortProfile, FindFirewallAppPortProfile. (GH-175)

v0.18.1

20 Dec 18:12
Compare
Choose a tag to compare

πŸš€ New Features

  • vdcg - Add funcs for Dynamic security group. (GH-174)

v0.18.0

17 Dec 16:10
Compare
Choose a tag to compare

πŸš€ 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 object GetALBServiceEngineGroup, ListALBServiceEngineGroups) (GH-167)
  • vdcGroup - Add funcs to for managing IPSet in VDCGroup. (CreateFirewallIPSet, GetFirewallIPSet) (GH-169)