summaryrefslogtreecommitdiff
path: root/changelogs/changelog.yaml
diff options
context:
space:
mode:
authorGomathiselviS <gomathiselvi@gmail.com>2020-08-07 13:27:57 -0400
committerGitHub <noreply@github.com>2020-08-07 17:27:57 +0000
commitf88b875dd9377951b973cdfe871f7dd4a19b09f1 (patch)
tree9e5a273aa9bf6444f22bc3b1bba5ebf340528547 /changelogs/changelog.yaml
parent2d6f63eb99d356691cb020911ba0234d7dbe9ddb (diff)
downloadvyos.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.yaml')
-rw-r--r--changelogs/changelog.yaml29
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'