From 0ae3d0aecba16a2cf053e6c089ed1763aec6d048 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 16 Aug 2020 18:09:34 +0200 Subject: [PATCH] Fix galaxy.yml (#774) * Bump dependencies to 1.0.0, fix tags in galaxy.yml. * Add changelog. --- changelogs/fragments/galaxy-yml.yml | 2 ++ galaxy.yml | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 changelogs/fragments/galaxy-yml.yml 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