diff options
Diffstat (limited to 'changelogs/CHANGELOG.rst')
-rw-r--r-- | changelogs/CHANGELOG.rst | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/changelogs/CHANGELOG.rst b/changelogs/CHANGELOG.rst index 36c36da0..54887336 100644 --- a/changelogs/CHANGELOG.rst +++ b/changelogs/CHANGELOG.rst @@ -5,6 +5,31 @@ Vyos Collection Release Notes .. contents:: Topics +v1.0.3 +====== + +Release Summary +--------------- + +- Rereleasing 1.0.2 with updated changelog. + +v1.0.2 +====== + +Minor Changes +------------- + +- Fixed the typo in the modulename of ospfv2 and ospfv3 unit tests. +- Updated docs. +- terminal plugin - Added additional escape sequence to be removed from terminal output. + +Bugfixes +-------- + +- Added workaround to avoid set_fact dynamically assigning value. This behavior seems to have been broken after ansible2.9. +- Make `src`, `backup` and `backup_options` in vyos_config work when module alias is used (https://github.com/ansible-collections/vyos.vyos/pull/67). +- vyos_config - fixed issue where config could be saved while in check mode (https://github.com/ansible-collections/vyos.vyos/pull/53) + v1.0.1 ====== |