Restrict kubernetes.core dependency version (#66)

* Restrict kubernetes.core dependency version

In order to better coordinate releases between this collection and the
kubernetes.core collection we need to use a more restrictive dependency
version range.

* Add changelog fragment
This commit is contained in:
Mike Graves
2021-02-19 10:38:31 -05:00
committed by GitHub
parent 5361c9322e
commit d197d28cd1
2 changed files with 3 additions and 1 deletions

View File

@@ -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: ''