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 | |
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
-rw-r--r-- | CHANGELOG.rst | 25 | ||||
-rw-r--r-- | changelogs/changelog.yaml | 26 | ||||
-rw-r--r-- | changelogs/fragments/271_equuleus_facts.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/2H22-removal.yaml | 10 | ||||
-rw-r--r-- | changelogs/fragments/fix-precommit-issues.yml | 4 | ||||
-rw-r--r-- | changelogs/fragments/fqcn.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/gha.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/ignores-2.15.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/net_mods.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/renamed.yaml | 3 |
10 files changed, 49 insertions, 34 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 39dda64..93069cf 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 ====== 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' diff --git a/changelogs/fragments/271_equuleus_facts.yaml b/changelogs/fragments/271_equuleus_facts.yaml deleted file mode 100644 index 1399180..0000000 --- a/changelogs/fragments/271_equuleus_facts.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - Update fact gathering to support v1.3 show version output diff --git a/changelogs/fragments/2H22-removal.yaml b/changelogs/fragments/2H22-removal.yaml deleted file mode 100644 index 04646ca..0000000 --- a/changelogs/fragments/2H22-removal.yaml +++ /dev/null @@ -1,10 +0,0 @@ ---- -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_interface - use vyos_lldp_interfaces instead. - - vyos_lldp - use vyos_lldp_global instead. - - vyos_static_route - use vyos_static_routes instead. -major_changes: - - "Use of connection: local and the provider option are no longer valid on any modules in this collection." diff --git a/changelogs/fragments/fix-precommit-issues.yml b/changelogs/fragments/fix-precommit-issues.yml deleted file mode 100644 index c78c23a..0000000 --- a/changelogs/fragments/fix-precommit-issues.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -trivial: - - Bump pre-commit `black` version to match that used by `tox` - - Fix existing errors that pre-commit checks against by running `pre-commit run --all-files` diff --git a/changelogs/fragments/fqcn.yaml b/changelogs/fragments/fqcn.yaml deleted file mode 100644 index 9295041..0000000 --- a/changelogs/fragments/fqcn.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Update all modules in documentation to use FQCN diff --git a/changelogs/fragments/gha.yaml b/changelogs/fragments/gha.yaml deleted file mode 100644 index 2d667e4..0000000 --- a/changelogs/fragments/gha.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Enable unit and sanity tests using Github actions diff --git a/changelogs/fragments/ignores-2.15.yaml b/changelogs/fragments/ignores-2.15.yaml deleted file mode 100644 index 32f6a5c..0000000 --- a/changelogs/fragments/ignores-2.15.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Copy ignore-2.15.txt from ignore-2.14.txt (https://github.com/ansible-collections/vyos.vyos/issues/274) diff --git a/changelogs/fragments/net_mods.yaml b/changelogs/fragments/net_mods.yaml deleted file mode 100644 index d93c9ee..0000000 --- a/changelogs/fragments/net_mods.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Remove tests for to-be-removed net_* modules (https://github.com/ansible-collections/ansible.netcommon/pull/458). diff --git a/changelogs/fragments/renamed.yaml b/changelogs/fragments/renamed.yaml deleted file mode 100644 index 70e4644..0000000 --- a/changelogs/fragments/renamed.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Fix arguments-renamed errors in tests. |