Skip to content

Commit

Permalink
Merge branch 'main' into cli_restore
Browse files Browse the repository at this point in the history
  • Loading branch information
KB-perByte authored Mar 4, 2024
2 parents 149d413 + fa25415 commit 7297a9f
Show file tree
Hide file tree
Showing 22 changed files with 1,278 additions and 115 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
20 changes: 20 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
ancestor: null
releases:
1.0.0:
Expand Down Expand Up @@ -1119,3 +1120,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"
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
5 changes: 5 additions & 0 deletions changelogs/fragments/ios_vrf_docfix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
bugfixes:
- 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.
3 changes: 0 additions & 3 deletions changelogs/fragments/snmp_idempotancy_fix.yml

This file was deleted.

Loading

0 comments on commit 7297a9f

Please sign in to comment.