diff options
-rw-r--r-- | CHANGELOG.rst | 25 | ||||
-rw-r--r-- | changelogs/changelog.yaml | 21 | ||||
-rw-r--r-- | changelogs/fragments/172-fix-source-keyerror-firewallrules.yml | 3 | ||||
-rw-r--r-- | changelogs/fragments/docs_common_error_correction.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/fix_static_routes_next_hop_interface.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/update_readme_freenode_to_liberachat.yml | 3 | ||||
-rw-r--r-- | docs/vyos.vyos.vyos_ping_module.rst | 2 |
7 files changed, 34 insertions, 26 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index de7fd13..1823667 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 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 706e4a5..8353c02 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -172,7 +172,7 @@ releases: 2.0.0: changes: bugfixes: - - Update docs to clarify the idemptonecy releated caveat and add it in the output + - 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 @@ -199,7 +199,7 @@ releases: modules: - description: BGP Global Resource Module. name: vyos_bgp_global - namespace: .ansible.collections.ansible_collections.vyos.vyos.plugins.modules + namespace: '' release_date: '2021-02-24' 2.1.0: changes: @@ -221,11 +221,11 @@ releases: release_date: '2021-03-30' 2.2.0: changes: - 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. fragments: - 147-add_ignore_txt.yml - 160_available_network_resources.yaml @@ -250,3 +250,16 @@ releases: name: vyos_route_maps namespace: '' release_date: '2021-05-18' + 2.3.1: + changes: + bugfixes: + - Fix KeyError 'source' - vyos_firewall_rules + - Updated docs resolving spelling typos + - change interface to next-hop-interface while generating static_routes nexthop + command. + fragments: + - 172-fix-source-keyerror-firewallrules.yml + - docs_common_error_correction.yaml + - fix_static_routes_next_hop_interface.yaml + - update_readme_freenode_to_liberachat.yml + release_date: '2021-06-22' diff --git a/changelogs/fragments/172-fix-source-keyerror-firewallrules.yml b/changelogs/fragments/172-fix-source-keyerror-firewallrules.yml deleted file mode 100644 index 01825fb..0000000 --- a/changelogs/fragments/172-fix-source-keyerror-firewallrules.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - Fix KeyError 'source' - vyos_firewall_rules diff --git a/changelogs/fragments/docs_common_error_correction.yaml b/changelogs/fragments/docs_common_error_correction.yaml deleted file mode 100644 index 1f47216..0000000 --- a/changelogs/fragments/docs_common_error_correction.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - Updated docs resolving spelling typos diff --git a/changelogs/fragments/fix_static_routes_next_hop_interface.yaml b/changelogs/fragments/fix_static_routes_next_hop_interface.yaml deleted file mode 100644 index 03168b7..0000000 --- a/changelogs/fragments/fix_static_routes_next_hop_interface.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - change interface to next-hop-interface while generating static_routes nexthop command. diff --git a/changelogs/fragments/update_readme_freenode_to_liberachat.yml b/changelogs/fragments/update_readme_freenode_to_liberachat.yml deleted file mode 100644 index 0a1cbe8..0000000 --- a/changelogs/fragments/update_readme_freenode_to_liberachat.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - README.md - replace Freenode with Libera.Chat. diff --git a/docs/vyos.vyos.vyos_ping_module.rst b/docs/vyos.vyos.vyos_ping_module.rst index 59e4a74..a1674b5 100644 --- a/docs/vyos.vyos.vyos_ping_module.rst +++ b/docs/vyos.vyos.vyos_ping_module.rst @@ -405,7 +405,7 @@ Common return values are documented `here <https://docs.ansible.com/ansible/late <div>The round trip time (RTT) stats.</div> <br/> <div style="font-size: smaller"><b>Sample:</b></div> - <div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">{'avg': 2, 'max': 8, 'min': 1, 'mdev': 24}</div> + <div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">AnsibleMapping([('avg', 2), ('max', 8), ('min', 1), ('mdev', 24)])</div> </td> </tr> </table> |