Skip to content
Snippets Groups Projects
Commit bf8a3cef authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

update versions

parent 9e336cf0
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ RUN \ ...@@ -34,7 +34,7 @@ RUN \
sudo gpg --keyserver hkp://eu.pool.sks-keyservers.net --recv-key 51852D87348FFC4C && \ sudo gpg --keyserver hkp://eu.pool.sks-keyservers.net --recv-key 51852D87348FFC4C && \
: :
ARG PACKER_VERSION=1.4.5 ARG PACKER_VERSION=1.5.5
RUN \ RUN \
# packer # packer
sudo curl -LOSs https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_amd64.zip && \ sudo curl -LOSs https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_amd64.zip && \
...@@ -46,7 +46,7 @@ RUN \ ...@@ -46,7 +46,7 @@ RUN \
sudo rm -f packer_${PACKER_VERSION}* && \ sudo rm -f packer_${PACKER_VERSION}* && \
: :
ARG GO_VERSION=1.13.4 ARG GO_VERSION=1.14.1
RUN \ RUN \
# golang # golang
sudo curl -LOSs https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz && \ sudo curl -LOSs https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz && \
...@@ -70,7 +70,7 @@ RUN \ ...@@ -70,7 +70,7 @@ RUN \
sudo rm requirements.dev.txt && \ sudo rm requirements.dev.txt && \
: :
ARG OVFTOOL_VERSION=4.3.0-13981069 ARG OVFTOOL_VERSION=4.3.0-14746126
ARG OVFTOOL_NAME=VMware-ovftool-${OVFTOOL_VERSION}-lin.x86_64 ARG OVFTOOL_NAME=VMware-ovftool-${OVFTOOL_VERSION}-lin.x86_64
ARG OVFTOOL_URL=https://nextcloud.ubicast.net/s/LEcyMWG9BnKsrHX/download?path=%2FVMware%20Tools&files=${OVFTOOL_NAME} ARG OVFTOOL_URL=https://nextcloud.ubicast.net/s/LEcyMWG9BnKsrHX/download?path=%2FVMware%20Tools&files=${OVFTOOL_NAME}
RUN \ RUN \
......
...@@ -20,7 +20,7 @@ cffi==1.14.0 # via bcrypt, cryptography, pynacl ...@@ -20,7 +20,7 @@ cffi==1.14.0 # via bcrypt, cryptography, pynacl
cfgv==3.1.0 # via pre-commit cfgv==3.1.0 # via pre-commit
chardet==3.0.4 # via binaryornot, requests chardet==3.0.4 # via binaryornot, requests
click-completion==0.5.2 # via molecule click-completion==0.5.2 # via molecule
click==7.0 # via click-completion, cookiecutter, molecule, pip-tools, python-gilt click==7.1.1 # via click-completion, cookiecutter, molecule, pip-tools, python-gilt
colorama==0.4.3 # via molecule, python-gilt colorama==0.4.3 # via molecule, python-gilt
cookiecutter==1.7.0 # via molecule cookiecutter==1.7.0 # via molecule
cryptography==2.8 # via ansible, paramiko cryptography==2.8 # via ansible, paramiko
...@@ -31,10 +31,9 @@ fasteners==0.15 # via python-gilt ...@@ -31,10 +31,9 @@ fasteners==0.15 # via python-gilt
filelock==3.0.12 # via virtualenv filelock==3.0.12 # via virtualenv
flake8==3.7.9 # via molecule flake8==3.7.9 # via molecule
future==0.18.2 # via cookiecutter future==0.18.2 # via cookiecutter
git-url-parse==1.2.2 # via python-gilt identify==1.4.13 # via pre-commit
identify==1.4.11 # via pre-commit
idna==2.9 # via requests idna==2.9 # via requests
importlib-metadata==1.5.0 # via pluggy, pre-commit, pytest, virtualenv importlib-metadata==1.5.2 # via pluggy, pre-commit, pytest, virtualenv
isort==4.3.21 # via pylint isort==4.3.21 # via pylint
jinja2-time==0.2.0 # via cookiecutter jinja2-time==0.2.0 # via cookiecutter
jinja2==2.11.1 # via ansible, click-completion, cookiecutter, jinja2-time, molecule jinja2==2.11.1 # via ansible, click-completion, cookiecutter, jinja2-time, molecule
...@@ -49,7 +48,6 @@ nodeenv==1.3.5 # via pre-commit ...@@ -49,7 +48,6 @@ nodeenv==1.3.5 # via pre-commit
packaging==20.3 # via pytest packaging==20.3 # via pytest
paramiko==2.7.1 # via molecule paramiko==2.7.1 # via molecule
pathspec==0.7.0 # via yamllint pathspec==0.7.0 # via yamllint
pbr==5.4.4 # via git-url-parse, python-gilt
pexpect==4.8.0 # via molecule pexpect==4.8.0 # via molecule
pip-tools==4.5.1 # via -r requirements.dev.in pip-tools==4.5.1 # via -r requirements.dev.in
pluggy==0.13.1 # via pytest pluggy==0.13.1 # via pytest
...@@ -64,28 +62,28 @@ pyflakes==2.1.1 # via flake8 ...@@ -64,28 +62,28 @@ pyflakes==2.1.1 # via flake8
pylint==2.4.4 # via -r requirements.dev.in pylint==2.4.4 # via -r requirements.dev.in
pynacl==1.3.0 # via paramiko pynacl==1.3.0 # via paramiko
pyparsing==2.4.6 # via packaging pyparsing==2.4.6 # via packaging
pytest==5.3.5 # via testinfra pytest==5.4.1 # via testinfra
python-dateutil==2.8.1 # via arrow python-dateutil==2.8.1 # via arrow
python-gilt==1.2.1 # via molecule python-gilt==1.2.3 # via molecule
pyyaml==5.3 # via -r requirements.in, ansible, ansible-lint, aspy.yaml, molecule, pre-commit, python-gilt, yamllint pyyaml==5.3.1 # via -r requirements.in, ansible, ansible-lint, aspy.yaml, molecule, pre-commit, python-gilt, yamllint
requests==2.23.0 # via cookiecutter, docker requests==2.23.0 # via cookiecutter, docker
ruamel.yaml.clib==0.2.0 # via ruamel.yaml ruamel.yaml.clib==0.2.0 # via ruamel.yaml
ruamel.yaml==0.16.10 # via ansible-lint ruamel.yaml==0.16.10 # via ansible-lint
sh==1.12.14 # via molecule, python-gilt sh==1.12.14 # via molecule, python-gilt
shellingham==1.3.2 # via click-completion shellingham==1.3.2 # via click-completion
six==1.14.0 # via ansible-lint, astroid, bcrypt, click-completion, cryptography, docker, fasteners, molecule, packaging, pip-tools, pre-commit, pynacl, python-dateutil, testinfra, virtualenv, websocket-client six==1.14.0 # via ansible-lint, astroid, bcrypt, click-completion, cryptography, docker, fasteners, molecule, packaging, pip-tools, pre-commit, pynacl, python-dateutil, testinfra, virtualenv, websocket-client
tabulate==0.8.6 # via molecule tabulate==0.8.7 # via molecule
testinfra==3.4.0 # via molecule testinfra==3.4.0 # via molecule
toml==0.10.0 # via pre-commit toml==0.10.0 # via pre-commit
tree-format==0.1.2 # via molecule tree-format==0.1.2 # via molecule
typed-ast==1.4.1 # via astroid typed-ast==1.4.1 # via astroid
urllib3==1.25.8 # via requests urllib3==1.25.8 # via requests
virtualenv==20.0.8 # via pre-commit virtualenv==20.0.14 # via pre-commit
wcwidth==0.1.8 # via pytest wcwidth==0.1.9 # via pytest
websocket-client==0.57.0 # via docker websocket-client==0.57.0 # via docker
whichcraft==0.6.1 # via cookiecutter whichcraft==0.6.1 # via cookiecutter
wrapt==1.11.2 # via astroid wrapt==1.11.2 # via astroid
yamllint==1.20.0 # via -r requirements.dev.in, molecule yamllint==1.21.0 # via -r requirements.dev.in, molecule
zipp==3.1.0 # via importlib-metadata zipp==3.1.0 # via importlib-metadata
# The following packages are considered to be unsafe in a requirements file: # The following packages are considered to be unsafe in a requirements file:
......
...@@ -11,5 +11,5 @@ jinja2==2.11.1 # via ansible ...@@ -11,5 +11,5 @@ jinja2==2.11.1 # via ansible
markupsafe==1.1.1 # via jinja2 markupsafe==1.1.1 # via jinja2
netaddr==0.7.19 # via -r requirements.in netaddr==0.7.19 # via -r requirements.in
pycparser==2.20 # via cffi pycparser==2.20 # via cffi
pyyaml==5.3 # via -r requirements.in, ansible pyyaml==5.3.1 # via -r requirements.in, ansible
six==1.14.0 # via cryptography six==1.14.0 # via cryptography
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment