Skip to content

Commit

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

* [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] authored Mar 8, 2024
1 parent 4634a28 commit 9bb7b30
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 14 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ 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
======

Expand Down
16 changes: 15 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
ancestor: null
releases:
1.0.0:
Expand Down Expand Up @@ -1139,3 +1138,18 @@ releases:
- 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"
3 changes: 0 additions & 3 deletions changelogs/fragments/bgp_global_shutdown.yml

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/ios_vrf_docfix.yml

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.1.2"
version: "6.1.3"

0 comments on commit 9bb7b30

Please sign in to comment.