diff options
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/changelog.yaml | 13 | ||||
-rw-r--r-- | changelogs/fragments/fix_issue_vyos_facts.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/vyos_logging_global_module.yaml | 5 |
3 files changed, 13 insertions, 8 deletions
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index cd6764ce..76d67c88 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' diff --git a/changelogs/fragments/fix_issue_vyos_facts.yaml b/changelogs/fragments/fix_issue_vyos_facts.yaml deleted file mode 100644 index 81653a0d..00000000 --- a/changelogs/fragments/fix_issue_vyos_facts.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - fix issue in route-maps facts code when route-maps facts are empty. diff --git a/changelogs/fragments/vyos_logging_global_module.yaml b/changelogs/fragments/vyos_logging_global_module.yaml deleted file mode 100644 index d9f2c8f5..00000000 --- a/changelogs/fragments/vyos_logging_global_module.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -minor_changes: - - vyos_logging_global logging resource module. -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". |