diff options
author | GomathiselviS <gomathiselvi@gmail.com> | 2021-05-18 12:49:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-18 16:49:46 +0000 |
commit | 5b66d83236407944703dc1cdf18eb380997cae75 (patch) | |
tree | 2d0785fcf751422381bd94b3514bf2eea8f2b074 /changelogs | |
parent | 04a4b361ef7938f5de1a1d02f036ba14a364fe34 (diff) | |
download | vyos.vyos-5b66d83236407944703dc1cdf18eb380997cae75.tar.gz vyos.vyos-5b66d83236407944703dc1cdf18eb380997cae75.zip |
Revert "Prepare vyos release 2.2.1 (#163)" (#166)
Revert "Prepare vyos release 2.2.1"
Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/changelog.yaml | 17 | ||||
-rw-r--r-- | changelogs/fragments/160_available_network_resources.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/changelog_doc_path_update.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/fix_delete_route_maps.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/fix_port_groups.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/fix_static_routes_distance.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/vyos-route-maps.yaml | 3 |
7 files changed, 18 insertions, 17 deletions
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 4342dd9..1978f01 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -228,20 +228,3 @@ releases: - no_log_mask.yaml - remove-old-test-deps.yml release_date: '2021-04-27' - 2.2.1: - changes: - bugfixes: - - change admin_distance to distance while generating static_routes nexthop command. - - firewall_global - port-groups were not added (https://github.com/ansible-collections/vyos.vyos/issues/107) - minor_changes: - - Add support for available_network_resources key, which allows to fetch the - available resources for a platform (https://github.com/ansible-collections/vyos.vyos/issues/138). - - Add vyos_route_maps resource module (https://github.com/ansible-collections/vyos.vyos/pull/156.). - fragments: - - 160_available_network_resources.yaml - - changelog_doc_path_update.yaml - - fix_delete_route_maps.yaml - - fix_port_groups.yaml - - fix_static_routes_distance.yaml - - vyos-route-maps.yaml - release_date: '2021-05-17' diff --git a/changelogs/fragments/160_available_network_resources.yaml b/changelogs/fragments/160_available_network_resources.yaml new file mode 100644 index 0000000..c7a92f2 --- /dev/null +++ b/changelogs/fragments/160_available_network_resources.yaml @@ -0,0 +1,3 @@ +--- +minor_changes: + - Add support for available_network_resources key, which allows to fetch the available resources for a platform (https://github.com/ansible-collections/vyos.vyos/issues/138). diff --git a/changelogs/fragments/changelog_doc_path_update.yaml b/changelogs/fragments/changelog_doc_path_update.yaml new file mode 100644 index 0000000..e32d829 --- /dev/null +++ b/changelogs/fragments/changelog_doc_path_update.yaml @@ -0,0 +1,3 @@ +--- +trivial: + - Update changelog doc path link in README. diff --git a/changelogs/fragments/fix_delete_route_maps.yaml b/changelogs/fragments/fix_delete_route_maps.yaml new file mode 100644 index 0000000..ac14f57 --- /dev/null +++ b/changelogs/fragments/fix_delete_route_maps.yaml @@ -0,0 +1,3 @@ +--- +trivial: + - fix delete integration test diff --git a/changelogs/fragments/fix_port_groups.yaml b/changelogs/fragments/fix_port_groups.yaml new file mode 100644 index 0000000..abe592b --- /dev/null +++ b/changelogs/fragments/fix_port_groups.yaml @@ -0,0 +1,3 @@ +--- +bugfixes: + - firewall_global - port-groups were not added (https://github.com/ansible-collections/vyos.vyos/issues/107) diff --git a/changelogs/fragments/fix_static_routes_distance.yaml b/changelogs/fragments/fix_static_routes_distance.yaml new file mode 100644 index 0000000..97caa18 --- /dev/null +++ b/changelogs/fragments/fix_static_routes_distance.yaml @@ -0,0 +1,3 @@ +--- +bugfixes: + - change admin_distance to distance while generating static_routes nexthop command. diff --git a/changelogs/fragments/vyos-route-maps.yaml b/changelogs/fragments/vyos-route-maps.yaml new file mode 100644 index 0000000..6f4e07f --- /dev/null +++ b/changelogs/fragments/vyos-route-maps.yaml @@ -0,0 +1,3 @@ +--- +minor_changes: + - Add vyos_route_maps resource module (https://github.com/ansible-collections/vyos.vyos/pull/156.). |