From b148fe4ff90e2cbe5ee576ee39b01707e092fd9d Mon Sep 17 00:00:00 2001 From: Nilashish Chakraborty Date: Tue, 25 Jun 2024 17:32:32 +0530 Subject: Prepare for v5.0.0 release (#350) * Prepare for v5.0.0 release Signed-off-by: NilashishC * Update galaxy version Signed-off-by: NilashishC --------- Signed-off-by: NilashishC --- CHANGELOG.rst | 20 ++++++++++++++++++++ changelogs/changelog.yaml | 20 ++++++++++++++++++++ changelogs/fragments/avoid_unsafe_conditions.yml | 3 --- changelogs/fragments/integration_test_fix.yml | 3 --- changelogs/fragments/undeprecate.yaml | 6 ------ galaxy.yml | 2 +- 6 files changed, 41 insertions(+), 13 deletions(-) delete mode 100644 changelogs/fragments/avoid_unsafe_conditions.yml delete mode 100644 changelogs/fragments/integration_test_fix.yml delete mode 100644 changelogs/fragments/undeprecate.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 19500f71..4ccf0b59 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index b401b898..b20932d2 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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" diff --git a/changelogs/fragments/avoid_unsafe_conditions.yml b/changelogs/fragments/avoid_unsafe_conditions.yml deleted file mode 100644 index 693f01d0..00000000 --- a/changelogs/fragments/avoid_unsafe_conditions.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - avoid_unsafe_conditions - Avoid unsafe conditions in integration tests to resolve issues related to assertion unsafe conditions. diff --git a/changelogs/fragments/integration_test_fix.yml b/changelogs/fragments/integration_test_fix.yml deleted file mode 100644 index d7924243..00000000 --- a/changelogs/fragments/integration_test_fix.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - vyos_prefix_lists - fix vyos_prefix_lists in integration tests to resolve issues related to deletion. diff --git a/changelogs/fragments/undeprecate.yaml b/changelogs/fragments/undeprecate.yaml deleted file mode 100644 index 4180d3e6..00000000 --- a/changelogs/fragments/undeprecate.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -minor_changes: - - "Removes deprecation notice for vyos.vyos." - - "All GHA workflows have been updated to use ones from ansible-content-actions." - - "Passes latest ansible-lint with production profile." - - "Uncaps supported ansible-core versions, this collection now supports ansible-core>=2.15." diff --git a/galaxy.yml b/galaxy.yml index aec1aef8..e5ba66cc 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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 -- cgit v1.2.3