Skip to content

Commit

Permalink
Release 6.1.0 (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
roverflow authored Jan 11, 2024
1 parent a0963e7 commit ca622c9
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 31 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
28 changes: 28 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 0 additions & 3 deletions changelogs/fragments/fix_ios_bgp_global_20231204173037.yaml

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/ios_facts_tests.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/ios_l3_ipv6.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/ios_user_fix.yml

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/fragments/ios_vlans_revert.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/snmp_server_ipv6_acl.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/template_revoke_bgp.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: "6.0.0"
version: "6.1.0"

0 comments on commit ca622c9

Please sign in to comment.