Skip to content

Commit

Permalink
fix for Issue#168 (#175)
Browse files Browse the repository at this point in the history
Co-authored-by: prasada.reddy <[email protected]>
  • Loading branch information
prasadapr and prasada.reddy authored Jul 11, 2024
1 parent 7a88947 commit 431fb8c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
8 changes: 8 additions & 0 deletions changelogs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Ansible Network Collection for Dell EMC SmartFabric OS10 Release Notes

.. contents:: Topics

v1.2.6
======

Bugfixes
--------

- Remove ansible.netcommon <5.0.0 dependency to permit install of the newest releases (https://github.com/ansible-collections/dellemc.os10/issues/168)

v1.2.5
======

Expand Down
10 changes: 10 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,13 @@ releases:
This changelog contains all changes to the modules in this collection
This have been added after the release of ``dellemc.os10`` 1.2.4.'
release_date: '2024-05-16'
1.2.6:
changes:
bugfixes:
- Remove ansible.netcommon <5.0.0 dependency to permit install of the newest releases (https://github.com/ansible-collections/dellemc.os10/issues/168)
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.5.'
release_date: '2024-07-11'
4 changes: 2 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ authors:
- Shreeja R <[email protected]>
- Prasada Reddy <[email protected]>
dependencies:
ansible.netcommon: '>=2.0.0,<5.0.0'
ansible.netcommon: '>=2.0.0'
description: Ansible Network Collection for Dell EMC SmartFabric OS10
license_file: LICENSE
name: os10
namespace: dellemc
readme: README.md
tags: [dell, dellemc, os10, emc, networking]
version: 1.2.5
version: 1.2.6
repository: https://github.com/ansible-collections/dellemc.os10
documentation: https://github.com/ansible-collections/dellemc.os10/tree/master/docs
homepage: https://github.com/ansible-collections/dellemc.os10
Expand Down

0 comments on commit 431fb8c

Please sign in to comment.