mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix galaxy.yml (#774)
* Bump dependencies to 1.0.0, fix tags in galaxy.yml. * Add changelog.
This commit is contained in:
parent
92242d898d
commit
0ae3d0aecb
2 changed files with 5 additions and 3 deletions
2
changelogs/fragments/galaxy-yml.yml
Normal file
2
changelogs/fragments/galaxy-yml.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
minor_changes:
|
||||||
|
- "The collection dependencies where adjusted so that ``community.kubernetes`` and ``google.cloud`` are required to be of version 1.0.0 or newer (https://github.com/ansible-collections/community.general/pull/774)."
|
|
@ -6,13 +6,13 @@ authors:
|
||||||
- Ansible (https://github.com/ansible)
|
- Ansible (https://github.com/ansible)
|
||||||
description: null
|
description: null
|
||||||
license_file: COPYING
|
license_file: COPYING
|
||||||
tags: null
|
tags: [community]
|
||||||
# NOTE: No more dependencies can be added to this list
|
# NOTE: No more dependencies can be added to this list
|
||||||
dependencies:
|
dependencies:
|
||||||
ansible.netcommon: '>=1.0.0'
|
ansible.netcommon: '>=1.0.0'
|
||||||
ansible.posix: '>=1.0.0'
|
ansible.posix: '>=1.0.0'
|
||||||
community.kubernetes: '>=0.11.1' # check https://galaxy.ansible.com/community/kubernetes
|
community.kubernetes: '>=1.0.0'
|
||||||
google.cloud: '>=0.10.1' # check https://galaxy.ansible.com/google/cloud
|
google.cloud: '>=1.0.0'
|
||||||
repository: https://github.com/ansible-collections/community.general
|
repository: https://github.com/ansible-collections/community.general
|
||||||
#documentation: https://github.com/ansible-collection-migration/community.general/tree/main/docs
|
#documentation: https://github.com/ansible-collection-migration/community.general/tree/main/docs
|
||||||
homepage: https://github.com/ansible-collections/community.general
|
homepage: https://github.com/ansible-collections/community.general
|
||||||
|
|
Loading…
Reference in a new issue