@@ -2,78 +2,89 @@ ancestor: null
22releases :
33 1.0.0 :
44 changes :
5- release_summary :
6- Releasing v1.0.0 of the Ansible network.vpn collection that
5+ release_summary : Releasing v1.0.0 of the Ansible network.vpn collection that
76 builds, maintains and validates VPN tunnels across cloud providers and network
87 appliances.
98 fragments :
10- - release_1.0.0.yaml
11- release_date : " 2022-11-02"
9+ - release_1.0.0.yaml
10+ release_date : ' 2022-11-02'
1211 1.1.0 :
1312 changes :
14- release_summary :
15- Re-releasing v1.0.0 with updated version tag and fixed URLs
13+ release_summary : Re-releasing v1.0.0 with updated version tag and fixed URLs
1614 for issues and repository in galaxy.yml.
1715 fragments :
18- - prep_1.1.0.yaml
19- release_date : " 2022-11-09"
16+ - prep_1.1.0.yaml
17+ release_date : ' 2022-11-09'
2018 1.2.0 :
2119 changes :
22- release_summary :
23- Fixed errors that were reported during ansible-galaxy collection
20+ release_summary : Fixed errors that were reported during ansible-galaxy collection
2421 publish process for v1.1.0.
2522 fragments :
26- - prep_120.yaml
27- release_date : " 2022-11-09"
23+ - prep_120.yaml
24+ release_date : ' 2022-11-09'
2825 1.3.0 :
2926 changes :
3027 release_summary : Re-releasing v1.2.0 with bumped galaxy.yml version.
3128 fragments :
32- - prep_130.yaml
33- release_date : " 2022-11-09"
29+ - prep_130.yaml
30+ release_date : ' 2022-11-09'
3431 2.0.0 :
3532 changes :
3633 doc_changes :
37- - Fix installation guide in README.
38- - Update readme with collections installation commands.
34+ - Fix installation guide in README.
35+ - Update readme with collections installation commands.
3936 major_changes :
40- - Please refer to README for updated examples.
41- - Staring with this release, the keyword `actions` has been changed to `operations`.
37+ - Please refer to README for updated examples.
38+ - Staring with this release, the keyword `actions` has been changed to `operations`.
4239 fragments :
43- - readme.yaml
44- - update_docs.yaml
45- - update_readme.yaml
46- release_date : " 2023-07-26"
40+ - readme.yaml
41+ - update_docs.yaml
42+ - update_readme.yaml
43+ release_date : ' 2023-07-26'
4744 3.0.0 :
4845 changes :
4946 major_changes :
50- - Bumping `requires_ansible` to `>=2.14.0`, since previous ansible-core versions
51- are EoL now.
52- release_summary :
53- Starting from this release, the minimum `ansible-core` version
47+ - Bumping `requires_ansible` to `>=2.14.0`, since previous ansible-core versions
48+ are EoL now.
49+ release_summary : Starting from this release, the minimum `ansible-core` version
5450 this collection requires is `2.14.0`. The last known version compatible with
5551 ansible-core<2.14 is `v2.0.0`.
5652 fragments :
57- - prep_200.yaml
58- release_date : " 2023-12-01"
53+ - prep_200.yaml
54+ release_date : ' 2023-12-01'
5955 3.0.1 :
6056 changes :
61- release_summary :
62- Re-releasing 3.0.0 as 3.0.1, starting from 3.0.0, the minimum
57+ release_summary : Re-releasing 3.0.0 as 3.0.1, starting from 3.0.0, the minimum
6358 ` ansible-core` version this collection requires is `2.14.0`. The last known
6459 version compatible with ansible-core<2.14 is `2.0.0`.
6560 fragments :
66- - release_301.yml
67- release_date : " 2023-12-01"
61+ - release_301.yml
62+ release_date : ' 2023-12-01'
6863 4.0.0 :
6964 changes :
7065 major_changes :
71- - Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions
72- are EoL now.
73- release_summary :
74- " With this release, the minimum required version of `ansible-core`
66+ - Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions
67+ are EoL now.
68+ release_summary : With this release, the minimum required version of `ansible-core`
7569 for this collection is `2.15.0`. The last version known to be compatible with
76- `ansible-core` versions below `2.15` is v3.0.1."
70+ ` ansible-core` versions below `2.15` is v3.0.1.
7771 fragments :
78- - bump_215.yaml
79- release_date : " 2024-06-11"
72+ - bump_215.yaml
73+ release_date : ' 2024-06-11'
74+ 5.0.0 :
75+ changes :
76+ major_changes :
77+ - Added integration tests to align with the new role-based structure.
78+ - Converted operations like `deploy` and `validate` into individual roles for
79+ better modularity and clarity.
80+ - Each role (`deploy`, `validate`) now has its own README.md and integration
81+ tests.
82+ - Improved documentation and usage examples for each role to reflect the restructuring.
83+ - Restructured the network.vpn collection by converting supported operations
84+ into separate roles
85+ - Updated the `network.vpn` collection documentation to reflect the new role-based
86+ structure.
87+ fragments :
88+ - fix_ci.yaml
89+ - restructure.yaml
90+ release_date : ' 2025-03-27'
0 commit comments