Skip to content

Commit

Permalink
Allow less strict kubernetes version requirements (openshift#207)
Browse files Browse the repository at this point in the history
Newer versions of kubernetes client that incorporate bug fixes
independent of openshift client releases should be allowed

Pin to less than 8.0.0 to reduce risk of breaking changes
  • Loading branch information
willthames committed Nov 22, 2018
1 parent f6d00f7 commit 94f2700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dictdiffer
jinja2
kubernetes == 7.0.0
kubernetes >= 7.0.0, < 8.0.0
python-string-utils
ruamel.yaml >= 0.15
six

0 comments on commit 94f2700

Please sign in to comment.