diff options
author | GomathiselviS <gomathiselvi@gmail.com> | 2022-02-01 10:54:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 15:54:19 +0000 |
commit | b30bbaed76a22d002395802a0f72966fa2dde64a (patch) | |
tree | 90c89f2d33405f07292c5fef678d911d92aaeebc /changelogs/changelog.yaml | |
parent | 32371e3fe712b08bc3e3b47075741234ad784586 (diff) | |
download | vyos.vyos-b30bbaed76a22d002395802a0f72966fa2dde64a.tar.gz vyos.vyos-b30bbaed76a22d002395802a0f72966fa2dde64a.zip |
Vyos release 2.7.0 (#230)2.7.0
Vyos release 2.7.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 'changelogs/changelog.yaml')
-rw-r--r-- | changelogs/changelog.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 4e76489..bcc7e21 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -316,3 +316,19 @@ releases: - support_ipv6_address_and_network_groups.yaml - vyos_ntp.yml release_date: '2021-10-02' + 2.7.0: + changes: + major_changes: + - Add 'pool' as value to server key in ntp_global. + minor_changes: + - Add vyos_snmp_server resource module. + fragments: + - add_snmp_server_resource_module.yaml + - ntp_server_add_pool.yaml + - remove-swap-file.yml + - sanity_issue_fix.yaml + modules: + - description: Manages snmp_server resource module + name: vyos_snmp_server + namespace: '' + release_date: '2022-01-31' |