diff options
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 39dda648..93069cfc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,29 @@ Vyos Collection Release Notes .. contents:: Topics +v4.0.0 +====== + +Major Changes +------------- + +- Use of connection: local and the provider option are no longer valid on any modules in this collection. + +Minor Changes +------------- + +- Update fact gathering to support v1.3 show version output + +Removed Features (previously deprecated) +---------------------------------------- + +- vyos_interface - use vyos_interfaces instead. +- vyos_l3_interface - use vyos_l3_interfaces instead. +- vyos_linkagg - use vyos_lag_interfaces instead. +- vyos_lldp - use vyos_lldp_global instead. +- vyos_lldp_interface - use vyos_lldp_interfaces instead. +- vyos_static_route - use vyos_static_routes instead. + v3.0.1 ====== @@ -229,7 +252,7 @@ Minor Changes New Modules ----------- -- vyos_ospf_interfaces - OSPF Interfaces resource module +- vyos_ospf_interfaces - OSPF Interfaces Resource Module. v1.0.5 ====== |