From 9e6a3a131973e937d1d694d3addbd3e3a0f31384 Mon Sep 17 00:00:00 2001 From: Kerry Meyer Date: Mon, 8 Jan 2024 21:48:49 -0800 Subject: [PATCH] Post a release note update for release 2.4.0. (#325) * Post a release note update for release 2.4.0. * Enclose version numbers at the ends of sentences in quotes to separate them from the period for the sentence. --- CHANGELOG.rst | 27 +++++++++++ changelogs/.plugin-cache.yaml | 4 +- ...s-update-meta-runtime-ansible-version.yaml | 0 .../2.4.0}/322-docs-README-updates.yaml | 0 .../2.4.0/v2.4.0_summary.yaml | 15 ++++++ changelogs/changelog.yaml | 48 +++++++++++++++++++ galaxy.yml | 2 +- 7 files changed, 94 insertions(+), 2 deletions(-) rename changelogs/{fragments => archive_fragments/2.4.0}/321-requirements-update-meta-runtime-ansible-version.yaml (100%) rename changelogs/{fragments => archive_fragments/2.4.0}/322-docs-README-updates.yaml (100%) create mode 100644 changelogs/archive_fragments/2.4.0/v2.4.0_summary.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fbb294b26..d3ecd6f70 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,33 @@ Dellemc.Enterprise_Sonic Release Notes .. contents:: Topics +v2.4.0 +====== + +Release Summary +--------------- + +| Release Date: 2024-0108 +| This release provides an Ansible compliance change required on top of the changes included in +| the 2.3.0 release of the enterprise_sonic Ansible network resource module collection. +| It addresses an issue raised by the Ansible core team with the content of the 2.3.0 release, +| and provides accompanying documentation changes in the README file. Additional details are +| described below. +| 1) Update the "requires_ansible" version in the meta/runtime.yml file for this collection +| to the oldest supported version of ansible-core. (This was recently changed by Redhat/Ansible +| to version "2.14.0".) +| 2) Update the README file "Recommended version" values for Ansible and Python in accordance +| with the previous change item to modify the oldest supported version of ansible-core which, +| in turn, requires a Python version >= "3.9". +| 3) Update the list of resource modules in the README file to include all currently available +| resource modules for this collection. + + +Bugfixes +-------- + +- requirements - Update requires_ansible version in meta/runtime.yml to the oldest supported version (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/321). + v2.3.0 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index d2b5bd43b..8b0d92009 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -10,6 +10,7 @@ plugins: name: sonic version_added: null connection: {} + filter: {} httpapi: sonic: description: HttpApi Plugin for devices supporting Restconf SONIC API @@ -246,5 +247,6 @@ plugins: netconf: {} shell: {} strategy: {} + test: {} vars: {} -version: 2.3.0 +version: 2.4.0 diff --git a/changelogs/fragments/321-requirements-update-meta-runtime-ansible-version.yaml b/changelogs/archive_fragments/2.4.0/321-requirements-update-meta-runtime-ansible-version.yaml similarity index 100% rename from changelogs/fragments/321-requirements-update-meta-runtime-ansible-version.yaml rename to changelogs/archive_fragments/2.4.0/321-requirements-update-meta-runtime-ansible-version.yaml diff --git a/changelogs/fragments/322-docs-README-updates.yaml b/changelogs/archive_fragments/2.4.0/322-docs-README-updates.yaml similarity index 100% rename from changelogs/fragments/322-docs-README-updates.yaml rename to changelogs/archive_fragments/2.4.0/322-docs-README-updates.yaml diff --git a/changelogs/archive_fragments/2.4.0/v2.4.0_summary.yaml b/changelogs/archive_fragments/2.4.0/v2.4.0_summary.yaml new file mode 100644 index 000000000..54bb92870 --- /dev/null +++ b/changelogs/archive_fragments/2.4.0/v2.4.0_summary.yaml @@ -0,0 +1,15 @@ +release_summary: | + | Release Date: 2024-0108 + | This release provides an Ansible compliance change required on top of the changes included in + | the 2.3.0 release of the enterprise_sonic Ansible network resource module collection. + | It addresses an issue raised by the Ansible core team with the content of the 2.3.0 release, + | and provides accompanying documentation changes in the README file. Additional details are + | described below. + | 1) Update the "requires_ansible" version in the meta/runtime.yml file for this collection + | to the oldest supported version of ansible-core. (This was recently changed by Redhat/Ansible + | to version "2.14.0".) + | 2) Update the README file "Recommended version" values for Ansible and Python in accordance + | with the previous change item to modify the oldest supported version of ansible-core which, + | in turn, requires a Python version >= "3.9". + | 3) Update the list of resource modules in the README file to include all currently available + | resource modules for this collection. diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index e4c6530bd..6c6dd1b91 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -673,3 +673,51 @@ releases: name: sonic_stp namespace: '' release_date: '2024-01-03' + 2.4.0: + changes: + bugfixes: + - requirements - Update requires_ansible version in meta/runtime.yml to the + oldest supported version (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/321). + release_summary: '| Release Date: 2024-0108 + + | This release provides an Ansible compliance change required on top of the + changes included in + + | the 2.3.0 release of the enterprise_sonic Ansible network resource module + collection. + + | It addresses an issue raised by the Ansible core team with the content of + the 2.3.0 release, + + | and provides accompanying documentation changes in the README file. Additional + details are + + | described below. + + | 1) Update the "requires_ansible" version in the meta/runtime.yml file for + this collection + + | to the oldest supported version of ansible-core. (This was recently changed + by Redhat/Ansible + + | to version "2.14.0".) + + | 2) Update the README file "Recommended version" values for Ansible and Python + in accordance + + | with the previous change item to modify the oldest supported version of + ansible-core which, + + | in turn, requires a Python version >= "3.9". + + | 3) Update the list of resource modules in the README file to include all + currently available + + | resource modules for this collection. + + ' + fragments: + - 321-requirements-update-meta-runtime-ansible-version.yaml + - 322-docs-README-updates.yaml + - v2.4.0_summary.yaml + release_date: '2024-01-08' diff --git a/galaxy.yml b/galaxy.yml index f076cfc7c..5f598df83 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: dellemc name: enterprise_sonic -version: 2.3.0 +version: 2.4.0 readme: README.md authors: - Senthil Kumar Ganesan