Skip to content

Commit b5d22e3

Browse files
authored
Prep release 5.0.0 (#26)
1 parent 325efec commit b5d22e3

File tree

5 files changed

+64
-51
lines changed

5 files changed

+64
-51
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ Network VPN Collection Release Notes
44

55
.. contents:: Topics
66

7+
v5.0.0
8+
======
9+
10+
Major Changes
11+
-------------
12+
13+
- Added integration tests to align with the new role-based structure.
14+
- Converted operations like `deploy` and `validate` into individual roles for better modularity and clarity.
15+
- Each role (`deploy`, `validate`) now has its own README.md and integration tests.
16+
- Improved documentation and usage examples for each role to reflect the restructuring.
17+
- Restructured the network.vpn collection by converting supported operations into separate roles
18+
- Updated the `network.vpn` collection documentation to reflect the new role-based structure.
19+
720
v4.0.0
821
======
922

changelogs/changelog.yaml

Lines changed: 50 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,78 +2,89 @@ ancestor: null
22
releases:
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'

changelogs/fragments/fix_ci.yaml

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

changelogs/fragments/restructure.yaml

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

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ readme: README.md
1313
repository: https://github.com/redhat-cop/network.vpn
1414
issues: https://github.com/redhat-cop/network.vpn/issues
1515
tags: [cisco, aws, azure, vpn, cloud, networking]
16-
version: 4.0.0
16+
version: 5.0.0

0 commit comments

Comments
 (0)