mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 00:28:19 +00:00
chore(deps): terraform 1.11.0, opentofu 1.9.0 (#5375)
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
@@ -5,9 +5,9 @@ ARG DEBIAN_TAG=12.8-slim@sha256:d365f4920711a9074c4bcd178e8f457ee59250426441ab2a
|
||||
ARG GOLANG_TAG=1.24.0-alpine@sha256:2d40d4fc278dad38be0777d5e2a88a2c6dee51b0b29c97a764fc6c6a11ca893c
|
||||
|
||||
# renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp
|
||||
ARG DEFAULT_TERRAFORM_VERSION=1.10.5
|
||||
ARG DEFAULT_TERRAFORM_VERSION=1.11.0
|
||||
# renovate: datasource=github-releases depName=opentofu/opentofu versioning=hashicorp
|
||||
ARG DEFAULT_OPENTOFU_VERSION=1.8.8
|
||||
ARG DEFAULT_OPENTOFU_VERSION=1.9.0
|
||||
# renovate: datasource=github-releases depName=open-policy-agent/conftest
|
||||
ARG DEFAULT_CONFTEST_VERSION=0.56.0
|
||||
|
||||
@@ -126,7 +126,7 @@ RUN ./download-release.sh \
|
||||
"terraform" \
|
||||
"${TARGETPLATFORM}" \
|
||||
"${DEFAULT_TERRAFORM_VERSION}" \
|
||||
"1.8.5 1.9.8 ${DEFAULT_TERRAFORM_VERSION}" \
|
||||
"1.8.5 1.9.8 1.10.5 ${DEFAULT_TERRAFORM_VERSION}" \
|
||||
&& ./download-release.sh \
|
||||
"tofu" \
|
||||
"${TARGETPLATFORM}" \
|
||||
|
||||
@@ -35,7 +35,7 @@ import (
|
||||
)
|
||||
|
||||
const hashicorpReleasesURL = "https://releases.hashicorp.com"
|
||||
const terraformVersion = "1.10.5" // renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp
|
||||
const terraformVersion = "1.11.0" // renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp
|
||||
const ngrokDownloadURL = "https://bin.equinox.io/c/4VmDzA7iaHb"
|
||||
const ngrokAPIURL = "localhost:41414" // We hope this isn't used.
|
||||
const atlantisPort = 4141
|
||||
|
||||
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get --no-install-recommends -y install unzip \
|
||||
|
||||
# Install Terraform
|
||||
# renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp
|
||||
ENV TERRAFORM_VERSION=1.10.5
|
||||
ENV TERRAFORM_VERSION=1.11.0
|
||||
RUN case $(uname -m) in x86_64|amd64) ARCH="amd64" ;; aarch64|arm64|armv7l) ARCH="arm64" ;; esac && \
|
||||
wget -nv -O terraform.zip https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_${ARCH}.zip && \
|
||||
mkdir -p /usr/local/bin/tf/versions/${TERRAFORM_VERSION} && \
|
||||
|
||||
Reference in New Issue
Block a user