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
Removed deprecated attributes of the oxide_instance resource.: The deprecated attributes host_name, network_interfaces.ip_address, network_intefaces.mac_address, network_interfaces.id, network_interfaces.primary, network_interfaces.time_created, and network_interfaces.time_modified have been removed from the oxide_instance resource. Use hostname and the attached_network_interfaces attributes instead. #651.
Removed deprecated to_vpc_firewall_rules_map function.: The deprecated function to_vpc_firewall_rules_map has been removed. #736.
New features
oxide_switch_port_settings: Added support for unnumbered BGP sessions. #653.
Support read-only disks.: Added support for read-only disks in the oxide_disk resource and data source. #642
Enhancements
Support icmp6 in oxide_vpc_firewall_rules: Added support for icmp6 firewall rules to the oxide_vpc_firewall_rules resource. #735.
Bug fixes
Correctly handle omitted icmp_type attribute in oxide_vpc_firewall_rules: An omitted icmp_type no longer errors with unable to parse JSON body. #658
List of commits
622e1f7 Support icmp6 protocol in firewall rules. (#735)
1be8224 breaking: remove to_vpc_firewall_rules_map function (#736)
f2c5078 Symlink .agents/skills to .claude/skills. (#734)