You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Breaking changes
Minimum Supported Oxide Version: The minimum supported Oxide version is now v20 (API Version 2026060800.0.0). #770.
oxide_switch_port_settings: This resource will be removed in version v0.22.0 of the provider. #770.
oxide_switch_port_settings: The bgp_peers attribute is no longer tracked in Terraform state. It is considered, but not enforced, to be write only. #770.
oxide_switch_port_settings: The bgp_peers[].peers[].address attribute has been removed in favor of bgp_peers[].peers[].addr, which uses a new schema. #770.
oxide_switch_port_settings: The bgp_peers[].peers[].interface_name attribute has been removed. #770.
New features
oxide_instance: Added support for the enable_jumbo_frames attribute. #770.
oxide_instance: Added support for the cpu_platform attribute. #770.
Enhancements
oxide_disk: The block_size attribute now validates its value is one of 512, 2048, or 4096. #770.
Load silo_saml_identity_provider resource into state if it already exists: The silo_saml_identity_provider (create-only resource) can now be removed from state and added back without issue #766.
List of commits
3709427 build(deps): bump oxide.go to v0.10.0 (#770)