Skip to content

Commit

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

* update galaxy.yml

---------

Co-authored-by: Ashwini Mhatre <amhatre@amhatre-thinkpadt14sgen2i.pnq.csb>
  • Loading branch information
Ruchip16 and Ashwini Mhatre authored Mar 6, 2024
1 parent 8d7c66a commit e14227c
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 10 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ Cisco Iosxr Collection Release Notes
.. contents:: Topics


v7.2.0
======

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

- Add missing options in afi and safi in address-family of bgp_templates RM.

Bugfixes
--------

- Fix 'afi' value in bgp_templates RM to valid values.

v7.1.0
======

Expand Down
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -709,3 +709,14 @@ releases:
- fix_add_cdp_neighbors.yaml
- fix_iosxr_config.yaml
release_date: "2024-01-08"
7.2.0:
changes:
bugfixes:
- Fix 'afi' value in bgp_templates RM to valid values.
minor_changes:
- Add missing options in afi and safi in address-family of bgp_templates RM.
fragments:
- bugfix_bgp_templates.yaml
- fix_bgp_template.yaml
- fix_nightly.yaml
release_date: "2024-03-01"
3 changes: 0 additions & 3 deletions changelogs/fragments/bugfix_bgp_templates.yaml

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/fix_nightly.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: "7.1.0"
version: "7.2.0"

0 comments on commit e14227c

Please sign in to comment.