diff --git a/nova/core/galaxy.yml b/nova/core/galaxy.yml index f354677f..571630e1 100644 --- a/nova/core/galaxy.yml +++ b/nova/core/galaxy.yml @@ -8,7 +8,7 @@ namespace: nova name: core # The version of the collection. Must be compatible with semantic versioning -version: 3.1.16 +version: 3.1.17 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/nova/core/requirements/requirements.yml b/nova/core/requirements/requirements.yml index 4e9c85d7..440c0272 100644 --- a/nova/core/requirements/requirements.yml +++ b/nova/core/requirements/requirements.yml @@ -14,18 +14,19 @@ roles: version: 3.5.0 collections: - - name: amazon.aws - version: 8.0.0 + - name: https://github.com/ClarifiedSecurity/amazon.aws.git # A temporary fork of the official collection to remove the annoying deprecation warnings + type: git + version: 8.1.0 - name: ansible.netcommon version: 7.0.0 - name: ansible.posix - version: 1.5.2 + version: 1.5.4 - name: ansible.utils version: 5.0.0 - name: ansible.windows version: 2.4.0 - name: azure.azcollection - version: 2.4.0 + version: 2.6.0 - name: chocolatey.chocolatey version: 1.5.1 - name: cisco.ios @@ -35,11 +36,11 @@ collections: - name: community.aws version: 8.0.0 - name: community.crypto - version: 2.20.0 + version: 2.21.1 - name: community.docker - version: 3.10.3 + version: 3.11.0 - name: community.general - version: 9.0.1 + version: 9.2.0 - name: community.hashi_vault version: 6.2.0 - name: community.library_inventory_filtering_v1 # Required for community.docker @@ -51,7 +52,7 @@ collections: - name: community.postgresql version: 3.4.1 - name: community.routeros - version: 2.15.0 + version: 2.17.0 - name: community.vmware version: 4.4.0 - name: community.windows @@ -61,7 +62,7 @@ collections: - name: kubernetes.core version: 2.4.0 - name: linode.cloud - version: 0.26.0 + version: 0.29.0 - name: microsoft.ad version: 1.5.0 - name: microsoft.sql @@ -72,7 +73,7 @@ collections: type: git version: 3.0.1 - name: vyos.vyos - version: 4.1.0 - - name: https://github.com/vmware/ansible-for-nsxt.git + version: 5.0.0 + - name: https://github.com/ClarifiedSecurity/ansible-for-nsxt.git # A temporary fork of the official collection until https://github.com/vmware/ansible-for-nsxt/pull/509 is merged type: git - version: HEAD + version: latest