Skip to content

Commit

Permalink
Prepare release 6.0.0 (#237)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
3 people authored Jun 11, 2024
1 parent aa41197 commit e15101c
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 10 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======
Expand Down
13 changes: 13 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 0 additions & 3 deletions changelogs/fragments/add_2.18.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/fragments/bump_215.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 @@ -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

0 comments on commit e15101c

Please sign in to comment.