Skip to content

Commit

Permalink
Post a release note update for release 2.4.0. (#325)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
kerry-meyer authored Jan 9, 2024
1 parent 61370a9 commit 9e6a3a1
Show file tree
Hide file tree
Showing 7 changed files with 94 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
4 changes: 3 additions & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins:
name: sonic
version_added: null
connection: {}
filter: {}
httpapi:
sonic:
description: HttpApi Plugin for devices supporting Restconf SONIC API
Expand Down Expand Up @@ -246,5 +247,6 @@ plugins:
netconf: {}
shell: {}
strategy: {}
test: {}
vars: {}
version: 2.3.0
version: 2.4.0
15 changes: 15 additions & 0 deletions changelogs/archive_fragments/2.4.0/v2.4.0_summary.yaml
Original file line number Diff line number Diff line change
@@ -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.
48 changes: 48 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: dellemc
name: enterprise_sonic
version: 2.3.0
version: 2.4.0
readme: README.md
authors:
- Senthil Kumar Ganesan <Senthil_Kumar_Ganesa@Dell.com>
Expand Down

0 comments on commit 9e6a3a1

Please sign in to comment.