diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1fa7d4fe6..e81283c69 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Cisco Ios Collection Release Notes .. contents:: Topics +v6.1.2 +====== + +Bugfixes +-------- + +- ios_acls - Fix replaced state to consider remarks and ace entries while comparing configuration. +- ios_acls - correctly match the different line for ACL without sequence number +- ios_acls - take correctly in case where we want to push an ACL from a different type +- ios_ospfv2 - Fix improper rendering of admin_distance attribute. +- ios_snmp_server - fixed config issue with snmp user password update being idempotent on consecutive runs. +- ios_user - Fix configuration of hashed passwords and secrets. + v6.1.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 9e23fd616..9c2c284ce 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1119,3 +1119,22 @@ releases: - module_defaults.yaml - vlan_shutdown_fix.yaml release_date: "2024-01-30" + 6.1.2: + changes: + bugfixes: + - ios_acls - Fix replaced state to consider remarks and ace entries while comparing + configuration. + - ios_acls - correctly match the different line for ACL without sequence number + - ios_acls - take correctly in case where we want to push an ACL from a different + type + - ios_ospfv2 - Fix improper rendering of admin_distance attribute. + - ios_snmp_server - fixed config issue with snmp user password update being + idempotent on consecutive runs. + - ios_user - Fix configuration of hashed passwords and secrets. + fragments: + - ios_acls_changes.yml + - ios_acls_replaced_state.yml + - ios_user_bug.yml + - ospfv2_admin_distance_fix.yml + - snmp_idempotancy_fix.yml + release_date: "2024-02-14" diff --git a/changelogs/fragments/ios_acls_changes.yml b/changelogs/fragments/ios_acls_changes.yml deleted file mode 100644 index 649725f50..000000000 --- a/changelogs/fragments/ios_acls_changes.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - ios_acls - take correctly in case where we want to push an ACL from a different type - - ios_acls - correctly match the different line for ACL without sequence number diff --git a/changelogs/fragments/ios_acls_replaced_state.yml b/changelogs/fragments/ios_acls_replaced_state.yml deleted file mode 100644 index 877042a69..000000000 --- a/changelogs/fragments/ios_acls_replaced_state.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - ios_acls - Fix replaced state to consider remarks and ace entries while comparing configuration. diff --git a/changelogs/fragments/ios_user_bug.yml b/changelogs/fragments/ios_user_bug.yml deleted file mode 100644 index ca658cee2..000000000 --- a/changelogs/fragments/ios_user_bug.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - ios_user - Fix configuration of hashed passwords and secrets. diff --git a/changelogs/fragments/ospfv2_admin_distance_fix.yml b/changelogs/fragments/ospfv2_admin_distance_fix.yml deleted file mode 100644 index 4eb6a6ffd..000000000 --- a/changelogs/fragments/ospfv2_admin_distance_fix.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - ios_ospfv2 - Fix improper rendering of admin_distance attribute. diff --git a/changelogs/fragments/snmp_idempotancy_fix.yml b/changelogs/fragments/snmp_idempotancy_fix.yml deleted file mode 100644 index ce420963e..000000000 --- a/changelogs/fragments/snmp_idempotancy_fix.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - ios_snmp_server - fixed config issue with snmp user password update being idempotent on consecutive runs. diff --git a/galaxy.yml b/galaxy.yml index a49dc52f3..fc8eb0104 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: "6.1.1" +version: "6.1.2"