Skip to content

Commit

Permalink
Prepare release 5.0.0 (#29)
Browse files Browse the repository at this point in the history
* Prepare release 5.0.0

Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>

* trivial

Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>

---------

Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
  • Loading branch information
rohitthakur2590 authored Jun 12, 2024
1 parent a8fcdee commit 6179149
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 21 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,34 @@ Network Ospf Collection Release Notes
.. contents:: Topics


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


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

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

Documentation Changes
---------------------

- Revised the instructions on when to utilize the token.
- Update readme as per the common template.
- Updated the URL to point to validated content instead of certified content.

v4.0.0
======

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

Starting from this release, the minimum `ansible-core` version this collection requires is `2.14.0`. The last known version compatible with ansible-core<2.14 is `v3.0.0`
Starting from this release, the minimum `ansible-core` version this collection requires is `2.14.0`. The last known version compatible with ansible-core<2.14 is `v3.0.0`.

Major Changes
-------------
Expand Down
24 changes: 20 additions & 4 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,28 @@ releases:
4.0.0:
changes:
major_changes:
- Bumping `requires_ansible` to `>=2.14.0`, since previous ansible-core versions
are EoL now.
release_summary:
Starting from this release, the minimum `ansible-core` version
- Bumping `requires_ansible` to `>=2.14.0`, since previous ansible-core versions
are EoL now.
release_summary: Starting from this release, the minimum `ansible-core` version
this collection requires is `2.14.0`. The last known version compatible with
ansible-core<2.14 is `v3.0.0`.
fragments:
- lint_fixes.yaml
release_date: '2023-12-01'
5.0.0:
changes:
doc_changes:
- Revised the instructions on when to utilize the token.
- Update readme as per the common template.
- Updated the URL to point to validated content instead of certified content.
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 v4.0.0.'
fragments:
- trivial_lint.yaml
- udate_readme_tmplt.yaml
- update_docs.yaml
release_date: '2024-06-12'
3 changes: 0 additions & 3 deletions changelogs/fragments/trivial_lint.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/udate_readme_tmplt.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions changelogs/fragments/update_docs.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 @@ readme: README.md
repository: https://github.com/redhat-cop/network.ospf
issues: https://github.com/redhat-cop/network.ospf/issues
tags: [networking]
version: 4.0.0
version: 5.0.0

0 comments on commit 6179149

Please sign in to comment.