Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prep release 6.1.3 #1040

Merged
merged 2 commits into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Loading