Skip to content

Commit

Permalink
Update Vagrant version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theodore86 committed Dec 2, 2023
1 parent 2088022 commit 3add5e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN curl -OLs https://github.com/hadolint/hadolint/releases/download/v"${HADOLIN
mv hadolint-Linux-x86_64 /usr/local/bin/hadolint && \
chmod a+x /usr/local/bin/hadolint

ARG VAGRANT_VERSION="2.3.7"
ARG VAGRANT_VERSION="2.4.0"

RUN if dpkg --compare-versions "${VAGRANT_VERSION}" ge 2.3.0; then \
VERSION="${VAGRANT_VERSION}-1"; \
Expand Down
2 changes: 1 addition & 1 deletion provisioners/ansible/extra_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ kubeshark_version: 41.6
kubetail_version: 1.6.17
tf_version: 1.3.6
tgrunt_version: 0.40.0
vagrant_version: 2.3.7
vagrant_version: 2.4.0
yq_version: 4.30.6
allure_version: 2.22.4
2 changes: 1 addition & 1 deletion tools/linux/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ source ${CWD}/../helpers/pacapt.sh
source ${CWD}/../helpers/string.sh


VAGRANT_VERSION='2.3.7'
VAGRANT_VERSION='2.4.0'
VAGRANT_VIRTUALBOX_VERSION='virtualbox'
VAGRANT_TMP_DIR='/tmp/downloads'
VAGRANT_TMP_DEB="${VAGRANT_TMP_DIR}/vagrant_${VAGRANT_VERSION}.deb"
Expand Down
2 changes: 1 addition & 1 deletion tools/windows/chocolatey.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ https://github.com/chocolatey/choco/wiki/CommandsInstall#packagesconfig
<packages>
<package id="virtualbox" version="7.0.10" packageParameters="/NoDesktopShortcut" allowMultipleVersions="false"/>
<package id="python3" version="3.11.0"/>
<package id="vagrant" version="2.3.7"/>
<package id="vagrant" version="2.4.0"/>
<package id="vscode" version="1.83.0"/>
</packages>

0 comments on commit 3add5e7

Please sign in to comment.