Skip to content

Commit

Permalink
Updated requirements.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AllRWeak authored and 01void committed Aug 12, 2024
1 parent e32d6d8 commit 8f0c773
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion nova/core/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
25 changes: 13 additions & 12 deletions nova/core/requirements/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit 8f0c773

Please sign in to comment.