Skip to content

Commit

Permalink
Prepare for v4.0.0 (#78)
Browse files Browse the repository at this point in the history
Signed-off-by: NilashishC <[email protected]>
  • Loading branch information
NilashishC authored Jun 11, 2024
1 parent 38d75b6 commit 5965a21
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 11 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ IBM Qradar Collection Release Notes

.. contents:: Topics

v4.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 v3.0.0.

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

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

v3.0.0
======

Expand All @@ -22,7 +35,6 @@ Bugfixes

- A bunch of ansible-lint and ansible-test sanity issues have been fixed.


v2.1.0
======

Expand Down Expand Up @@ -53,23 +65,23 @@ v1.0.3
Release Summary
---------------

- Re-releasing the 1.0.2 with updated galaxy file
Re-releasing 1.0.2 with updated galaxy file.

v1.0.2
======

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

- Releasing 1.0.2 with updated changelog.
Releasing 1.0.2 with updated changelog.

v1.0.1
======

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

- Releasing 1.0.2 with updated Readme file after removing tech preview description
Removed tech preview from collection Readme file.

v1.0.0
======
Expand Down
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,17 @@ releases:
- prep_300.yaml
- updates.yaml
release_date: "2023-12-01"
4.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 v3.0.0.
"
fragments:
- bump215.yml
release_date: "2024-06-11"
6 changes: 0 additions & 6 deletions changelogs/fragments/bump215.yml

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 @@ documentation: https://github.com/ansible-collections/ibm.qradar
homepage: https://github.com/ansible-collections/ibm.qradar
issues: https://github.com/ansible-collections/ibm.qradar/issues
readme: README.md
version: 3.0.0
version: 4.0.0

0 comments on commit 5965a21

Please sign in to comment.