Skip to content

Commit 1ee7698

Browse files
authored
Merge pull request #37 from Ruchip16/release/major
Prepare major release v7
2 parents 5bfb1c5 + 5a6ac19 commit 1ee7698

4 files changed

Lines changed: 44 additions & 18 deletions

File tree

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ Network Interfaces Collection Release Notes
44

55
.. contents:: Topics
66

7+
v7.0.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
With this release, the minimum required version of `ansible-core` for this collection is `2.19.0`. The last version known to be compatible with `ansible-core` versions below `2.19` is v6.0.0.
14+
15+
Major Changes
16+
-------------
17+
18+
- Bumping `dependencies` of ansible.netcommon to `>=8.1.0`, since previous versions of the dependency had compatibility issues with `ansible-core>=2.19`.
19+
20+
Bugfixes
21+
--------
22+
23+
- Fix health_check role.
24+
725
v6.0.0
826
======
927

changelogs/changelog.yaml

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ releases:
1111
- add_docs.yaml
1212
- add_network_interfaces.yaml
1313
- fix_collection_name.yaml
14-
release_date: "2023-03-07"
14+
release_date: '2023-03-07'
1515
2.0.0:
1616
changes:
1717
bugfixes:
@@ -24,7 +24,7 @@ releases:
2424
- enable_scm.yaml
2525
- fix_6.yaml
2626
- update_readme.yaml
27-
release_date: "2023-05-11"
27+
release_date: '2023-05-11'
2828
3.0.0:
2929
changes:
3030
doc_changes:
@@ -38,44 +38,41 @@ releases:
3838
fragments:
3939
- documentation_fix.yml
4040
- update_action_to_operation.yaml
41-
release_date: "2023-07-26"
41+
release_date: '2023-07-26'
4242
3.0.1:
4343
changes:
4444
bugfixes:
4545
- Add health_check support for EOS platform(https://github.com/redhat-cop/network.interfaces/issues/19).
4646
fragments:
4747
- Add_health_check_support_Eos.yaml
48-
release_date: "2023-11-30"
48+
release_date: '2023-11-30'
4949
4.0.0:
5050
changes:
5151
major_changes:
5252
- Bumping `requires_ansible` to `>=2.14.0`, since previous ansible-core versions
5353
are EoL now.
54-
release_summary:
55-
Starting from this release, the minimum `ansible-core` version
54+
release_summary: Starting from this release, the minimum `ansible-core` version
5655
this collection requires is `2.14.0`. The last known version compatible with
5756
ansible-core<2.14 is `v3.0.1`.
5857
fragments:
5958
- trivial_lint.yaml
6059
- update_required_ansible.yaml
61-
release_date: "2023-12-01"
60+
release_date: '2023-12-01'
6261
5.0.0:
6362
changes:
6463
doc_changes:
6564
- Update readme as per the common template.
6665
major_changes:
6766
- Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions
6867
are EoL now.
69-
release_summary:
70-
"With this release, the minimum required version of `ansible-core`
68+
release_summary: 'With this release, the minimum required version of `ansible-core`
7169
for this collection is `2.15.0`. The last version known to be compatible with
7270
`ansible-core` versions below `2.15` is v4.0.0.
73-
74-
"
71+
'
7572
fragments:
7673
- bump_215.yaml
7774
- update_readme.yaml
78-
release_date: "2024-06-11"
75+
release_date: '2024-06-11'
7976
6.0.0:
8077
changes:
8178
major_changes:
@@ -85,4 +82,18 @@ releases:
8582
- ci_fix.yaml
8683
- pylint_fix.yaml
8784
- restructure_interfaces.yaml
88-
release_date: "2025-01-17"
85+
release_date: '2025-01-17'
86+
7.0.0:
87+
changes:
88+
bugfixes:
89+
- Fix health_check role.
90+
major_changes:
91+
- Bumping `dependencies` of ansible.netcommon to `>=8.1.0`, since previous versions
92+
of the dependency had compatibility issues with `ansible-core>=2.19`.
93+
release_summary: 'With this release, the minimum required version of `ansible-core`
94+
for this collection is `2.19.0`. The last version known to be compatible with
95+
`ansible-core` versions below `2.19` is v6.0.0.
96+
'
97+
fragments:
98+
- fix_helath_check.yaml
99+
release_date: '2025-09-03'

changelogs/fragments/fix_helath_check.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

galaxy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors:
33
- Ashwini Mhatre (@amhatre)
44
dependencies:
5-
ansible.netcommon: ">=6.0.0"
5+
ansible.netcommon: ">=8.1.0"
66
ansible.utils: ">=3.0.0"
77
ansible.scm: ">=2.0.0"
88
license_file: LICENSE
@@ -13,4 +13,4 @@ readme: README.md
1313
repository: https://github.com/redhat-cop/network.interfaces
1414
issues: https://github.com/redhat-cop/network.interfaces/issues
1515
tags: [networking]
16-
version: "6.0.0"
16+
version: "7.0.0"

0 commit comments

Comments
 (0)