From 6179149178bcb6516ded158096b0a24b21f3349d Mon Sep 17 00:00:00 2001 From: Rohit Thakur Date: Wed, 12 Jun 2024 15:48:22 +0530 Subject: [PATCH] Prepare release 5.0.0 (#29) * Prepare release 5.0.0 Signed-off-by: rohitthakur2590 * trivial Signed-off-by: rohitthakur2590 --------- Signed-off-by: rohitthakur2590 --- CHANGELOG.rst | 23 ++++++++++++++++++- changelogs/changelog.yaml | 24 ++++++++++++++++---- changelogs/fragments/trivial_lint.yaml | 3 --- changelogs/fragments/udate_readme_tmplt.yaml | 3 --- changelogs/fragments/update_docs.yaml | 9 -------- galaxy.yml | 2 +- 6 files changed, 43 insertions(+), 21 deletions(-) delete mode 100644 changelogs/fragments/trivial_lint.yaml delete mode 100644 changelogs/fragments/udate_readme_tmplt.yaml delete mode 100644 changelogs/fragments/update_docs.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f7c8dfb..12d73a0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ------------- diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index cd054d9..36892b6 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' diff --git a/changelogs/fragments/trivial_lint.yaml b/changelogs/fragments/trivial_lint.yaml deleted file mode 100644 index 744f363..0000000 --- a/changelogs/fragments/trivial_lint.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - "Fix lint action reference." diff --git a/changelogs/fragments/udate_readme_tmplt.yaml b/changelogs/fragments/udate_readme_tmplt.yaml deleted file mode 100644 index 65aabf3..0000000 --- a/changelogs/fragments/udate_readme_tmplt.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -doc_changes: - - Update readme as per the common template. diff --git a/changelogs/fragments/update_docs.yaml b/changelogs/fragments/update_docs.yaml deleted file mode 100644 index 399bdf3..0000000 --- a/changelogs/fragments/update_docs.yaml +++ /dev/null @@ -1,9 +0,0 @@ ---- -doc_changes: - - Updated the URL to point to validated content instead of certified content. - - Revised the instructions on when to utilize the token. -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. diff --git a/galaxy.yml b/galaxy.yml index 974813d..37ebcf2 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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