From d383a0fcb6c2a3db0c9ded64e0488200956c13ac Mon Sep 17 00:00:00 2001 From: Zubair Haque Date: Sun, 15 Dec 2024 18:49:47 -0600 Subject: [PATCH] feat: updating sops version to 3.9.2 (#1834) updating sops version to 3.9.2 Signed-off-by: zhaque44 --- .github/workflows/Makefile | 2 +- Dockerfile | 2 +- Dockerfile.debian-stable-slim | 2 +- Dockerfile.ubuntu | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Makefile b/.github/workflows/Makefile index f5742d11..5bfb356e 100644 --- a/.github/workflows/Makefile +++ b/.github/workflows/Makefile @@ -2,7 +2,7 @@ HELM_VERSION ?= v3.7.2 KUSTOMIZE_VERSION ?= v5.4.3 K8S_VERSION ?= v1.28.11 MINIKUBE_VERSION ?= v1.31.1 -SOPS_VERSION ?= v3.9.1 +SOPS_VERSION ?= v3.9.2 # --- CHANGE_MINIKUBE_NONE_USER ?= true diff --git a/Dockerfile b/Dockerfile index 036ca66c..0a65d684 100644 --- a/Dockerfile +++ b/Dockerfile @@ -77,7 +77,7 @@ RUN set -x && \ rm "${KUSTOMIZE_FILENAME}" && \ [ "$(kustomize version)" = "${KUSTOMIZE_VERSION}" ] -ENV SOPS_VERSION="v3.9.1" +ENV SOPS_VERSION="v3.9.2" ARG SOPS_FILENAME="sops-${SOPS_VERSION}.${TARGETOS}.${TARGETARCH}" RUN set -x && \ curl --retry 5 --retry-connrefused -LO "https://github.com/getsops/sops/releases/download/${SOPS_VERSION}/${SOPS_FILENAME}" && \ diff --git a/Dockerfile.debian-stable-slim b/Dockerfile.debian-stable-slim index 8bbbdc94..1a8ce62d 100644 --- a/Dockerfile.debian-stable-slim +++ b/Dockerfile.debian-stable-slim @@ -82,7 +82,7 @@ RUN set -x && \ rm "${KUSTOMIZE_FILENAME}" && \ [ "$(kustomize version)" = "${KUSTOMIZE_VERSION}" ] -ENV SOPS_VERSION="v3.9.1" +ENV SOPS_VERSION="v3.9.2" ARG SOPS_FILENAME="sops-${SOPS_VERSION}.${TARGETOS}.${TARGETARCH}" RUN set -x && \ curl --retry 5 --retry-connrefused -LO "https://github.com/getsops/sops/releases/download/${SOPS_VERSION}/${SOPS_FILENAME}" && \ diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index 35de225f..598bad74 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -82,7 +82,7 @@ RUN set -x && \ rm "${KUSTOMIZE_FILENAME}" && \ [ "$(kustomize version)" = "${KUSTOMIZE_VERSION}" ] -ENV SOPS_VERSION="v3.9.1" +ENV SOPS_VERSION="v3.9.2" ARG SOPS_FILENAME="sops-${SOPS_VERSION}.${TARGETOS}.${TARGETARCH}" RUN set -x && \ curl --retry 5 --retry-connrefused -LO "https://github.com/getsops/sops/releases/download/${SOPS_VERSION}/${SOPS_FILENAME}" && \