Updates requirements to latest available versions (#9938)

pull/10011/head
Luke Simmons 2023-04-21 07:43:11 +02:00 committed by GitHub
parent b3ed25ee35
commit 617af4beda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 16 deletions

View File

@ -2,7 +2,7 @@
FROM ubuntu:focal-20220531 FROM ubuntu:focal-20220531
# Some tools like yamllint need this # Some tools like yamllint need this
# Pip needs this as well at the moment to install ansible # Pip needs this as well at the moment to install ansible
# (and potentially other packages) # (and potentially other packages)
# See: https://github.com/pypa/pip/issues/10219 # See: https://github.com/pypa/pip/issues/10219
ENV LANG=C.UTF-8 \ ENV LANG=C.UTF-8 \
DEBIAN_FRONTEND=noninteractive \ DEBIAN_FRONTEND=noninteractive \
@ -28,10 +28,10 @@ RUN apt update -q \
ansible==5.7.1 \ ansible==5.7.1 \
ansible-core==2.12.5 \ ansible-core==2.12.5 \
cryptography==3.4.8 \ cryptography==3.4.8 \
jinja2==2.11.3 \ jinja2==3.1.2 \
netaddr==0.7.19 \ netaddr==0.8.0 \
jmespath==1.0.1 \ jmespath==1.0.1 \
MarkupSafe==1.1.1 \ MarkupSafe==2.1.2 \
ruamel.yaml==0.17.21 \ ruamel.yaml==0.17.21 \
&& KUBE_VERSION=$(sed -n 's/^kube_version: //p' roles/kubespray-defaults/defaults/main.yaml) \ && KUBE_VERSION=$(sed -n 's/^kube_version: //p' roles/kubespray-defaults/defaults/main.yaml) \
&& curl -L https://storage.googleapis.com/kubernetes-release/release/$KUBE_VERSION/bin/linux/$(dpkg --print-architecture)/kubectl -o /usr/local/bin/kubectl \ && curl -L https://storage.googleapis.com/kubernetes-release/release/$KUBE_VERSION/bin/linux/$(dpkg --print-architecture)/kubectl -o /usr/local/bin/kubectl \

View File

@ -1,10 +1,10 @@
ansible==4.10.0 ansible==4.10.0
ansible-core==2.11.11 ansible-core==2.11.11
cryptography==3.4.8 cryptography==3.4.8
jinja2==2.11.3 jinja2==3.1.2
jmespath==0.9.5 jmespath==1.0.1
MarkupSafe==1.1.1 MarkupSafe==2.1.2
netaddr==0.7.19 netaddr==0.8.0
pbr==5.4.4 pbr==5.11.1
ruamel.yaml==0.16.10 ruamel.yaml==0.17.21
ruamel.yaml.clib==0.2.7 ruamel.yaml.clib==0.2.7

View File

@ -1,10 +1,10 @@
ansible==5.7.1 ansible==5.7.1
ansible-core==2.12.5 ansible-core==2.12.5
cryptography==3.4.8 cryptography==3.4.8
jinja2==2.11.3 jinja2==3.1.2
jmespath==0.9.5 jmespath==1.0.1
MarkupSafe==1.1.1 MarkupSafe==2.1.2
netaddr==0.7.19 netaddr==0.8.0
pbr==5.4.4 pbr==5.11.1
ruamel.yaml==0.16.10 ruamel.yaml==0.17.21
ruamel.yaml.clib==0.2.7 ruamel.yaml.clib==0.2.7