Skip to content

Commit

Permalink
[VDEVOPS-000]: Upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: adobrodey <[email protected]>
  • Loading branch information
ADobrodey committed Apr 11, 2024
1 parent 3260082 commit 6dceaec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions atlantis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN \
cp /root/.terraformrc /home/atlantis/

# Install infracost
ARG INFRACOST_VERSION=v0.10.34
ARG INFRACOST_VERSION=v0.10.35
RUN \
wget -q \
"https://github.com/infracost/infracost/releases/download/${INFRACOST_VERSION}/infracost-linux-amd64.tar.gz" \
Expand All @@ -29,7 +29,7 @@ RUN \
rm -f infracost-linux-amd64.tar.gz

# Install inkdrop
ARG INKDROP_VERSION=v1.1.26
ARG INKDROP_VERSION=v1.1.38
RUN \
apk add --no-cache chromium && \
wget -q \
Expand Down
4 changes: 2 additions & 2 deletions terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ COPY --from=awscli /aws-cli-bin/ /usr/local/bin/
#=======================================
# Terraform install
#=======================================
ARG TERRAFORM_VERSION=1.7.5
ARG TERRAFORM_VERSION=1.8.0
ENV TERRAFORM_VERSION=$TERRAFORM_VERSION
RUN wget --quiet -O /tmp/terraform.zip \
"https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip" \
Expand All @@ -81,7 +81,7 @@ RUN wget --quiet -O /tmp/terraform.zip \
#=======================================
# Terragrunt install
#=======================================
ENV TERRAGRUNT_VERSION=0.55.19
ENV TERRAGRUNT_VERSION=0.56.5
RUN wget --quiet -O /tmp/terragrunt \
"https://github.com/gruntwork-io/terragrunt/releases/download/v${TERRAGRUNT_VERSION}/terragrunt_linux_amd64" \
&& chmod +x /tmp/terragrunt \
Expand Down
16 changes: 8 additions & 8 deletions terraform/providers.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
hashicorp:archive:2.4.2
oboukili:argocd:6.1.1
hashicorp:aws:5.43.0
hashicorp:aws:5.44.0
hashicorp:cloudinit:2.3.3
cloudflare:cloudflare:4.28.0
confluentinc:confluent:1.68.0
cloudflare:cloudflare:4.29.0
confluentinc:confluent:1.70.0
datadog:datadog:3.38.0
hashicorp:external:2.3.3
integrations:github:6.2.1
grafana:grafana:2.14.3
hashicorp:helm:2.12.1
grafana:grafana:2.16.0
hashicorp:helm:2.13.0
loafoe:htpasswd:1.0.4
hashicorp:http:3.4.2
hashicorp:kubernetes:2.27.0
hashicorp:kubernetes:2.29.0
hashicorp:local:2.5.1
ovh:mimirtool:0.1.2
mongodb:mongodbatlas:1.15.3
hashicorp:null:3.2.2
opsgenie:opsgenie:0.6.35
drfaust92:pingdom:1.3.1
drfaust92:pingdom:1.4.0
hashicorp:random:3.6.0
spotinst:spotinst:1.167.1
spotinst:spotinst:1.169.1
hashicorp:time:0.11.1
hashicorp:tls:4.0.5
hashicorp:vault:4.2.0

0 comments on commit 6dceaec

Please sign in to comment.