Skip to content

v0.51.0

Compare
Choose a tag to compare
@ujjwal-ibm ujjwal-ibm released this 13 May 04:58
· 12 commits to master since this release
a6fc0ab

NEW FEATURES

  • Support for VPN advance configurations(establish_mode, peer(ike_identities),local(ike_identities) in vpn gateway connections
  • Support for new structs for Local and Peer in VPN Gateway connections

BREAKING CHANGES

  • Deprecation of peer_address, peer_cidrs, local_cidrs, . All moved to peer and local structs.

  • Added support for peer fqdn alongside peer address

  • AddVPNGatewayConnectionLocalCIDROptions -> AddVPNGatewayConnectionsLocalCIDROptions

    • CIDRPrefix, PrefixLength is replaced by CIDR
    • AddVPNGatewayConnectionLocalCIDR -> AddVPNGatewayConnectionsLocalCIDR
  • AddVPNGatewayConnectionPeerCIDROptions -> AddVPNGatewayConnectionsPeerCIDROptions

    • CIDRPrefix, PrefixLength is replaced by CIDR
    • AddVPNGatewayConnectionPeerCIDR -> AddVPNGatewayConnectionsPeerCIDR

CHANGES

  • api version 2024-04-30

BUG FIXES

  • None