From e0c67139262e62718b70ff86f6e86fa3c6faff6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Wed, 20 Oct 2021 09:05:10 -0400 Subject: [PATCH] relax the dependency with kubernetes.core (#109) * relax the dependency with kubernetes.core We can use the collection with the 2.2 branch of kubernetes.core. * galaxy: use <2.3.0 has the upper version bound See: https://github.com/ansible/ansible-zuul-jobs/pull/1119 --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index 6b170b7..c7420c3 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -5,7 +5,7 @@ authors: - willthames (https://github.com/willthames) - Akasurde (https://github.com/akasurde) dependencies: - kubernetes.core: '>=2.1.0,<2.2.0' + kubernetes.core: '>=2.1.0,<2.3.0' description: OKD Collection for Ansible. documentation: '' homepage: ''