Skip to content

Commit

Permalink
dellemc.OS10 version 1.2.0 has an old netcommon version as a dependency
Browse files Browse the repository at this point in the history
#147 (#158)

* fix for issue-147

* removed the empty line

---------

Co-authored-by: prasada.reddy <[email protected]>
  • Loading branch information
prasadapr and prasada.reddy authored Jan 12, 2024
1 parent 5a12a2c commit 0bac9bb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changelogs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Ansible Network Collection for Dell EMC SmartFabric OS10 Release Notes

.. contents:: Topics

v1.2.4
======

Bugfixes
--------

- Fixed old netcommon depedency version(2.6.1) to ansible.netcommon 4.1.0 (https://github.com/ansible-collections/dellemc.os10/issues/147)


v1.2.3
======

Expand Down
10 changes: 10 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,13 @@ releases:
that have been added after the release of ``dellemc.os10`` 1.2.2.'
release_date: '2023-11-09'
1.2.4:
changes:
bugfixes:
- Fixed old netcommon depedency version(2.6.1) to ansible.netcommon version 4.1.0 (https://github.com/ansible-collections/dellemc.os10/issues/147)
release_summary: 'This is the bug fix of the ``dellemc.os10`` collection.
This changelog contains all changes to the modules in this collection
that have been added after the release of ``dellemc.os10`` 1.2.3.'
release_date: '2024-01-12'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors:
- Shreeja R <[email protected]>
- Prasada Reddy <[email protected]>
dependencies:
ansible.netcommon: '>=2.0.0,<3.0.0'
ansible.netcommon: '>=2.0.0,<5.0.0'
description: Ansible Network Collection for Dell EMC SmartFabric OS10
license_file: LICENSE
name: os10
Expand Down

0 comments on commit 0bac9bb

Please sign in to comment.