diff options
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index de7fd13c..18236670 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,16 @@ Vyos Collection Release Notes .. contents:: Topics +v2.3.1 +====== + +Bugfixes +-------- + +- Fix KeyError 'source' - vyos_firewall_rules +- Updated docs resolving spelling typos +- change interface to next-hop-interface while generating static_routes nexthop command. + v2.3.0 ====== @@ -27,16 +37,16 @@ New Modules v2.2.0 ====== -Security Fixes --------------- - -- Mask values of sensitive keys in module result. - 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). +Security Fixes +-------------- + +- Mask values of sensitive keys in module result. + v2.1.0 ====== @@ -72,15 +82,12 @@ Minor Changes Bugfixes -------- -- Update docs to clarify the idemptonecy releated caveat and add it in the output warnings (https://github.com/ansible-collections/ansible.netcommon/pull/189) +- Update docs to clarify the idemptonecy related caveat and add it in the output warnings (https://github.com/ansible-collections/ansible.netcommon/pull/189) - cliconf plugin - Prevent `get_capabilities()` from getting larger every time it is called New Modules ----------- -ansible.collections.ansible_collections.vyos.vyos.plugins.modules -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - vyos_bgp_global - BGP Global Resource Module. v1.1.1 |