Skip to content

Commit 3dbc7e3

Browse files
authored
Release 9.0.1 (#1103)
1 parent 2cb77df commit 3dbc7e3

File tree

7 files changed

+34
-14
lines changed

7 files changed

+34
-14
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ Cisco Ios Collection Release Notes
44

55
.. contents:: Topics
66

7+
v9.0.1
8+
======
9+
10+
Bugfixes
11+
--------
12+
13+
- bgp_global - fix ebgp_multihop recognnition and hop_count settings
14+
- ios_service - Fix a typo causing log timestamps not being configurable
15+
- ios_vlans - Make the module fail when vlan name is longer than 32 characters with configuration as VTPv1 and VTPv2.
16+
- static_routes - add TenGigabitEthernet as valid interface
17+
18+
Documentation Changes
19+
---------------------
20+
21+
- ios_facts - update documentation for ansible_net_memtotal_mb, ansible_net_memfree_mb return values as mebibytes (MiB), not megabits (Mb)
22+
723
v9.0.0
824
======
925

changelogs/changelog.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,3 +1237,20 @@ releases:
12371237
- snmp_server_host.yml
12381238
- static_routes_facts_fix.yml
12391239
release_date: "2024-06-11"
1240+
9.0.1:
1241+
changes:
1242+
bugfixes:
1243+
- bgp_global - fix ebgp_multihop recognnition and hop_count settings
1244+
- ios_service - Fix a typo causing log timestamps not being configurable
1245+
- ios_vlans - Make the module fail when vlan name is longer than 32 characters
1246+
with configuration as VTPv1 and VTPv2.
1247+
- static_routes - add TenGigabitEthernet as valid interface
1248+
doc_changes:
1249+
- ios_facts - update documentation for ansible_net_memtotal_mb, ansible_net_memfree_mb
1250+
return values as mebibytes (MiB), not megabits (Mb)
1251+
fragments:
1252+
- 1097-ios-facts-MiB.yml
1253+
- 1101-typo-ios_service.yml
1254+
- pr-1095-fragment.yaml
1255+
- vlan_err_reg.yaml
1256+
release_date: "2024-08-05"

changelogs/fragments/1097-ios-facts-MiB.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/1101-typo-ios_service.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/pr-1095-fragment.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelogs/fragments/vlan_err_reg.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ readme: README.md
1111
repository: https://github.com/ansible-collections/cisco.ios
1212
issues: https://github.com/ansible-collections/cisco.ios/issues
1313
tags: [cisco, ios, iosxe, networking]
14-
version: "9.0.0"
14+
version: "9.0.1"

0 commit comments

Comments
 (0)