ansible-collections / community.zabbix

Zabbix Ansible modules
http://galaxy.ansible.com/community/zabbix
Other
315 stars 265 forks source link

Ansible.netcommon collection dependency outdated #1266

Closed Thulium-Drake closed 1 month ago

Thulium-Drake commented 1 month ago
SUMMARY

I ran into an issue running the role because some changes that were made to netaddr and how it's handled in Ansible. The issue was fixed by manually updating the ansible.utils collection from 2.6.1 to 4.1.0. (ansible-galaxy collection install ansible.utils)

So I went looking why it wasn't updated. I noticed that this collection still refers to ansible.netcommon below 3.1.1 which in turn refers to ansible.utils below 3.0.0.

However, that release of ansible.netcommon is over 2 years old by now, the current version is 6.1.3

Time to update? :)

ISSUE TYPE
COMPONENT NAME

Collection dependencies

pyrodie18 commented 1 month ago

Just looked at this. We have a requirement of >= 3.1.1 and in fact our molecule testing runs against 6.1.1. You're more than welcome to upgrade without issue.