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