Skip to content

Commit

Permalink
Prepare for release 6.1.0 (#445)
Browse files Browse the repository at this point in the history
* Prepare for release 6.1.0

* Address review comments

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

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

---------

Co-authored-by: Ashwini Mhatre <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 30, 2023
1 parent 02b6d02 commit f813295
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 19 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 Iosxr Collection Release Notes
.. contents:: Topics


v6.1.0
======

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

- iosxr_config - Relax restrictions on I(src) parameter so it can be used more like I(lines). (https://github.com/ansible-collections/cisco.iosxr/issues/343).
- iosxr_config Add updates option in return value(https://github.com/ansible-collections/cisco.iosxr/issues/438).

Documentation Changes
---------------------

- Fix docs for prefix_lists RM.
- iosxr_acls - update examples and use YAML output in them for better readibility.

v6.0.1
======

Expand Down
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -660,3 +660,20 @@ releases:
- support_overridden.yaml
- update_ospfv2_docs.yaml
release_date: "2023-09-07"
6.1.0:
changes:
doc_changes:
- Fix docs for prefix_lists RM.
- iosxr_acls - update examples and use YAML output in them for better readibility.
minor_changes:
- iosxr_config - Relax restrictions on I(src) parameter so it can be used more
like I(lines). (https://github.com/ansible-collections/cisco.iosxr/issues/343).
- iosxr_config Add updates option in return value(https://github.com/ansible-collections/cisco.iosxr/issues/438).
fragments:
- Fix_iosxr_user_tests.yaml
- acls.yaml
- fix_bindep.yaml
- fix_config_module.yaml
- fix_iosxr_config.yaml
- prefix_list_doc.yaml
release_date: "2023-10-30"
3 changes: 0 additions & 3 deletions changelogs/fragments/Fix_iosxr_user_tests.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ issues: https://github.com/ansible-collections/cisco.iosxr/issues
tags: [cisco, iosxr, networking, netconf]
# NOTE(pabelanger): We create an empty version key to keep ansible-galaxy
# happy. We dynamically inject version info based on git information.
version: "6.0.1"
version: "6.1.0"

0 comments on commit f813295

Please sign in to comment.