Skip to content

Commit d2639d8

Browse files
committed
Changelog updates for the 3.2.0 incremental release
1 parent 8c58135 commit d2639d8

File tree

4 files changed

+1233
-1830
lines changed

4 files changed

+1233
-1830
lines changed

CHANGELOG.rst

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ Dellemc.Enterprise\_Sonic Release Notes
44

55
.. contents:: Topics
66

7+
v3.2.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
| Release Date: 2024-10-10
14+
|
15+
| This release provides an Ansible compliance change required on top of the changes included in
16+
| the 3.1.0 release of the enterprise_sonic Ansible network resource module collection.
17+
| It also provides accompanying documentation changes in the README file. Additional details are
18+
| described below.
19+
|
20+
| 1) Update the "requires_ansible" version in the meta/runtime.yml file for this collection
21+
| to the oldest supported version of ansible-core. (This was recently changed by Redhat/Ansible
22+
| to version "2.17.0".)
23+
| 2) Update the README file "Recommended version" values for Ansible and Python in accordance
24+
| with the previous change item to modify the oldest supported version of ansible-core which,
25+
| in turn, requires a Python version >= "3.10".
26+
727
v3.1.0
828
======
929

@@ -268,7 +288,7 @@ Bugfixes
268288
- sonic_mac - Fix MAC states implementation bug (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/383).
269289
- sonic_prefix_lists - Fix idempotency failure (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/354).
270290
- sonic_prefix_lists - Fix replaced state handling (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/354).
271-
- sonic_qos_pfc - Add back accidentally deleted line of code (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/391).
291+
- sonic_qos_pfc - Add back accidentally deleted line of code (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/391).
272292
- sonic_static_routes - Fix static routes states implementation bug (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/383).
273293
- sonic_vlans - Fix exception when gathering facts (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/377).
274294

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
objects:
32
role: {}
43
plugins:
@@ -467,4 +466,4 @@ plugins:
467466
strategy: {}
468467
test: {}
469468
vars: {}
470-
version: 3.1.0
469+
version: 3.2.0
File renamed without changes.

0 commit comments

Comments
 (0)