Skip to content

Commit

Permalink
Release notes for 1.1.2 (#112)
Browse files Browse the repository at this point in the history
* Adding release notes for 1.1.2

* Removed redundant wording

Co-authored-by: Shade Talabi <shade.talabi@dell.com>
  • Loading branch information
stalabi1 and Shade Talabi committed Sep 8, 2022
1 parent 0f0962d commit 80bbff6
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 1.1.1
version: 1.1.2
16 changes: 16 additions & 0 deletions changelogs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ Ansible Network Collection for Enterprise SONiC Distribution by Dell Technologie
.. contents:: Topics


v1.1.2
======

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

This is a bugfix release for the ``dellemc.enterprise_sonic``
collection on 2020-06-02. The changelog describes changes made to the modules
and plugins included in this collection since release 1.1.1.


Bugfixes
--------

- utils - Fixed regex expression in sonic.py to handle standard interface naming in port breakout mode (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/110).

v1.1.1
======

Expand Down
4 changes: 4 additions & 0 deletions changelogs/archive_fragments/1.1.2/1.1.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
release_summary: |
This is a bugfix release for the ``dellemc.enterprise_sonic``
collection on 2020-06-02. The changelog describes changes made to the modules
and plugins included in this collection since release 1.1.1.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- utils - Fixed regex in sonic.py to handle standard interface naming in port breakout mode (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/110).
16 changes: 16 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,19 @@ releases:
- 89-execution-environment.yaml
- 91-add-stable-2.13-to-CI-test-matrix.yaml
release_date: '2020-06-02'
1.1.2:
changes:
bugfixes:
- utils - Fixed regex expression in sonic.py to handle standard interface naming
in port breakout mode (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/110).
release_summary: 'This is a bugfix release for the ``dellemc.enterprise_sonic``
collection on 2020-06-02. The changelog describes changes made to the modules
and plugins included in this collection since release 1.1.1.
'
fragments:
- 1.1.2.yaml
- 110-standard-interface-naming-bugfix.yaml
release_date: '2022-09-07'
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: 1.1.1
version: 1.1.2
readme: README.md
authors:
- Senthil Kumar Ganesan <Senthil_Kumar_Ganesa@Dell.com>
Expand Down

0 comments on commit 80bbff6

Please sign in to comment.