Skip to content

Commit f813295

Browse files
ashwini-mhatreAshwini Mhatrepre-commit-ci[bot]
authored
Prepare for release 6.1.0 (#445)
* 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>
1 parent 02b6d02 commit f813295

File tree

9 files changed

+33
-19
lines changed

9 files changed

+33
-19
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ Cisco Iosxr Collection Release Notes
55
.. contents:: Topics
66

77

8+
v6.1.0
9+
======
10+
11+
Minor Changes
12+
-------------
13+
14+
- 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).
15+
- iosxr_config Add updates option in return value(https://github.com/ansible-collections/cisco.iosxr/issues/438).
16+
17+
Documentation Changes
18+
---------------------
19+
20+
- Fix docs for prefix_lists RM.
21+
- iosxr_acls - update examples and use YAML output in them for better readibility.
22+
823
v6.0.1
924
======
1025

changelogs/changelog.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,3 +660,20 @@ releases:
660660
- support_overridden.yaml
661661
- update_ospfv2_docs.yaml
662662
release_date: "2023-09-07"
663+
6.1.0:
664+
changes:
665+
doc_changes:
666+
- Fix docs for prefix_lists RM.
667+
- iosxr_acls - update examples and use YAML output in them for better readibility.
668+
minor_changes:
669+
- iosxr_config - Relax restrictions on I(src) parameter so it can be used more
670+
like I(lines). (https://github.com/ansible-collections/cisco.iosxr/issues/343).
671+
- iosxr_config Add updates option in return value(https://github.com/ansible-collections/cisco.iosxr/issues/438).
672+
fragments:
673+
- Fix_iosxr_user_tests.yaml
674+
- acls.yaml
675+
- fix_bindep.yaml
676+
- fix_config_module.yaml
677+
- fix_iosxr_config.yaml
678+
- prefix_list_doc.yaml
679+
release_date: "2023-10-30"

changelogs/fragments/Fix_iosxr_user_tests.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/acls.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/fix_bindep.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/fix_config_module.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/fix_iosxr_config.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/prefix_list_doc.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ issues: https://github.com/ansible-collections/cisco.iosxr/issues
1313
tags: [cisco, iosxr, networking, netconf]
1414
# NOTE(pabelanger): We create an empty version key to keep ansible-galaxy
1515
# happy. We dynamically inject version info based on git information.
16-
version: "6.0.1"
16+
version: "6.1.0"

0 commit comments

Comments
 (0)