Skip to content

Commit 340fbc8

Browse files
Prepare for major release 8.0.0 (#481)
* 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>
1 parent f7335f6 commit 340fbc8

File tree

5 files changed

+26
-15
lines changed

5 files changed

+26
-15
lines changed

Diff for: CHANGELOG.rst

+13
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ Cisco Iosxr Collection Release Notes
55
.. contents:: Topics
66

77

8+
v8.0.0
9+
======
10+
11+
Major Changes
12+
-------------
13+
14+
- This release removes previously deprecated module and attributes from this collection. Please refer to the **Removed Features** section for details.
15+
16+
Removed Features (previously deprecated)
17+
----------------------------------------
18+
19+
- Remove deprecated iosxr_logging module which is replaced with iosxr_logging_global resource module.
20+
821
v7.2.0
922
======
1023

Diff for: changelogs/changelog.yaml

+12-5
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ releases:
5252
- description: LLDP interfaces resource module
5353
name: iosxr_lldp_interfaces
5454
namespace: ""
55-
- description:
56-
Configuration management of system logging services on network
57-
devices
58-
name: iosxr_logging
59-
namespace: ""
6055
- description: Configures NetConf sub-system service on Cisco IOS-XR devices
6156
name: iosxr_netconf
6257
namespace: ""
@@ -720,3 +715,15 @@ releases:
720715
- fix_bgp_template.yaml
721716
- fix_nightly.yaml
722717
release_date: "2024-03-01"
718+
8.0.0:
719+
changes:
720+
major_changes:
721+
- This release removes previously deprecated module and attributes from this
722+
collection. Please refer to the **Removed Features** section for details.
723+
removed_features:
724+
- Remove deprecated iosxr_logging module which is replaced with iosxr_logging_global
725+
resource module.
726+
fragments:
727+
- remove_deprecated.yaml
728+
- trivial_tests_updates.yaml
729+
release_date: "2024-03-27"

Diff for: changelogs/fragments/remove_deprecated.yaml

-5
This file was deleted.

Diff for: changelogs/fragments/trivial_tests_updates.yaml

-4
This file was deleted.

Diff for: galaxy.yml

+1-1
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: "7.2.0"
16+
version: "8.0.0"

0 commit comments

Comments
 (0)