Skip to content

Commit

Permalink
prepare release 6.0.1 (#430)
Browse files Browse the repository at this point in the history
* prepare release 6.0.1

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

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

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
KB-perByte and pre-commit-ci[bot] authored Sep 7, 2023
1 parent 32cdc10 commit 2862875
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 22 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ Cisco Iosxr Collection Release Notes
.. contents:: Topics


v6.0.1
======

Bugfixes
--------

- Fix issue in deletion of ospf.(https://github.com/ansible-collections/cisco.iosxr/issues/425)
- Fix issue in facts gathering for Interfaces RM.(https://github.com/ansible-collections/cisco.iosxr/issues/417)
- Fix issue in lacp and lldp_global of local variable commands.
- Support overridden state in bgp_global,lacp and lldp_global module.(https://github.com/ansible-collections/cisco.iosxr/issues/386)

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

- Fix grpc sub plugin documentation.
- Update ospf_interfaces examples
- Update ospfv2 examples
- Update ospfv3 examples

v6.0.0
======

Expand Down
20 changes: 20 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -640,3 +640,23 @@ releases:
name: iosxr_bgp_templates
namespace: ""
release_date: "2023-07-05"
6.0.1:
changes:
bugfixes:
- Fix issue in deletion of ospf.(https://github.com/ansible-collections/cisco.iosxr/issues/425)
- Fix issue in facts gathering for Interfaces RM.(https://github.com/ansible-collections/cisco.iosxr/issues/417)
- Fix issue in lacp and lldp_global of local variable commands.
- Support overridden state in bgp_global,lacp and lldp_global module.(https://github.com/ansible-collections/cisco.iosxr/issues/386)
doc_changes:
- Fix grpc sub plugin documentation.
- Update ospf_interfaces examples
- Update ospfv2 examples
- Update ospfv3 examples
fragments:
- Fix_interface_facts.yaml
- codecov_pr.yml
- fix_ospfv3.yaml
- sub_plugin_doc.yml
- support_overridden.yaml
- update_ospfv2_docs.yaml
release_date: "2023-09-07"
3 changes: 0 additions & 3 deletions changelogs/fragments/Fix_interface_facts.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/support_overridden.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/update_ospfv2_docs.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.0"
version: "6.0.1"

0 comments on commit 2862875

Please sign in to comment.