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 /CHANGELOG.rst | |
parent | 58083777641f6e11b84d40de3a35400cda8c08a4 (diff) | |
download | vyos-ansible-old-04a4b361ef7938f5de1a1d02f036ba14a364fe34.tar.gz vyos-ansible-old-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 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9a931d6..717483d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,21 @@ Vyos Collection Release Notes .. contents:: Topics +v2.2.1 +====== + +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.). + +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) + v2.2.0 ====== |