diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d06ca9a52..d0dd5caa6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 0c56df298..b998ff184 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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" diff --git a/changelogs/fragments/1097-ios-facts-MiB.yml b/changelogs/fragments/1097-ios-facts-MiB.yml deleted file mode 100644 index 844aea954..000000000 --- a/changelogs/fragments/1097-ios-facts-MiB.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -doc_changes: - - ios_facts - update documentation for ansible_net_memtotal_mb, ansible_net_memfree_mb return values as mebibytes (MiB), not megabits (Mb) diff --git a/changelogs/fragments/1101-typo-ios_service.yml b/changelogs/fragments/1101-typo-ios_service.yml deleted file mode 100644 index 34cda2ca0..000000000 --- a/changelogs/fragments/1101-typo-ios_service.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - ios_service - Fix a typo causing log timestamps not being configurable diff --git a/changelogs/fragments/pr-1095-fragment.yaml b/changelogs/fragments/pr-1095-fragment.yaml deleted file mode 100644 index 17cb9a220..000000000 --- a/changelogs/fragments/pr-1095-fragment.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - static_routes - add TenGigabitEthernet as valid interface - - bgp_global - fix ebgp_multihop recognnition and hop_count settings diff --git a/changelogs/fragments/vlan_err_reg.yaml b/changelogs/fragments/vlan_err_reg.yaml deleted file mode 100644 index 7afff8ac9..000000000 --- a/changelogs/fragments/vlan_err_reg.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - ios_vlans - Make the module fail when vlan name is longer than 32 characters with configuration as VTPv1 and VTPv2. diff --git a/galaxy.yml b/galaxy.yml index 1e0a7c588..dea4b9e90 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.0" +version: "9.0.1"