Releases: IBM/vpc-python-sdk
v0.26.3
NEW FEATURES
- Support for Reservations in Baremetal servers :
- Support for ReservationAffinity in BareMetalServerPrototype
- Support for ReservationAffinity in BareMetalServerPatch
- Support for ReservationID, ReservationCRN, ReservationName in ListBareMetalServers
- Support for HealthReasons, HealthState, Reservation, ReservationAffinity in BareMetalServer
- Support for ReservationTerms in BareMetalServerProfile
- Support for ReservationAffinityPolicy in ListInstances
- Support for ProfileResourceType, AffinityPolicy in ListReservations
- Support for File share snapshots:
- Support for
BackupPolicyMatchResourceTypeShare
as a extension inBackupPolicy
- Support for
SnapshotCount
,SnapshotSize
,SourceSnapshot
inShare
- Support for
SharePrototypeShareBySourceSnapshot
as extension inSharePrototype
- Support for
SourceSnapshot
inSharePrototype
- Support for
BREAKING CHANGES
- In
BackupPolicyJob
,TargetSnapshots
is changed fromSnapshotReference
toBackupPolicyTargetSnapshotIntf
- Removal of
Protocol
fromNetworkACLRulePatch
CHANGES
- api version
2024-12-17
BUG FIXES
- None
v0.26.2
v0.26.1
v0.26.0
v0.25.1
v0.25.0
v0.24.1
v0.24.0
v0.23.0
NEW FEATURES
- Support for
user_data_format
inlist_images
- Support for
allow_user_image_creation
anduser_data_format
inOperatingSystem
- Support for
origin_share
allowed_transit_encryption_modes
in SharePrototypeShareByOriginShare - Support for Share cross account access
- Support for
confidential_compute_mode
andenable_secure_boot
inInstancePrototype
- Support for
bandwidth
inBareMetalServerPrototype
BREAKING CHANGES
- None
CHANGES
- api version
2024-07-02
BUG FIXES
- None
0.23.0 (2024-07-08)
v0.22.0
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