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 May 6, 2024
1 parent 4f92aed commit 36acbd4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
4 changes: 2 additions & 2 deletions atlantis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG ATLANTIS_VERSION=v0.27.2
ARG ATLANTIS_VERSION=v0.27.3
FROM ghcr.io/runatlantis/atlantis:${ATLANTIS_VERSION} AS tools
USER root
ARG GOSU_VERSION=1.17
Expand Down Expand Up @@ -29,7 +29,7 @@ RUN \
rm -f infracost-linux-amd64.tar.gz

# Install inkdrop
ARG INKDROP_VERSION=v1.1.41
ARG INKDROP_VERSION=v1.1.44
RUN \
apk add --no-cache chromium && \
wget -q \
Expand Down
9 changes: 4 additions & 5 deletions terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
# Inspired by
# https://github.com/cloudbees/java-build-tools-dockerfile/blob/master/Dockerfile
#################################################################################
ARG ALPINE_VERSION=3.18
ARG PYTHON_VERSION=3.9.18
FROM python:${PYTHON_VERSION}-alpine${ALPINE_VERSION} as awscli
ARG PYTHON_VERSION=3.12.3
FROM python:${PYTHON_VERSION}-alpine as awscli

ARG AWS_CLI_VERSION=2.15.28
ARG AWS_CLI_VERSION=2.15.44
RUN \
apk add --no-cache \
build-base \
Expand Down Expand Up @@ -81,7 +80,7 @@ RUN wget --quiet -O /tmp/terraform.zip \
#=======================================
# Terragrunt install
#=======================================
ENV TERRAGRUNT_VERSION=0.57.8
ENV TERRAGRUNT_VERSION=0.58.2
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
12 changes: 6 additions & 6 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.46.0
hashicorp:aws:5.48.0
hashicorp:cloudinit:2.3.4
cloudflare:cloudflare:4.30.0
confluentinc:confluent:1.72.0
cloudflare:cloudflare:4.31.0
confluentinc:confluent:1.74.0
datadog:datadog:3.39.0
hashicorp:external:2.3.3
integrations:github:6.2.1
grafana:grafana:2.18.0
hashicorp:helm:2.13.1
loafoe:htpasswd:1.2.0
loafoe:htpasswd:1.2.1
hashicorp:http:3.4.2
hashicorp:kubernetes:2.29.0
hashicorp:local:2.5.1
ovh:mimirtool:0.1.2
mongodb:mongodbatlas:1.15.3
mongodb:mongodbatlas:1.16.0
hashicorp:null:3.2.2
opsgenie:opsgenie:0.6.35
drfaust92:pingdom:1.4.0
hashicorp:random:3.6.1
spotinst:spotinst:1.171.0
spotinst:spotinst:1.171.3
hashicorp:time:0.11.1
hashicorp:tls:4.0.5
hashicorp:vault:4.2.0

0 comments on commit 36acbd4

Please sign in to comment.