From a71f345d0d0b789e78500d944c9bb18d85e27b12 Mon Sep 17 00:00:00 2001 From: Vinay M <63404819+roverflow@users.noreply.github.com> Date: Wed, 16 Oct 2024 18:13:16 +0530 Subject: [PATCH] Release PR 9.0.3 (#1125) * Release PR 9.0.3 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- CHANGELOG.rst | 15 +++++++++++++++ changelogs/changelog.yaml | 15 +++++++++++++++ changelogs/fragments/bgp_global_render_pass.yml | 4 ---- changelogs/fragments/support_section.yml | 4 ---- changelogs/fragments/trivial_ignore_files.yaml | 3 --- galaxy.yml | 2 +- 6 files changed, 31 insertions(+), 12 deletions(-) delete mode 100644 changelogs/fragments/bgp_global_render_pass.yml delete mode 100644 changelogs/fragments/support_section.yml delete mode 100644 changelogs/fragments/trivial_ignore_files.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 90bb7f702..e5b5b0cd9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,21 @@ Cisco Ios Collection Release Notes .. contents:: Topics +v9.0.3 +====== + +Bugfixes +-------- + +- ios_bgp_address_family - fix parsing of password_options while gathering password configuration from appliance. +- ios_bgp_global - fix parsing of password_options while gathering password configuration from appliance. + +Documentation Changes +--------------------- + +- Includes a new support related section in the README. +- Removed the Roadmap section from the README. + v9.0.2 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index d8a8a131a..a49ff81a1 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1273,3 +1273,18 @@ releases: - ios_static_routes.yaml - pylint_fix.yaml release_date: "2024-09-16" + 9.0.3: + changes: + bugfixes: + - ios_bgp_address_family - fix parsing of password_options while gathering password + configuration from appliance. + - ios_bgp_global - fix parsing of password_options while gathering password + configuration from appliance. + doc_changes: + - Includes a new support related section in the README. + - Removed the Roadmap section from the README. + fragments: + - bgp_global_render_pass.yml + - support_section.yml + - trivial_ignore_files.yaml + release_date: "2024-10-16" diff --git a/changelogs/fragments/bgp_global_render_pass.yml b/changelogs/fragments/bgp_global_render_pass.yml deleted file mode 100644 index d6c7c5e5a..000000000 --- a/changelogs/fragments/bgp_global_render_pass.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - ios_bgp_global - fix parsing of password_options while gathering password configuration from appliance. - - ios_bgp_address_family - fix parsing of password_options while gathering password configuration from appliance. diff --git a/changelogs/fragments/support_section.yml b/changelogs/fragments/support_section.yml deleted file mode 100644 index da61d526e..000000000 --- a/changelogs/fragments/support_section.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -doc_changes: - - Includes a new support related section in the README. - - Removed the Roadmap section from the README. diff --git a/changelogs/fragments/trivial_ignore_files.yaml b/changelogs/fragments/trivial_ignore_files.yaml deleted file mode 100644 index 1218aeccc..000000000 --- a/changelogs/fragments/trivial_ignore_files.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Adds ignore_219.txt to the list of ignored files diff --git a/galaxy.yml b/galaxy.yml index 8465f3b6c..e08e2ec5a 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -11,4 +11,4 @@ readme: README.md repository: https://github.com/ansible-collections/cisco.ios issues: https://github.com/ansible-collections/cisco.ios/issues tags: [cisco, ios, iosxe, networking] -version: "9.0.2" +version: "9.0.3"