diff options
author | GomathiselviS <gomathiselvi@gmail.com> | 2020-10-08 20:08:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-09 00:08:37 +0000 |
commit | f5e6f4e2111890012b4bce4ce5096912e2eb3094 (patch) | |
tree | 7c69a1143f2f36cf05de0e8d441e12cc0524d842 | |
parent | 9d5f8043ef86abb5584fb2b4cb2955e8df4501c1 (diff) | |
download | vyos-ansible-old-f5e6f4e2111890012b4bce4ce5096912e2eb3094.tar.gz vyos-ansible-old-f5e6f4e2111890012b4bce4ce5096912e2eb3094.zip |
Release 1.0.5 (#93)1.0.5
Release 1.0.5
Reviewed-by: https://github.com/apps/ansible-zuul
-rw-r--r-- | changelogs/CHANGELOG.rst | 10 | ||||
-rw-r--r-- | changelogs/changelog.yaml | 11 | ||||
-rw-r--r-- | changelogs/fragments/86-openvpn_vtu_interface.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/local_auth_timeout.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/terminal-escape-codes.yaml | 3 | ||||
-rw-r--r-- | docs/vyos.vyos.vyos_ping_module.rst | 2 |
6 files changed, 22 insertions, 10 deletions
diff --git a/changelogs/CHANGELOG.rst b/changelogs/CHANGELOG.rst index b9c7ed4..eec86f1 100644 --- a/changelogs/CHANGELOG.rst +++ b/changelogs/CHANGELOG.rst @@ -5,6 +5,16 @@ Vyos Collection Release Notes .. contents:: Topics +v1.0.5 +====== + +Bugfixes +-------- + +- Added openvpn vtu interface support. +- Update network integration auth timeout for connection local. +- terminal plugin - Overhaul ansi_re to remove more escape sequences + v1.0.4 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 7e5d152..3146bdd 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -137,3 +137,14 @@ releases: - 71-refactor-interface-test.yaml - 80-reformat-files.yaml release_date: '2020-08-27' + 1.0.5: + changes: + bugfixes: + - Added openvpn vtu interface support. + - Update network integration auth timeout for connection local. + - terminal plugin - Overhaul ansi_re to remove more escape sequences + fragments: + - 86-openvpn_vtu_interface.yaml + - local_auth_timeout.yaml + - terminal-escape-codes.yaml + release_date: '2020-10-08' diff --git a/changelogs/fragments/86-openvpn_vtu_interface.yaml b/changelogs/fragments/86-openvpn_vtu_interface.yaml deleted file mode 100644 index 287f05b..0000000 --- a/changelogs/fragments/86-openvpn_vtu_interface.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - Added openvpn vtu interface support. diff --git a/changelogs/fragments/local_auth_timeout.yaml b/changelogs/fragments/local_auth_timeout.yaml deleted file mode 100644 index 85c82d9..0000000 --- a/changelogs/fragments/local_auth_timeout.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - Update network integration auth timeout for connection local. diff --git a/changelogs/fragments/terminal-escape-codes.yaml b/changelogs/fragments/terminal-escape-codes.yaml deleted file mode 100644 index 7527dc4..0000000 --- a/changelogs/fragments/terminal-escape-codes.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - terminal plugin - Overhaul ansi_re to remove more escape sequences diff --git a/docs/vyos.vyos.vyos_ping_module.rst b/docs/vyos.vyos.vyos_ping_module.rst index e3377fc..7fafb7e 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;">AnsibleMapping([('avg', 2), ('max', 8), ('min', 1), ('mdev', 24)])</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> </td> </tr> </table> |