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"