diff options
author | GomathiselviS <gomathiselvi@gmail.com> | 2021-05-18 08:36:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-18 12:36:05 +0000 |
commit | 04a4b361ef7938f5de1a1d02f036ba14a364fe34 (patch) | |
tree | c9b01df66c1f631434536260c042fd1eaf6fd3a3 /changelogs/changelog.yaml | |
parent | 58083777641f6e11b84d40de3a35400cda8c08a4 (diff) | |
download | vyos-ansible-collection-04a4b361ef7938f5de1a1d02f036ba14a364fe34.tar.gz vyos-ansible-collection-04a4b361ef7938f5de1a1d02f036ba14a364fe34.zip |
Prepare vyos release 2.2.1 (#163)
Prepare vyos release 2.2.1
Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'changelogs/changelog.yaml')
-rw-r--r-- | changelogs/changelog.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 1978f01..4342dd9 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -228,3 +228,20 @@ 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' |