Skip to content

Commit

Permalink
prep release 6.1.2 (#1033)
Browse files Browse the repository at this point in the history
* prep release 6.1.2

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
KB-perByte and pre-commit-ci[bot] committed Feb 14, 2024
1 parent 6b8ed8b commit 4154232
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 17 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
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
19 changes: 19 additions & 0 deletions changelogs/changelog.yaml
Expand Up @@ -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"
4 changes: 0 additions & 4 deletions changelogs/fragments/ios_acls_changes.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
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.1.1"
version: "6.1.2"

0 comments on commit 4154232

Please sign in to comment.