Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ Network VPN Collection Release Notes

.. contents:: Topics

v5.0.0
======

Major Changes
-------------

- Added integration tests to align with the new role-based structure.
- Converted operations like `deploy` and `validate` into individual roles for better modularity and clarity.
- Each role (`deploy`, `validate`) now has its own README.md and integration tests.
- Improved documentation and usage examples for each role to reflect the restructuring.
- Restructured the network.vpn collection by converting supported operations into separate roles
- Updated the `network.vpn` collection documentation to reflect the new role-based structure.

v4.0.0
======

Expand Down
89 changes: 50 additions & 39 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,78 +2,89 @@ ancestor: null
releases:
1.0.0:
changes:
release_summary:
Releasing v1.0.0 of the Ansible network.vpn collection that
release_summary: Releasing v1.0.0 of the Ansible network.vpn collection that
builds, maintains and validates VPN tunnels across cloud providers and network
appliances.
fragments:
- release_1.0.0.yaml
release_date: "2022-11-02"
- release_1.0.0.yaml
release_date: '2022-11-02'
1.1.0:
changes:
release_summary:
Re-releasing v1.0.0 with updated version tag and fixed URLs
release_summary: Re-releasing v1.0.0 with updated version tag and fixed URLs
for issues and repository in galaxy.yml.
fragments:
- prep_1.1.0.yaml
release_date: "2022-11-09"
- prep_1.1.0.yaml
release_date: '2022-11-09'
1.2.0:
changes:
release_summary:
Fixed errors that were reported during ansible-galaxy collection
release_summary: Fixed errors that were reported during ansible-galaxy collection
publish process for v1.1.0.
fragments:
- prep_120.yaml
release_date: "2022-11-09"
- prep_120.yaml
release_date: '2022-11-09'
1.3.0:
changes:
release_summary: Re-releasing v1.2.0 with bumped galaxy.yml version.
fragments:
- prep_130.yaml
release_date: "2022-11-09"
- prep_130.yaml
release_date: '2022-11-09'
2.0.0:
changes:
doc_changes:
- Fix installation guide in README.
- Update readme with collections installation commands.
- Fix installation guide in README.
- Update readme with collections installation commands.
major_changes:
- Please refer to README for updated examples.
- Staring with this release, the keyword `actions` has been changed to `operations`.
- Please refer to README for updated examples.
- Staring with this release, the keyword `actions` has been changed to `operations`.
fragments:
- readme.yaml
- update_docs.yaml
- update_readme.yaml
release_date: "2023-07-26"
- readme.yaml
- update_docs.yaml
- update_readme.yaml
release_date: '2023-07-26'
3.0.0:
changes:
major_changes:
- Bumping `requires_ansible` to `>=2.14.0`, since previous ansible-core versions
are EoL now.
release_summary:
Starting from this release, the minimum `ansible-core` version
- Bumping `requires_ansible` to `>=2.14.0`, since previous ansible-core versions
are EoL now.
release_summary: Starting from this release, the minimum `ansible-core` version
this collection requires is `2.14.0`. The last known version compatible with
ansible-core<2.14 is `v2.0.0`.
fragments:
- prep_200.yaml
release_date: "2023-12-01"
- prep_200.yaml
release_date: '2023-12-01'
3.0.1:
changes:
release_summary:
Re-releasing 3.0.0 as 3.0.1, starting from 3.0.0, the minimum
release_summary: Re-releasing 3.0.0 as 3.0.1, starting from 3.0.0, the minimum
`ansible-core` version this collection requires is `2.14.0`. The last known
version compatible with ansible-core<2.14 is `2.0.0`.
fragments:
- release_301.yml
release_date: "2023-12-01"
- release_301.yml
release_date: '2023-12-01'
4.0.0:
changes:
major_changes:
- Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions
are EoL now.
release_summary:
"With this release, the minimum required version of `ansible-core`
- Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions
are EoL now.
release_summary: With this release, the minimum required version of `ansible-core`
for this collection is `2.15.0`. The last version known to be compatible with
`ansible-core` versions below `2.15` is v3.0.1."
`ansible-core` versions below `2.15` is v3.0.1.
fragments:
- bump_215.yaml
release_date: "2024-06-11"
- bump_215.yaml
release_date: '2024-06-11'
5.0.0:
changes:
major_changes:
- Added integration tests to align with the new role-based structure.
- Converted operations like `deploy` and `validate` into individual roles for
better modularity and clarity.
- Each role (`deploy`, `validate`) now has its own README.md and integration
tests.
- Improved documentation and usage examples for each role to reflect the restructuring.
- Restructured the network.vpn collection by converting supported operations
into separate roles
- Updated the `network.vpn` collection documentation to reflect the new role-based
structure.
fragments:
- fix_ci.yaml
- restructure.yaml
release_date: '2025-03-27'
3 changes: 0 additions & 3 deletions changelogs/fragments/fix_ci.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions changelogs/fragments/restructure.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ readme: README.md
repository: https://github.com/redhat-cop/network.vpn
issues: https://github.com/redhat-cop/network.vpn/issues
tags: [cisco, aws, azure, vpn, cloud, networking]
version: 4.0.0
version: 5.0.0