diff --git a/galaxy.yml b/galaxy.yml index 65330ee..7967914 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -12,7 +12,7 @@ namespace: nokia name: srlinux # The version of the collection. Must be compatible with semantic versioning -version: 0.5.0 +version: 0.5.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md @@ -45,6 +45,7 @@ tags: # collection label 'namespace.name'. The value is a version range # L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version # range specifiers can be set and are separated by ',' +# fixed dependencies on ansible.netcommon and ansible.utils since newer versions drop support for ansible core 2.14. We can go to the latest version of these deps later dependencies: "ansible.netcommon": ">=5.2.0,<=6.1.3" "ansible.utils": ">=3.0.0,<5.0.0"