Skip to content

Commit

Permalink
update vault, packer and sops versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBesson committed Aug 27, 2024
1 parent e358beb commit 24b01a3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 21 deletions.
16 changes: 2 additions & 14 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ kubetools-helm:
# https://github.com/variantdev/vals/releases
VALS_VERSION: "0.33.0"
# https://releases.hashicorp.com/vault/
VAULT_VERSION: "1.15.4"
VAULT_VERSION: "1.17.3"
# https://github.com/kubernetes-sigs/kustomize/releases
KUSTOMIZE_VERSION: "4.5.7"
script:
Expand Down Expand Up @@ -831,7 +831,7 @@ python:
<<: *default-vars
PYTHON_VERSION: "3.12"
# https://releases.hashicorp.com/vault/
VAULT_VERSION: "1.15.4"
VAULT_VERSION: "1.17.3"
script:
- |
cat <<-EOT
Expand Down Expand Up @@ -862,10 +862,6 @@ terraform:
<<: *docker_build
variables:
<<: *default-vars
# https://releases.hashicorp.com/terraform/
TERRAFORM_VERSION: "1.5.6"
# https://releases.hashicorp.com/vault/
VAULT_VERSION: "1.15.4"
script:
- |
cat <<-EOT
Expand Down Expand Up @@ -898,10 +894,6 @@ sops:
<<: *docker_build
variables:
<<: *default-vars
# https://github.com/mozilla/sops/releases/
SOPS_VERSION: "3.7.3"
# https://releases.hashicorp.com/vault/
VAULT_VERSION: "1.11.2"
script:
- |
cat <<-EOT
Expand Down Expand Up @@ -934,10 +926,6 @@ packer:
<<: *docker_build
variables:
<<: *default-vars
# https://releases.hashicorp.com/packer/
PACKER_VERSION: "1.8.7"
# https://releases.hashicorp.com/vault/
VAULT_VERSION: "1.13.2"
script:
- export IMAGE_DATE_TAG="$CI_COMMIT_SHORT_SHA-$(date +%Y%m%d)"
- |
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/kube-manifests-validation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG HELM_VERSION=3.12.2
ARG GATOR_VERSION=3.12.0
ARG DATREE_VERSION=1.9.19
ARG YQ_VERSION=4.34.2
ARG VAULT_VERSION=1.14.1
ARG VAULT_VERSION=1.17.3
ARG K8S_SCHEMA_VERSION=1.25.9
ARG K8S_SCHEMA_REPO_COMMIT_SHA=a43aa7eceaf4c32c5f45c9fc477588e7a12f18b6
ARG CRDS_SCHEMA_REPO_COMMIT_SHA=8f0604e873746d6b2d49794e5b37768460e7b545
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/packer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ FROM docker.io/paritytech/mitogen:latest
ARG VCS_REF=master
ARG BUILD_DATE=""
ARG REGISTRY_PATH=docker.io/paritytech
ARG PACKER_VERSION
ARG VAULT_VERSION
ARG PACKER_VERSION=1.8.7
ARG VAULT_VERSION=1.17.3

LABEL io.parity.image.authors="devops-team@parity.io" \
io.parity.image.vendor="Parity Technologies" \
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/sops/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM docker.io/library/alpine:latest
ARG VCS_REF=master
ARG BUILD_DATE=""
ARG REGISTRY_PATH=docker.io/paritytech
ARG SOPS_VERSION
ARG VAULT_VERSION
ARG SOPS_VERSION=3.9.0
ARG VAULT_VERSION=1.17.3

# metadata
LABEL io.parity.image.authors="devops-team@parity.io" \
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM docker.io/library/alpine:latest
ARG VCS_REF=master
ARG BUILD_DATE=""
ARG REGISTRY_PATH=docker.io/paritytech
ARG TERRAFORM_VERSION
ARG VAULT_VERSION
ARG TERRAFORM_VERSION=1.5.6
ARG VAULT_VERSION=1.17.3

# metadata
LABEL io.parity.image.authors="devops-team@parity.io" \
Expand Down

0 comments on commit 24b01a3

Please sign in to comment.