From 30a93da2d5eb8555c520b26455f4cea08141ceb8 Mon Sep 17 00:00:00 2001
From: POPs-renovate-tools_29Nov2024
 <group_40_bot_d4c52bacfdb4f6db20269ce7bb5f14e8@noreply.repo1.dso.mil>
Date: Wed, 26 Mar 2025 08:12:47 +0000
Subject: [PATCH 1/3] Update fips-containers.istio.tetratelabs.com/proxyv2
 Docker tag to v1.24.4

---
 Dockerfile              |  2 +-
 hardening_manifest.yaml | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 90d8c4f..3ecb87c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@ ARG BASE_IMAGE=ironbank/chainguard-dev/wolfi/static
 ARG BASE_TAG=stable
 ARG REGISTRY=fips-containers.istio.tetratelabs.com
 ARG IMAGE=proxyv2
-ARG TAG=1.24.3-tetratefips0-distroless
+ARG TAG=1.24.4-tetratefips0-distroless
 
 # Updated by Renovate
 ARG version="1.24.3"
diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml
index 381fbf1..fed6b75 100644
--- a/hardening_manifest.yaml
+++ b/hardening_manifest.yaml
@@ -8,15 +8,15 @@ name: "tetrate/istio/proxyv2"
 # The most specific version should be the first tag and will be shown
 # on ironbank.dsop.io
 tags:
-- "1.24.3-tetratefips0"
-- "1.24.3"
+- "1.24.4-tetratefips0"
+- "1.24.4"
 - "1.24"
 
 # Build args passed to Dockerfile ARGs
 args:
   BASE_IMAGE: "chainguard-dev/wolfi/static"
   BASE_TAG: "stable"
-  version: "1.24.3"
+  version: "1.24.4"
 
 # Docker image labels
 labels:
@@ -29,7 +29,7 @@ labels:
   org.opencontainers.image.url: "https://cloudsmith.io/~tetrate/repos/getistio-containers/packages/detail/docker/proxyv2"
   # Name of the distributing entity, organization or individual
   org.opencontainers.image.vendor: "tetrate"
-  org.opencontainers.image.version: "1.24.3"
+  org.opencontainers.image.version: "1.24.4"
   # Keywords to help with search (ex. "cicd,gitops,golang")
   mil.dso.ironbank.image.keywords: "proxy,servicemesh"
   # This value can be "opensource" or "commercial"
@@ -39,8 +39,8 @@ labels:
 
 # List of resources to make available to the offline build context
 resources:
-- tag: fips-containers.istio.tetratelabs.com/proxyv2:1.24.3-tetratefips0-distroless
-  url: docker://fips-containers.istio.tetratelabs.com/proxyv2@sha256:55cf73f392a2f5cb479df356516f4eed8df3e0489685ef8b659b3f04240ecee0
+- tag: fips-containers.istio.tetratelabs.com/proxyv2:1.24.4-tetratefips0-distroless
+  url: docker://fips-containers.istio.tetratelabs.com/proxyv2@sha256:8a30b12733937e70d755ee4a0d53f7691803fd6b71592f5a83651c4e369a6f71
   auth:
     type: basic
     id: tetrate_repo
-- 
GitLab


From 8ad5a0b9694efe9486938b63967f48727f7b551c Mon Sep 17 00:00:00 2001
From: Stanislav Bondarenko <stas@tetrate.io>
Date: Thu, 3 Apr 2025 12:23:14 -0400
Subject: [PATCH 2/3] 1.24.4 arm

---
 Dockerfile.arm64        | 4 ++--
 hardening_manifest.yaml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Dockerfile.arm64 b/Dockerfile.arm64
index 07b260e..1054ab2 100644
--- a/Dockerfile.arm64
+++ b/Dockerfile.arm64
@@ -3,10 +3,10 @@ ARG BASE_IMAGE=ironbank/chainguard-dev/wolfi/static
 ARG BASE_TAG=stable
 ARG REGISTRY=fips-containers.istio.tetratelabs.com
 ARG IMAGE=proxyv2
-ARG TAG=1.24.3-tetratefips0-distroless.arm64
+ARG TAG=1.24.4-tetratefips0-distroless.arm64
 
 # Updated by Renovate
-ARG version="1.24.3"
+ARG version="1.24.4"
 
 FROM ${REGISTRY}/${IMAGE}:${TAG} AS base
 FROM --platform=linux/arm64 ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml
index fed6b75..3ca19be 100644
--- a/hardening_manifest.yaml
+++ b/hardening_manifest.yaml
@@ -44,8 +44,8 @@ resources:
   auth:
     type: basic
     id: tetrate_repo
-- tag: fips-containers.istio.tetratelabs.com/proxyv2:1.24.3-tetratefips0-distroless.arm64
-  url: docker://fips-containers.istio.tetratelabs.com/proxyv2@sha256:25fe6393825ee22d2606407d51a49217435a612cdd150e73046cb8d6009f2beb
+- tag: fips-containers.istio.tetratelabs.com/proxyv2:1.24.4-tetratefips0-distroless.arm64
+  url: docker://fips-containers.istio.tetratelabs.com/proxyv2@sha256:732dcc8152958290d952e7695099f4390405c6c1e23b86a7377bd5dae5d72ef6
   auth:
     type: basic
     id: tetrate_repo
-- 
GitLab


From c407d5623aabfe428f657976f61d5ddf2ea88155 Mon Sep 17 00:00:00 2001
From: Stanislav Bondarenko <stas@tetrate.io>
Date: Thu, 3 Apr 2025 12:25:08 -0400
Subject: [PATCH 3/3] 1.24.4 arm

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 3ecb87c..1554254 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,7 +6,7 @@ ARG IMAGE=proxyv2
 ARG TAG=1.24.4-tetratefips0-distroless
 
 # Updated by Renovate
-ARG version="1.24.3"
+ARG version="1.24.4"
 
 FROM ${REGISTRY}/${IMAGE}:${TAG} AS base
 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
-- 
GitLab