6.3.0 (2024-11-15)
Features
- add support for Virtual Network Interface in all VSI patterns.
- The VSI patterns will now creates VSIs using the next gen virtual network interface by default, these VNIs are created independent of the VSIs.
UPGRADE NOTES: When upgrading from a previous version, VSIs may be destroyed and recreated. To prevent re-creation or to use the legacy network interface, set var.use_legacy_network_interface
to true
. (#915) (99ad28e)