diff options
author | GomathiselviS <gomathiselvi@gmail.com> | 2022-03-01 13:45:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-01 18:45:26 +0000 |
commit | 8208b02f6f5d5956ccd8d28fdf925cf580011712 (patch) | |
tree | d1818de93775c84dfbf688ae0ca61a05f9fbc0e9 /CHANGELOG.rst | |
parent | 2299c492ca285f227cdb2043c9602e58ba55bf72 (diff) | |
download | vyos.vyos-8208b02f6f5d5956ccd8d28fdf925cf580011712.tar.gz vyos.vyos-8208b02f6f5d5956ccd8d28fdf925cf580011712.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 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 07d2766..001336c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,24 @@ Vyos Collection Release Notes .. contents:: Topics +v2.8.0 +====== + +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. + +New Modules +----------- + +- vyos_hostname - Manages hostname resource module + v2.7.0 ====== |