summaryrefslogtreecommitdiff
path: root/changelogs/changelog.yaml
diff options
context:
space:
mode:
authorGomathiselviS <gomathiselvi@gmail.com>2022-03-01 13:45:26 -0500
committerGitHub <noreply@github.com>2022-03-01 18:45:26 +0000
commit8208b02f6f5d5956ccd8d28fdf925cf580011712 (patch)
treed1818de93775c84dfbf688ae0ca61a05f9fbc0e9 /changelogs/changelog.yaml
parent2299c492ca285f227cdb2043c9602e58ba55bf72 (diff)
downloadvyos.vyos-2.8.0.tar.gz
vyos.vyos-2.8.0.zip
Prepare vyos release 2.8.0 (#241)2.8.0
Prepare vyos release 2.8.0 Signed-off-by: GomathiselviS gomathiselvi@gmail.com SUMMARY ISSUE TYPE Docs Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: None <None>
Diffstat (limited to 'changelogs/changelog.yaml')
-rw-r--r--changelogs/changelog.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index bcc7e21b..43c0b409 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -332,3 +332,23 @@ releases:
name: vyos_snmp_server
namespace: ''
release_date: '2022-01-31'
+ 2.8.0:
+ changes:
+ minor_changes:
+ - Add vyos_hostname resource module.
+ - Rename V4-EGRESS/V6-EGRESS to EGRESS in the tests to test the same-name situation
+ - Update vyos_facts to support IPv4 and IPv6 rule sets having the same name
+ - Update vyos_firewall_rules to support IPv4 and IPv6 rule sets having the same
+ name
+ - vyos_firewall_rules - Add support for log enable on individual rules
+ - vyos_firewall_rules - fixed incorrect option 'disabled' passed to the rules.
+ fragments:
+ - rule_set_same_name.yaml
+ - vyos_firewall_rules_add_log.yaml
+ - vyos_firewall_rules_fix_rules_disable.yaml
+ - vyos_hostname_rm.yaml
+ modules:
+ - description: Manages hostname resource module
+ name: vyos_hostname
+ namespace: ''
+ release_date: '2022-03-01'