From 80bbff6dae44dce9bd6c89e1364158f8d80aabef Mon Sep 17 00:00:00 2001 From: stalabi1 <54641848+stalabi1@users.noreply.github.com> Date: Wed, 7 Sep 2022 17:12:31 -0700 Subject: [PATCH] Release notes for 1.1.2 (#112) * Adding release notes for 1.1.2 * Removed redundant wording Co-authored-by: Shade Talabi --- changelogs/.plugin-cache.yaml | 2 +- changelogs/CHANGELOG.rst | 16 ++++++++++++++++ changelogs/archive_fragments/1.1.2/1.1.2.yaml | 4 ++++ .../110-standard-interface-naming-bugfix.yaml | 2 ++ changelogs/changelog.yaml | 16 ++++++++++++++++ galaxy.yml | 2 +- 6 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 changelogs/archive_fragments/1.1.2/1.1.2.yaml create mode 100644 changelogs/archive_fragments/1.1.2/110-standard-interface-naming-bugfix.yaml diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 1e40f7b2b..de32d6d30 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -152,4 +152,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 1.1.1 +version: 1.1.2 diff --git a/changelogs/CHANGELOG.rst b/changelogs/CHANGELOG.rst index 5db7fd3bd..32f0bfdb2 100644 --- a/changelogs/CHANGELOG.rst +++ b/changelogs/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/archive_fragments/1.1.2/1.1.2.yaml b/changelogs/archive_fragments/1.1.2/1.1.2.yaml new file mode 100644 index 000000000..7fac69ab6 --- /dev/null +++ b/changelogs/archive_fragments/1.1.2/1.1.2.yaml @@ -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. diff --git a/changelogs/archive_fragments/1.1.2/110-standard-interface-naming-bugfix.yaml b/changelogs/archive_fragments/1.1.2/110-standard-interface-naming-bugfix.yaml new file mode 100644 index 000000000..e488d537b --- /dev/null +++ b/changelogs/archive_fragments/1.1.2/110-standard-interface-naming-bugfix.yaml @@ -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). diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index d3a6f86ce..8e1f45edc 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' diff --git a/galaxy.yml b/galaxy.yml index ba1be8e52..b10c54430 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: dellemc name: enterprise_sonic -version: 1.1.1 +version: 1.1.2 readme: README.md authors: - Senthil Kumar Ganesan