Skip to content

Commit

Permalink
Release 9.0.1 (#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
roverflow authored Aug 5, 2024
1 parent 2cb77df commit 3dbc7e3
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 14 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ Cisco Ios Collection Release Notes

.. contents:: Topics

v9.0.1
======

Bugfixes
--------

- bgp_global - fix ebgp_multihop recognnition and hop_count settings
- ios_service - Fix a typo causing log timestamps not being configurable
- ios_vlans - Make the module fail when vlan name is longer than 32 characters with configuration as VTPv1 and VTPv2.
- static_routes - add TenGigabitEthernet as valid interface

Documentation Changes
---------------------

- ios_facts - update documentation for ansible_net_memtotal_mb, ansible_net_memfree_mb return values as mebibytes (MiB), not megabits (Mb)

v9.0.0
======

Expand Down
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1237,3 +1237,20 @@ releases:
- snmp_server_host.yml
- static_routes_facts_fix.yml
release_date: "2024-06-11"
9.0.1:
changes:
bugfixes:
- bgp_global - fix ebgp_multihop recognnition and hop_count settings
- ios_service - Fix a typo causing log timestamps not being configurable
- ios_vlans - Make the module fail when vlan name is longer than 32 characters
with configuration as VTPv1 and VTPv2.
- static_routes - add TenGigabitEthernet as valid interface
doc_changes:
- ios_facts - update documentation for ansible_net_memtotal_mb, ansible_net_memfree_mb
return values as mebibytes (MiB), not megabits (Mb)
fragments:
- 1097-ios-facts-MiB.yml
- 1101-typo-ios_service.yml
- pr-1095-fragment.yaml
- vlan_err_reg.yaml
release_date: "2024-08-05"
3 changes: 0 additions & 3 deletions changelogs/fragments/1097-ios-facts-MiB.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/1101-typo-ios_service.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/pr-1095-fragment.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/vlan_err_reg.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.0"
version: "9.0.1"

0 comments on commit 3dbc7e3

Please sign in to comment.