diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f48459a77..d3eb98936 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,27 @@ Cisco Ios Collection Release Notes .. contents:: Topics +v6.1.0 +====== + +Minor Changes +------------- + +- ios_bgp_global - added 'bgp.default.ipv4_unicast' and 'bgp.default.route_target.filter' key +- ios_l3_interfaces - added 'autostate', 'mac_address', 'ipv4.source_interface', and 'ipv6.enable' key +- ios_vlans - Add purged state to deal with toplevel vlan and vlan configuration config. + +Bugfixes +-------- + +- ios_bgp_global - fix template attribute to generate configuration commands. +- ios_l3_interfaces - remove validation from ipv6 address parameter. +- ios_snmp_server - fix group and user IPv6 ACL commands. +- ios_user - fix configuration of user with hashed password. +- ios_user - fixed configuration removal of ssh users using purge. +- ios_vlans - Make behaviour of the action states consistent. +- ios_vlans - Top level configuration attribute is not required, the module works with vlan and vlan configuration both. + v6.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 40a0eb01c..a9ac9a65f 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1081,3 +1081,31 @@ releases: - bgp_dep_rem.yml - major_600.yml release_date: "2023-11-30" + 6.1.0: + changes: + bugfixes: + - ios_bgp_global - fix template attribute to generate configuration commands. + - ios_l3_interfaces - remove validation from ipv6 address parameter. + - ios_snmp_server - fix group and user IPv6 ACL commands. + - ios_user - fix configuration of user with hashed password. + - ios_user - fixed configuration removal of ssh users using purge. + - ios_vlans - Make behaviour of the action states consistent. + - ios_vlans - Top level configuration attribute is not required, the module + works with vlan and vlan configuration both. + minor_changes: + - ios_bgp_global - added 'bgp.default.ipv4_unicast' and 'bgp.default.route_target.filter' + key + - ios_l3_interfaces - added 'autostate', 'mac_address', 'ipv4.source_interface', + and 'ipv6.enable' key + - ios_vlans - Add purged state to deal with toplevel vlan and vlan configuration + config. + fragments: + - fix_ios_bgp_global_20231204173037.yaml + - fix_ios_l3_interfacel_20231207172506.yaml + - ios_facts_tests.yml + - ios_l3_ipv6.yml + - ios_user_fix.yml + - ios_vlans_revert.yml + - snmp_server_ipv6_acl.yml + - template_revoke_bgp.yaml + release_date: "2024-01-11" diff --git a/changelogs/fragments/fix_ios_bgp_global_20231204173037.yaml b/changelogs/fragments/fix_ios_bgp_global_20231204173037.yaml deleted file mode 100644 index 39d7a21f2..000000000 --- a/changelogs/fragments/fix_ios_bgp_global_20231204173037.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - ios_bgp_global - added 'bgp.default.ipv4_unicast' and 'bgp.default.route_target.filter' key diff --git a/changelogs/fragments/fix_ios_l3_interfacel_20231207172506.yaml b/changelogs/fragments/fix_ios_l3_interfacel_20231207172506.yaml deleted file mode 100644 index 28c0a00f0..000000000 --- a/changelogs/fragments/fix_ios_l3_interfacel_20231207172506.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - ios_l3_interfaces - added 'autostate', 'mac_address', 'ipv4.source_interface', and 'ipv6.enable' key diff --git a/changelogs/fragments/ios_facts_tests.yml b/changelogs/fragments/ios_facts_tests.yml deleted file mode 100644 index 918df5ccb..000000000 --- a/changelogs/fragments/ios_facts_tests.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - ios_facts - Add tests to verify sub-interface index greater than 999 diff --git a/changelogs/fragments/ios_l3_ipv6.yml b/changelogs/fragments/ios_l3_ipv6.yml deleted file mode 100644 index 60b0a2586..000000000 --- a/changelogs/fragments/ios_l3_ipv6.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - ios_l3_interfaces - remove validation from ipv6 address parameter. diff --git a/changelogs/fragments/ios_user_fix.yml b/changelogs/fragments/ios_user_fix.yml deleted file mode 100644 index 916567313..000000000 --- a/changelogs/fragments/ios_user_fix.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - ios_user - fix configuration of user with hashed password. - - ios_user - fixed configuration removal of ssh users using purge. diff --git a/changelogs/fragments/ios_vlans_revert.yml b/changelogs/fragments/ios_vlans_revert.yml deleted file mode 100644 index 339e64a3e..000000000 --- a/changelogs/fragments/ios_vlans_revert.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -bugfixes: - - ios_vlans - Top level configuration attribute is not required, the module works with vlan and vlan configuration both. - - ios_vlans - Make behaviour of the action states consistent. -minor_changes: - - ios_vlans - Add purged state to deal with toplevel vlan and vlan configuration config. diff --git a/changelogs/fragments/snmp_server_ipv6_acl.yml b/changelogs/fragments/snmp_server_ipv6_acl.yml deleted file mode 100644 index 722ad0ed8..000000000 --- a/changelogs/fragments/snmp_server_ipv6_acl.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - ios_snmp_server - fix group and user IPv6 ACL commands. diff --git a/changelogs/fragments/template_revoke_bgp.yaml b/changelogs/fragments/template_revoke_bgp.yaml deleted file mode 100644 index 82f734e47..000000000 --- a/changelogs/fragments/template_revoke_bgp.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -bugfixes: - - ios_bgp_global - fix template attribute to generate configuration commands. -trivial: - - Remove unreachable provider code, cleanup dependencies. diff --git a/galaxy.yml b/galaxy.yml index c9bb554d9..c7aa80350 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.0.0" +version: "6.1.0"