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

Prepare for release 4.0.0 #26

Merged
merged 1 commit into from
Dec 1, 2023
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 @@ -5,6 +5,19 @@ Network Interfaces Collection Release Notes
.. contents:: Topics


v4.0.0
======

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 `v3.0.1`.

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

- Bumping `requires_ansible` to `>=2.14.0`, since previous ansible-core versions are EoL now.

v3.0.1
======

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The `network.interfaces` enable users to manage the resources Interfaces indepen

## Tested with Ansible

Tested with ansible-core 2.13 releases.
Tested with ansible-core 2.14 releases.

## Installation
To consume this Validated Content from Automation Hub, the following needs to be added to `ansible.cfg`:
Expand Down
12 changes: 12 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,15 @@ releases:
fragments:
- Add_health_check_support_Eos.yaml
release_date: '2023-11-30'
4.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
this collection requires is `2.14.0`. The last known version compatible with
ansible-core<2.14 is `v3.0.1`.
fragments:
- trivial_lint.yaml
- update_required_ansible.yaml
release_date: '2023-12-01'
3 changes: 0 additions & 3 deletions changelogs/fragments/trivial_lint.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/update_required_ansible.yaml

This file was deleted.