diff options
author | GomathiselviS <gomathiselvi@gmail.com> | 2020-08-07 13:27:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-07 17:27:57 +0000 |
commit | f88b875dd9377951b973cdfe871f7dd4a19b09f1 (patch) | |
tree | 9e5a273aa9bf6444f22bc3b1bba5ebf340528547 /changelogs/CHANGELOG.rst | |
parent | 2d6f63eb99d356691cb020911ba0234d7dbe9ddb (diff) | |
download | vyos.vyos-f88b875dd9377951b973cdfe871f7dd4a19b09f1.tar.gz vyos.vyos-f88b875dd9377951b973cdfe871f7dd4a19b09f1.zip |
Update Changelog (#75)1.0.3
Update Changelog
Reviewed-by: https://github.com/apps/ansible-zuul
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 ====== |