mirror of
https://github.com/openshift/community.okd.git
synced 2026-03-26 19:03:14 +00:00
Bump kubernetes.core version (#97)
* Bump kubernetes.core version * Add changelog fragment
This commit is contained in:
3
changelogs/fragments/97-bump-k8s-version.yaml
Normal file
3
changelogs/fragments/97-bump-k8s-version.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- increase kubernetes.core dependency version (https://github.com/openshift/community.okd/pull/97).
|
||||
@@ -5,7 +5,7 @@ authors:
|
||||
- willthames (https://github.com/willthames)
|
||||
- Akasurde (https://github.com/akasurde)
|
||||
dependencies:
|
||||
kubernetes.core: '>=2.0.0,<2.1.0'
|
||||
kubernetes.core: '>=2.1.0,<2.2.0'
|
||||
description: OKD Collection for Ansible.
|
||||
documentation: ''
|
||||
homepage: ''
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
collections:
|
||||
- name: kubernetes.core
|
||||
version: '>=2.0.0,<2.1.0'
|
||||
version: '>=2.1.0,<2.2.0'
|
||||
|
||||
Reference in New Issue
Block a user