Skip to content

Releases: orange-cloudavenue/cloudavenue-sdk-go

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)

v0.17.1

17 Dec 09:38
Compare
Choose a tag to compare

🚀 New Features

  • edgeGateway - Add funcs to manage a security group CreateFirewallSecurityGroup and GetFirewallSecurityGroup. (GH-159)
  • vdcGroup - Add funcs to manage a security group CreateFirewallSecurityGroup and GetFirewallSecurityGroup. (GH-159)

v0.17.0

16 Dec 13:12
Compare
Choose a tag to compare

🚨 Breaking Changes

  • client - Now the endpoint parameter for client opts is removed. Use url instead. (GH-168)

:dependabot: Dependencies

  • deps: bumps github.com/vmware/go-vcloud-director/v2 from 2.26.0 to 2.26.1 (GH-158)
  • deps: bumps golang.org/x/sync from 0.9.0 to 0.10.0 (GH-157)

v0.16.0

13 Dec 15:45
Compare
Choose a tag to compare

🚀 New Features

  • vdcGroup - Add new functions to manage Network Isolated in VDC Group. (In VDCGroup object CreateNetworkIsolated, GetNetworkIsolated, Update, Delete) (GH-161)
  • vdc - Add new functions to manage Network Isolated in VDC. (In VDC object CreateNetworkIsolated, GetNetworkIsolated, Update, Delete) (GH-161)

v0.15.1

12 Dec 12:17
c821439
Compare
Choose a tag to compare
Release v0.15.1

v0.15.0

12 Dec 09:45
21cdab9
Compare
Choose a tag to compare

🚀 New Features

  • edgegateway - Add new functions to manage ALB Virtual Service (Advanced Load Balancer). (In EdgeGateway object CreateALBVirtualService, GetALBVirtualService, Update, Delete) (GH-160)
  • vdcGroup - Add new fuctions to manage Firewall in VDC Group. (In VDCGroup object CreateFirewall, GetFirewall. In VdcGroupFirewall Object GetRules, IsEnabled, UpdateFirewall, Delete) (GH-153)

:dependabot: Dependencies

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

v0.14.0

02 Dec 13:35
Compare
Choose a tag to compare

🚨 Breaking Changes

  • uuid - The uuid package has been renamed to urn to better reflect its purpose. Replace your imports from "github.com/orange-cloudavenue/cloudavenue-sdk-go/pkg/uuid" to "github.com/orange-cloudavenue/cloudavenue-sdk-go/pkg/urn" to avoid breaking changes. (GH-154)

v0.13.0

26 Nov 08:25
Compare
Choose a tag to compare

🚨 Breaking Changes

  • The struct EdgeGw has renamed to EdgeGatewayType. (GH-152)

ℹ️ Notes

  • edgateway/GetByID - Now the function edgateway/GetByID is deprecated and will be removed in the next version. Use the function edgateway/Get instead. (GH-152)
  • edgateway/GetByName - Now the function edgateway/GetByName is deprecated and will be removed in the next version. Use the function edgateway/Get instead. (GH-152)