diff --git a/changelogs/fragments/galaxy-yml.yml b/changelogs/fragments/galaxy-yml.yml new file mode 100644 index 0000000000..3e89e59d61 --- /dev/null +++ b/changelogs/fragments/galaxy-yml.yml @@ -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)." diff --git a/galaxy.yml b/galaxy.yml index 346cae32a2..46bd54591f 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -6,13 +6,13 @@ authors: - Ansible (https://github.com/ansible) description: null license_file: COPYING -tags: null +tags: [community] # NOTE: No more dependencies can be added to this list dependencies: ansible.netcommon: '>=1.0.0' ansible.posix: '>=1.0.0' - community.kubernetes: '>=0.11.1' # check https://galaxy.ansible.com/community/kubernetes - google.cloud: '>=0.10.1' # check https://galaxy.ansible.com/google/cloud + community.kubernetes: '>=1.0.0' + google.cloud: '>=1.0.0' repository: https://github.com/ansible-collections/community.general #documentation: https://github.com/ansible-collection-migration/community.general/tree/main/docs homepage: https://github.com/ansible-collections/community.general