Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Prep 4.0.0 #23

Merged
merged 1 commit into from
Jan 17, 2025
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
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Network Acls Collection Release Notes

.. contents:: Topics

v4.0.0
======

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

- Restructured the network.acls collection by converting supported operations into separate roles.

v3.0.0
======

Expand Down
13 changes: 11 additions & 2 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,18 @@ releases:
- Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions
are EoL now.
release_summary:
"Starting from this release, the minimum `ansible-core` version
Starting from this release, the minimum `ansible-core` version
this collection requires is `2.15.0`. The last known version compatible with
ansible-core<2.15 is v2.0.0."
ansible-core<2.15 is v2.0.0.
fragments:
- ming_215.yaml
release_date: "2024-06-10"
4.0.0:
changes:
major_changes:
- Restructured the network.acls collection by converting supported operations
into separate roles.
fragments:
- fix_ci.yaml
- restructure.yaml
release_date: "2025-01-17"
3 changes: 0 additions & 3 deletions changelogs/fragments/fix_ci.yaml

This file was deleted.

3 changes: 0 additions & 3 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 @@ -14,4 +14,4 @@ readme: README.md
repository: https://github.com/redhat-cop/network.acls
issues: https://github.com/redhat-cop/network.acls/issues
tags: [networking]
version: "3.0.0"
version: "4.0.0"
Loading