mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-16 22:07:39 -02:30
updated pinning to prevent breaking changes (#4783)
* updated ansible pinning to prevent more possibilities of breaking changes * more exact pinning of ansible version * more exact pinning of ansible version and also all the rest * added testing requirements.txt pinning settings * removed boto from testing requirements.txt
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
8485136f9a
commit
872b37f751
@@ -1,7 +1,7 @@
|
||||
ansible>=2.7.8
|
||||
jinja2>=2.9.6
|
||||
netaddr
|
||||
pbr>=1.6
|
||||
hvac
|
||||
jmespath
|
||||
ruamel.yaml
|
||||
ansible==2.7.8
|
||||
jinja2==2.10.1
|
||||
netaddr==0.7.19
|
||||
pbr==5.2.0
|
||||
hvac==0.8.2
|
||||
jmespath==0.9.4
|
||||
ruamel.yaml==0.15.96
|
||||
|
||||
Reference in New Issue
Block a user