Skip to content

v0.22.0

Compare
Choose a tag to compare
@ibm-vpc ibm-vpc released this 13 May 14:39
· 47 commits to master since this release

0.22.0 (2024-05-13)

New Features

  • Support for VPN advanced config. Added establish_mode
  • For route mode vpn gateway, support for peer, peer.ike_identity, peer.fqdn, peer.address, local, local.ike_identities, VPNGatewayConnectionIKEIdentityPrototype
  • For policy mode vpn gateway, support for peer, peer.cidrs, peer.ike_identity, peer.fqdn, peer.address, local, local.ike_identities, local.cidrs, VPNGatewayConnectionIKEIdentityPrototype
  • Support for health_reasons and health_state in VPCDNSResolutionBinding
  • Support for local in SecurityGroupRulePrototype

Breaking changes

  • Removed peer_address, peer_cidrs, local_cidrs. These are moved to peer, local models.

  • check_vpn_gateway_connection_local_cidr -> check_vpn_gateway_connections_local_cidr

  • add_vpn_gateway_connection_local_cidr -> add_vpn_gateway_connections_local_cidr

  • list_vpn_gateway_connection_peer_cidrs -> list_vpn_gateway_connections_peer_cidrs

  • remove_vpn_gateway_connection_peer_cidr -> remove_vpn_gateway_connections_peer_cidr

  • check_vpn_gateway_connection_peer_cidr -> check_vpn_gateway_connections_peer_cidr

  • add_vpn_gateway_connection_peer_cidr -> add_vpn_gateway_connections_peer_cidr

  • list_vpn_gateway_connection_local_cidrs -> list_vpn_gateway_connections_local_cidrs

  • For the above methods cidr_prefix and prefix_length is replaced with cidr

  • Visit API changelog for more info

  • release: Update SDK to use API released on 2024-04-30 (#63) (003bab0)

API Version

  • 2024-04-30