diff options
author | Kate Case <kcase@redhat.com> | 2022-10-13 13:45:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-13 17:45:23 +0000 |
commit | 7e55a68457b404286350d64ef5e9dda2830fa112 (patch) | |
tree | 2f82b6e42caa2719a884f8aed56750d618d0127e /changelogs/changelog.yaml | |
parent | 5c6a97ae5052684aed513427f81dc1da96c094e3 (diff) | |
download | vyos.vyos-7e55a68457b404286350d64ef5e9dda2830fa112.tar.gz vyos.vyos-7e55a68457b404286350d64ef5e9dda2830fa112.zip |
Update changelog for 4.0.0 (#280)4.0.0
* Update changelog for 4.0.0
* Fix changelog
Diffstat (limited to 'changelogs/changelog.yaml')
-rw-r--r-- | changelogs/changelog.yaml | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 17d2215..d267b5f 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -152,7 +152,7 @@ releases: fragments: - vyos_ospf_interfaces_rm.yaml modules: - - description: OSPF Interfaces resource module + - description: OSPF Interfaces Resource Module. name: vyos_ospf_interfaces namespace: '' release_date: '2020-10-30' @@ -377,3 +377,27 @@ releases: fragments: - firewall_rule_cli_change_version_1.4.yaml release_date: '2022-05-25' + 4.0.0: + changes: + 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: + - 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. + fragments: + - 271_equuleus_facts.yaml + - 2H22-removal.yaml + - fix-precommit-issues.yml + - fqcn.yaml + - gha.yaml + - ignores-2.15.yaml + - net_mods.yaml + - renamed.yaml + release_date: '2022-10-13' |