mirror of
https://github.com/openshift/community.okd.git
synced 2026-03-26 19:03:14 +00:00
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:
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- restrict the version of kubernetes.core dependency (https://github.com/ansible-collections/community.okd/pull/66).
|
||||
@@ -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: ''
|
||||
|
||||
Reference in New Issue
Block a user