@@ -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'
0 commit comments