diff options
Diffstat (limited to 'changelogs/changelog.yaml')
-rw-r--r-- | changelogs/changelog.yaml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 63ddf59..3dc2020 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -99,3 +99,32 @@ releases: fragments: - 51-doc-plugin-fixes.yaml release_date: '2020-06-23' + 1.0.2: + changes: + 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) + 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. + fragments: + - 65-remove-unwanted-terminal-chars.yaml + - 70-workaround-set_fact.yaml + - 72-modulename-typofix.yaml + - 73-update-docs.yaml + - fix_src_backup_with_module_alias.yaml + - prevent-vyos_config-saving-in-check-mode.yaml + release_date: '2020-07-31' + 1.0.3: + changes: + release_summary: + - Rereleasing 1.0.2 with updated changelog. + fragments: + - 1.0.3.yaml + release_date: '2020-08-06' |