diff options
author | GomathiselviS <gomathiselvi@gmail.com> | 2021-08-27 15:10:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-27 19:10:49 +0000 |
commit | 06d72f4ae6e5a35fe57c4b74f557d5ef29040989 (patch) | |
tree | 5391490c95089c7f1c4bd2c75260b1ed3344cf24 | |
parent | 93aaf8615a0535dfe8cbd3b68dd82a1051a31411 (diff) | |
download | vyos-ansible-old-06d72f4ae6e5a35fe57c4b74f557d5ef29040989.tar.gz vyos-ansible-old-06d72f4ae6e5a35fe57c4b74f557d5ef29040989.zip |
Prepare for vyos release 2.5.1 (#205)2.5.1
Prepare for vyos release 2.5.1
Signed-off-by: GomathiselviS gomathiselvi@gmail.com
Reviewed-by: Nilashish Chakraborty <nilashishchakraborty8@gmail.com>
Reviewed-by: None <None>
-rw-r--r-- | CHANGELOG.rst | 8 | ||||
-rw-r--r-- | changelogs/changelog.yaml | 11 | ||||
-rw-r--r-- | changelogs/fragments/doc_updated_correct_platform.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/fix_issue170_vyos_firewall_rules.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/fix_pylint_issues.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/tests_become.yaml | 3 |
6 files changed, 19 insertions, 12 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9e62248..8a3703b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ Vyos Collection Release Notes .. contents:: Topics +v2.5.1 +====== + +Bugfixes +-------- + +- fix issue in firewall rules facts code when IPV6 ICMP type name in vyos.vyos.vyos_firewall_rules is not idempotent + v2.5.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 76d67c8..9cf06d5 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -287,3 +287,14 @@ releases: - fix_issue_vyos_facts.yaml - vyos_logging_global_module.yaml release_date: '2021-07-26' + 2.5.1: + changes: + bugfixes: + - fix issue in firewall rules facts code when IPV6 ICMP type name in vyos.vyos.vyos_firewall_rules + is not idempotent + fragments: + - doc_updated_correct_platform.yaml + - fix_issue170_vyos_firewall_rules.yaml + - fix_pylint_issues.yaml + - tests_become.yaml + release_date: '2021-08-27' diff --git a/changelogs/fragments/doc_updated_correct_platform.yaml b/changelogs/fragments/doc_updated_correct_platform.yaml deleted file mode 100644 index d16f673..0000000 --- a/changelogs/fragments/doc_updated_correct_platform.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Documentation update with correct platform name. diff --git a/changelogs/fragments/fix_issue170_vyos_firewall_rules.yaml b/changelogs/fragments/fix_issue170_vyos_firewall_rules.yaml deleted file mode 100644 index aed026c..0000000 --- a/changelogs/fragments/fix_issue170_vyos_firewall_rules.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - fix issue in firewall rules facts code when IPV6 ICMP type name in vyos.vyos.vyos_firewall_rules is not idempotent diff --git a/changelogs/fragments/fix_pylint_issues.yaml b/changelogs/fragments/fix_pylint_issues.yaml deleted file mode 100644 index 6e278f6..0000000 --- a/changelogs/fragments/fix_pylint_issues.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Fix pylint failures seen in sanity tests. diff --git a/changelogs/fragments/tests_become.yaml b/changelogs/fragments/tests_become.yaml deleted file mode 100644 index cc5f2bb..0000000 --- a/changelogs/fragments/tests_become.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Remove ansible_become usage from integration testing. |