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 /changelogs/fragments | |
parent | 93aaf8615a0535dfe8cbd3b68dd82a1051a31411 (diff) | |
download | vyos.vyos-2.5.1.tar.gz vyos.vyos-2.5.1.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>
Diffstat (limited to 'changelogs/fragments')
4 files changed, 0 insertions, 12 deletions
diff --git a/changelogs/fragments/doc_updated_correct_platform.yaml b/changelogs/fragments/doc_updated_correct_platform.yaml deleted file mode 100644 index d16f6733..00000000 --- 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 aed026c7..00000000 --- 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 6e278f63..00000000 --- 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 cc5f2bb5..00000000 --- a/changelogs/fragments/tests_become.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Remove ansible_become usage from integration testing. |