Skip to content

Commit

Permalink
Prepare for v5.0.0 release (#350)
Browse files Browse the repository at this point in the history
* Prepare for v5.0.0 release

Signed-off-by: NilashishC <[email protected]>

* Update galaxy version

Signed-off-by: NilashishC <[email protected]>

---------

Signed-off-by: NilashishC <[email protected]>
  • Loading branch information
NilashishC authored Jun 25, 2024
1 parent b872b6f commit b148fe4
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 13 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ Vyos Collection Release Notes

.. contents:: Topics

v5.0.0
======

Release Summary
---------------

Starting from this release, the minimum `ansible-core` version that this collection requires is `2.15.0`. The last known version compatible with ansible-core<2.15 is v4.1.0.

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

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

Minor Changes
-------------

- All GHA workflows have been updated to use ones from ansible-content-actions.
- Passes latest ansible-lint with production profile.
- Removes deprecation notice for vyos.vyos.
- Uncaps supported ansible-core versions, this collection now supports ansible-core>=2.15.

v4.1.0
======
Expand Down
20 changes: 20 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -411,3 +411,23 @@ releases:
- l3_interfaces-support.yaml
- l3_interfaces.yaml
release_date: "2023-05-30"
5.0.0:
changes:
major_changes:
- Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions
are EoL now.
minor_changes:
- All GHA workflows have been updated to use ones from ansible-content-actions.
- Passes latest ansible-lint with production profile.
- Removes deprecation notice for vyos.vyos.
- Uncaps supported ansible-core versions, this collection now supports ansible-core>=2.15.
release_summary:
Starting from this release, the minimum `ansible-core` version
that this collection requires is `2.15.0`. The last known version compatible
with ansible-core<2.15 is v4.1.0.
fragments:
- avoid_unsafe_conditions.yml
- integration_test_fix.yml
- release_500.yaml
- undeprecate.yaml
release_date: "2024-06-25"
3 changes: 0 additions & 3 deletions changelogs/fragments/avoid_unsafe_conditions.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/integration_test_fix.yml

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/fragments/undeprecate.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 @@ -11,4 +11,4 @@ readme: README.md
repository: https://github.com/ansible-collections/vyos.vyos
issues: https://github.com/ansible-collections/vyos.vyos/issues
tags: [vyos, networking]
version: 4.1.0
version: 5.0.0

0 comments on commit b148fe4

Please sign in to comment.