diff options
author | GomathiselviS <gomathiselvi@gmail.com> | 2021-10-02 18:48:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-02 22:48:32 +0000 |
commit | 0a43a34d544d6f4f6055aa8a534fcf602fd235f2 (patch) | |
tree | 524a087ba37f83c4374d2997ca6db8e5535c6c1c /CHANGELOG.rst | |
parent | 85ea49f10a6167dea4c08e71a1e8e5a62cb57395 (diff) | |
download | vyos-ansible-old-0a43a34d544d6f4f6055aa8a534fcf602fd235f2.tar.gz vyos-ansible-old-0a43a34d544d6f4f6055aa8a534fcf602fd235f2.zip |
Prepare release vyos 2.6.0
Signed-off-by: GomathiselviS gomathiselvi@gmail.com
SUMMARY
ISSUE TYPE
Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION
Reviewed-by: None <None>
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8a3703b..18e1a68 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,21 @@ Vyos Collection Release Notes .. contents:: Topics +v2.6.0 +====== + +Minor Changes +------------- + +- Add vyos_ntp Resource Module +- Adds support for specifying an `afi` for an `address_group` for `vyos.vyos.firewall_global`. As a result, `address_group` now supports IPv6. +- Adds support for specifying an `afi` for an `network_group` for `vyos.vyos.firewall_global`. As a result, `network_group` now supports IPv6. + +Bugfixes +-------- + +- Fix vyos_firewall_rules with state replaced to only replace the specified rules. + v2.5.1 ====== |