diff --git a/changelogs/fragments/66-restrict-kubernetes-core-version.yaml b/changelogs/fragments/66-restrict-kubernetes-core-version.yaml new file mode 100644 index 0000000..f214077 --- /dev/null +++ b/changelogs/fragments/66-restrict-kubernetes-core-version.yaml @@ -0,0 +1,2 @@ +minor_changes: + - restrict the version of kubernetes.core dependency (https://github.com/ansible-collections/community.okd/pull/66). diff --git a/galaxy.yml b/galaxy.yml index 69bdb89..b79a771 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: '>=1.1.1' + kubernetes.core: '>=1.1.1,<1.2.0' description: OKD Collection for Ansible. documentation: '' homepage: ''