diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 19bbc7f0b..896bf0a68 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index ebfd923d1..6409b2d8e 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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" diff --git a/changelogs/fragments/Fix_iosxr_user_tests.yaml b/changelogs/fragments/Fix_iosxr_user_tests.yaml deleted file mode 100644 index e6c54a4ea..000000000 --- a/changelogs/fragments/Fix_iosxr_user_tests.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - remove public and private keys from iosxr_user tests. diff --git a/changelogs/fragments/acls.yaml b/changelogs/fragments/acls.yaml deleted file mode 100644 index 3c141f511..000000000 --- a/changelogs/fragments/acls.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -doc_changes: - - "iosxr_acls - update examples and use YAML output in them for better readibility." diff --git a/changelogs/fragments/fix_bindep.yaml b/changelogs/fragments/fix_bindep.yaml deleted file mode 100644 index de7bdc31e..000000000 --- a/changelogs/fragments/fix_bindep.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Fix `python3-lxml` dependancy in bindep.txt. diff --git a/changelogs/fragments/fix_config_module.yaml b/changelogs/fragments/fix_config_module.yaml deleted file mode 100644 index 474f9f0e3..000000000 --- a/changelogs/fragments/fix_config_module.yaml +++ /dev/null @@ -1,3 +0,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)." diff --git a/changelogs/fragments/fix_iosxr_config.yaml b/changelogs/fragments/fix_iosxr_config.yaml deleted file mode 100644 index 1001232fc..000000000 --- a/changelogs/fragments/fix_iosxr_config.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - iosxr_config Add updates option in return value(https://github.com/ansible-collections/cisco.iosxr/issues/438). diff --git a/changelogs/fragments/prefix_list_doc.yaml b/changelogs/fragments/prefix_list_doc.yaml deleted file mode 100644 index 92a95404d..000000000 --- a/changelogs/fragments/prefix_list_doc.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -doc_changes: - - Fix docs for prefix_lists RM. diff --git a/galaxy.yml b/galaxy.yml index 93dd74b56..b51e17d7f 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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"