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 | |
parent | 2d6f63eb99d356691cb020911ba0234d7dbe9ddb (diff) | |
download | vyos-ansible-old-f88b875dd9377951b973cdfe871f7dd4a19b09f1.tar.gz vyos-ansible-old-f88b875dd9377951b973cdfe871f7dd4a19b09f1.zip |
Update Changelog (#75)1.0.3
Update Changelog
Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/CHANGELOG.rst | 25 | ||||
-rw-r--r-- | changelogs/changelog.yaml | 29 | ||||
-rw-r--r-- | changelogs/fragements/prevent-vyos_config-saving-in-check-mode.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/52-add-change-log-1.0.0.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/65-remove-unwanted-terminal-chars.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/70-workaround-set_fact.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/72-modulename-typofix.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/73-update-docs.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/fix_src_backup_with_module_alias.yaml | 3 |
9 files changed, 54 insertions, 21 deletions
diff --git a/changelogs/CHANGELOG.rst b/changelogs/CHANGELOG.rst index 36c36da..5488733 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 ====== 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' diff --git a/changelogs/fragements/prevent-vyos_config-saving-in-check-mode.yaml b/changelogs/fragements/prevent-vyos_config-saving-in-check-mode.yaml deleted file mode 100644 index d03856e..0000000 --- a/changelogs/fragements/prevent-vyos_config-saving-in-check-mode.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - vyos_config - fixed issue where config could be saved while in check mode (https://github.com/ansible-collections/vyos.vyos/pull/53) diff --git a/changelogs/fragments/52-add-change-log-1.0.0.yaml b/changelogs/fragments/52-add-change-log-1.0.0.yaml deleted file mode 100644 index ba6905d..0000000 --- a/changelogs/fragments/52-add-change-log-1.0.0.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - Add changelogs for previous release (https://github.com/ansible-collections/vyos.vyos/pull/52) diff --git a/changelogs/fragments/65-remove-unwanted-terminal-chars.yaml b/changelogs/fragments/65-remove-unwanted-terminal-chars.yaml deleted file mode 100644 index fbbec54..0000000 --- a/changelogs/fragments/65-remove-unwanted-terminal-chars.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - terminal plugin - Added additional escape sequence to be removed from terminal output. diff --git a/changelogs/fragments/70-workaround-set_fact.yaml b/changelogs/fragments/70-workaround-set_fact.yaml deleted file mode 100644 index 2fac51a..0000000 --- a/changelogs/fragments/70-workaround-set_fact.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bug_fix: - - Added workaround to avoid set_fact dynamically assigning value. This behavior seems to have been broken after ansible2.9. diff --git a/changelogs/fragments/72-modulename-typofix.yaml b/changelogs/fragments/72-modulename-typofix.yaml deleted file mode 100644 index 67256f8..0000000 --- a/changelogs/fragments/72-modulename-typofix.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_change: - - Fixed the typo in the modulename of ospfv2 and ospfv3 unit tests. diff --git a/changelogs/fragments/73-update-docs.yaml b/changelogs/fragments/73-update-docs.yaml deleted file mode 100644 index dde45f6..0000000 --- a/changelogs/fragments/73-update-docs.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - Updated docs. diff --git a/changelogs/fragments/fix_src_backup_with_module_alias.yaml b/changelogs/fragments/fix_src_backup_with_module_alias.yaml deleted file mode 100644 index fb641c9..0000000 --- a/changelogs/fragments/fix_src_backup_with_module_alias.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - Make `src`, `backup` and `backup_options` in vyos_config work when module alias is used (https://github.com/ansible-collections/vyos.vyos/pull/67). |