Skip to content

Commit

Permalink
Prepare for major release 8.0.0 (#481)
Browse files Browse the repository at this point in the history
* prepare for major release

* delete the fragments

* changelog.rst file

* [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
Ruchip16 and pre-commit-ci[bot] authored Mar 27, 2024
1 parent f7335f6 commit 340fbc8
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 15 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


v8.0.0
======

Major Changes
-------------

- This release removes previously deprecated module and attributes from this collection. Please refer to the **Removed Features** section for details.

Removed Features (previously deprecated)
----------------------------------------

- Remove deprecated iosxr_logging module which is replaced with iosxr_logging_global resource module.

v7.2.0
======

Expand Down
17 changes: 12 additions & 5 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ releases:
- description: LLDP interfaces resource module
name: iosxr_lldp_interfaces
namespace: ""
- description:
Configuration management of system logging services on network
devices
name: iosxr_logging
namespace: ""
- description: Configures NetConf sub-system service on Cisco IOS-XR devices
name: iosxr_netconf
namespace: ""
Expand Down Expand Up @@ -720,3 +715,15 @@ releases:
- fix_bgp_template.yaml
- fix_nightly.yaml
release_date: "2024-03-01"
8.0.0:
changes:
major_changes:
- This release removes previously deprecated module and attributes from this
collection. Please refer to the **Removed Features** section for details.
removed_features:
- Remove deprecated iosxr_logging module which is replaced with iosxr_logging_global
resource module.
fragments:
- remove_deprecated.yaml
- trivial_tests_updates.yaml
release_date: "2024-03-27"
5 changes: 0 additions & 5 deletions changelogs/fragments/remove_deprecated.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/trivial_tests_updates.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.2.0"
version: "8.0.0"

0 comments on commit 340fbc8

Please sign in to comment.