Skip to content

Commit

Permalink
Release 9.0.2 (#1116)
Browse files Browse the repository at this point in the history
  • Loading branch information
roverflow authored Sep 16, 2024
1 parent 7655d04 commit 2b1ab2c
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 20 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ Cisco Ios Collection Release Notes

.. contents:: Topics

v9.0.2
======

Bugfixes
--------

- ios_bgp_address_family - Add support for maximum-paths configuration.
- ios_bgp_address_family - Add support for maximum-secondary-paths configuration.
- ios_interfaces - Fixes rendering of FiftyGigabitEthernet as it was wrongly rendering FiftyGigabitEthernet as FiveGigabitEthernet.
- ios_snmp_server - Fixes an issue where enabling the read-only (ro) attribute in communities was not idempotent.
- ios_static_routes - Fix processing of metric_distance as it was wrongly populated under the forward_router_address attribute.

v9.0.1
======

Expand Down
19 changes: 19 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1254,3 +1254,22 @@ releases:
- pr-1095-fragment.yaml
- vlan_err_reg.yaml
release_date: "2024-08-05"
9.0.2:
changes:
bugfixes:
- ios_bgp_address_family - Add support for maximum-paths configuration.
- ios_bgp_address_family - Add support for maximum-secondary-paths configuration.
- ios_interfaces - Fixes rendering of FiftyGigabitEthernet as it was wrongly
rendering FiftyGigabitEthernet as FiveGigabitEthernet.
- ios_snmp_server - Fixes an issue where enabling the read-only (ro) attribute
in communities was not idempotent.
- ios_static_routes - Fix processing of metric_distance as it was wrongly populated
under the forward_router_address attribute.
fragments:
- 0-readme.yml
- bgp_add_fam_max_path.yaml
- fix-snmp-server-idempotency.yml
- fix_interface_fifty_interface.yml
- ios_static_routes.yaml
- pylint_fix.yaml
release_date: "2024-09-16"
3 changes: 0 additions & 3 deletions changelogs/fragments/0-readme.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/bgp_add_fam_max_path.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/fix-snmp-server-idempotency.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/fix_interface_fifty_interface.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/ios_static_routes.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/pylint_fix.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
version: "9.0.2"

0 comments on commit 2b1ab2c

Please sign in to comment.