Skip to content

Commit

Permalink
Merge branch 'main' into new-ios_line
Browse files Browse the repository at this point in the history
  • Loading branch information
NilashishC authored Mar 20, 2024
2 parents 6877ba9 + 9bb7b30 commit 04ff6b3
Show file tree
Hide file tree
Showing 27 changed files with 1,543 additions and 166 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,34 @@ Cisco Ios Collection Release Notes
.. contents:: Topics


v6.1.3
======

Bugfixes
--------

- ios_acls - Adds back existing remarks for an ace entry when updated with replaced or overridden state, as all remarks for a specific sequence gets removed when ace entry is updated.
- ios_bgp_global - Shutdown attributes generates negate command on set as false.
- ios_vrf - Update and add missing argspec keys that define the attributes.

Documentation Changes
---------------------

- ios_vrf - Update and add missing documentation for ios_vrf module.

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
======

Expand Down
34 changes: 34 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1119,3 +1119,37 @@ 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"
6.1.3:
changes:
bugfixes:
- ios_acls - Adds back existing remarks for an ace entry when updated with replaced
or overridden state, as all remarks for a specific sequence gets removed when
ace entry is updated.
- ios_bgp_global - Shutdown attributes generates negate command on set as false.
- ios_vrf - Update and add missing argspec keys that define the attributes.
doc_changes:
- ios_vrf - Update and add missing documentation for ios_vrf module.
fragments:
- bgp_global_shutdown.yml
- ios_acls_sticky.yml
- ios_vrf_docfix.yml
release_date: "2024-03-08"
1 change: 1 addition & 0 deletions changelogs/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
changelog_filename_template: ../CHANGELOG.rst
changelog_filename_version_depth: 0
changes_file: changelog.yaml
Expand Down
3 changes: 0 additions & 3 deletions changelogs/fragments/snmp_idempotancy_fix.yml

This file was deleted.

Loading

0 comments on commit 04ff6b3

Please sign in to comment.