diff options
author | GomathiselviS <gomathiselvi@gmail.com> | 2021-07-27 10:58:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 14:58:21 +0000 |
commit | d1ebc5a6e65eda8cb7c39625afdf0fb5918da5dd (patch) | |
tree | f3afefa2bb3172e27eb2dbb9e1a5f1905e86e9c1 /changelogs/changelog.yaml | |
parent | 36004b2657d1c271a5c6c8ddfee0488ad36c1236 (diff) | |
download | vyos-ansible-old-d1ebc5a6e65eda8cb7c39625afdf0fb5918da5dd.tar.gz vyos-ansible-old-d1ebc5a6e65eda8cb7c39625afdf0fb5918da5dd.zip |
Prepare vyos release 2.5.0 (#188)2.5.0
Prepare vyos release 2.5.0
Signed-off-by: GomathiselviS gomathiselvi@gmail.com
SUMMARY
ISSUE TYPE
Docs Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION
Reviewed-by: Sagar Paul <sagpaul@redhat.com>
Diffstat (limited to 'changelogs/changelog.yaml')
-rw-r--r-- | changelogs/changelog.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index cd6764c..76d67c8 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -274,3 +274,16 @@ releases: name: vyos_prefix_lists namespace: '' release_date: '2021-07-06' + 2.5.0: + changes: + bugfixes: + - fix issue in route-maps facts code when route-maps facts are empty. + deprecated_features: + - The vyos_logging module has been deprecated in favor of the new vyos_logging_global + resource module and will be removed in a release after "2023-08-01". + minor_changes: + - vyos_logging_global logging resource module. + fragments: + - fix_issue_vyos_facts.yaml + - vyos_logging_global_module.yaml + release_date: '2021-07-26' |