Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ansible.netcommon <5.0.0 dependency to permit install of the newest releases #168 #175

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <Shreeja_R@Dell.com>
- Prasada Reddy <Prasada_Reddy@Dell.com>
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
Loading