From e15101ce24c3e0daec5e46e35543f7bde1a0fd3b Mon Sep 17 00:00:00 2001 From: Ruchi Pakhle <72685035+Ruchip16@users.noreply.github.com> Date: Tue, 11 Jun 2024 11:59:26 +0530 Subject: [PATCH] Prepare release 6.0.0 (#237) * Prepare release v6.0.0 * antsibull fix * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update CHANGELOG.rst --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Rohit Thakur --- CHANGELOG.rst | 12 ++++++++++++ changelogs/changelog.yaml | 13 +++++++++++++ changelogs/fragments/add_2.18.yaml | 3 --- changelogs/fragments/bump_215.yaml | 6 ------ galaxy.yml | 2 +- 5 files changed, 26 insertions(+), 10 deletions(-) delete mode 100644 changelogs/fragments/add_2.18.yaml delete mode 100644 changelogs/fragments/bump_215.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d7fdfb3e..cdf79c13 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,18 @@ Cisco Asa Collection Release Notes .. contents:: Topics +v6.0.0 +====== + +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 v5.0.1. + +Major Changes +------------- + +- Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions are EoL now. v5.0.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 9dbfd2c4..f0a26ea4 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -223,3 +223,16 @@ releases: fragments: - fix_module_defaults.yaml release_date: "2024-01-31" + 6.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` + for this collection is `2.15.0`. The last version known to be compatible with + `ansible-core` versions below `2.15` is v5.0.1." + fragments: + - add_2.18.yaml + - bump_215.yaml + release_date: "2024-06-11" diff --git a/changelogs/fragments/add_2.18.yaml b/changelogs/fragments/add_2.18.yaml deleted file mode 100644 index 0aaf1f75..00000000 --- a/changelogs/fragments/add_2.18.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Add ignore-2.18.txt. diff --git a/changelogs/fragments/bump_215.yaml b/changelogs/fragments/bump_215.yaml deleted file mode 100644 index cdb8f1bd..00000000 --- a/changelogs/fragments/bump_215.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -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 v5.0.1. -major_changes: - - Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions are EoL now. diff --git a/galaxy.yml b/galaxy.yml index b99c3099..6b978e87 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -13,4 +13,4 @@ issues: https://github.com/ansible-collections/cisco.asa/issues tags: [cisco, asa, networking, security] # NOTE(pabelanger): We create an empty version key to keep ansible-galaxy # happy. We dynamically inject version info based on git information. -version: 5.0.1 +version: 6.0.0