Skip to content

Commit

Permalink
Release 5.2.0 prep (#954)
Browse files Browse the repository at this point in the history
* Release 5.3.0 prep

* Revert "Release 5.3.0 prep"

This reverts commit fc98215.

* Prep 5.2.0

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

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

* galaxy version change

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
roverflow and pre-commit-ci[bot] committed Oct 27, 2023
1 parent 4365802 commit e362271
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 19 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,36 @@ Cisco Ios Collection Release Notes
.. contents:: Topics


v5.2.0
======

Minor Changes
-------------

- ios_acls - make remarks ordered and to be applied per ace basis.
- ios_acls - remarks in replaced and overridden state to be negated once per ace.
- ios_config - Relax restrictions on I(src) parameter so it can be used more like I(lines).
- ios_snmp_server - Fix an issue with cbgp2 to take in count correctly the bgp traps
- ios_snmp_server - Update the module to manage correctly a lot of traps not take in count

Deprecated Features
-------------------

- ios_snmp_server - deprecate traps.envmon.fan with traps.envmon.fan_enable
- ios_snmp_server - deprecate traps.mpls_vpn with traps.mpls

Bugfixes
--------

- Fix invalid password length not being recognized by the error parser.

v5.1.0
======

Minor Changes
-------------

- Fix an issue with some files that doesn't pass the PEP8 sanity check because `type(<obj>) == <type>` is not allowed. We need to use `isinstance(<obj>,<type>)` function in place
- Fixe an issue with some files that doesn't pass the PEP8 sanity check because `type(<obj>) == <type>` is not allowed. We need to use `isinstance(<obj>,<type>)` function in place
- ios_snmp_user - update the user part to compare correctly the auth and privacy parts.
- ospfv2 - added more tests to improve coverage for the rm_template
- ospfv2 - aliased passive_interface to passive_interfaces that supports a list of interfaces
Expand Down
23 changes: 23 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1000,3 +1000,26 @@ releases:
- stderr_re_fix.yaml
- update_ospf_docs.yaml
release_date: "2023-10-04"
5.2.0:
changes:
bugfixes:
- Fix invalid password length not being recognized by the error parser.
deprecated_features:
- ios_snmp_server - deprecate traps.envmon.fan with traps.envmon.fan_enable
- ios_snmp_server - deprecate traps.mpls_vpn with traps.mpls
minor_changes:
- ios_acls - make remarks ordered and to be applied per ace basis.
- ios_acls - remarks in replaced and overridden state to be negated once per
ace.
- ios_config - Relax restrictions on I(src) parameter so it can be used more
like I(lines).
- ios_snmp_server - Fix an issue with cbgp2 to take in count correctly the bgp
traps
- ios_snmp_server - Update the module to manage correctly a lot of traps not
take in count
fragments:
- acl_remaks_fresh.yml
- error_parser_bug.yml
- fix_config.yaml
- ios_snmp_server_changes.yml
release_date: "2023-10-27"
4 changes: 0 additions & 4 deletions changelogs/fragments/acl_remaks_fresh.yml

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/fix_config.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions changelogs/fragments/ios_snmp_server_changes.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: "5.1.0"
version: "5.2.0"

0 comments on commit e362271

Please sign in to comment.