From 6385394b79fe9c5ab85af9a36da4fac7c17d7837 Mon Sep 17 00:00:00 2001
From: POPs-renovate-tools_29Nov2024
 <group_40_bot_d4c52bacfdb4f6db20269ce7bb5f14e8@noreply.repo1.dso.mil>
Date: Wed, 22 Jan 2025 09:14:10 +0000
Subject: [PATCH 1/2] Update dependency istio-ecosystem/authservice to v1.0.4

---
 hardening_manifest.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml
index b88546b..363ebc6 100644
--- a/hardening_manifest.yaml
+++ b/hardening_manifest.yaml
@@ -25,15 +25,15 @@ labels:
 
 resources:
 - filename: authservice.tar.gz
-  url: https://github.com/istio-ecosystem/authservice/releases/download/v1.0.3/authservice-fips-linux-amd64.tar.gz
+  url: https://github.com/istio-ecosystem/authservice/releases/download/v1.0.4/authservice-fips-linux-amd64.tar.gz
   validation:
     type: sha256
-    value: 70e1352e82646d96603daa8bb8c47da4fb48b7f62ae9c1e49c8cf54725b3f131
+    value: 9860952e6d1d47233b189b4489241dcf96dbdd099b7be22e2c4c6738ef0db5d5
 - filename: authservice-arm64.tar.gz
-  url: https://github.com/istio-ecosystem/authservice/releases/download/v1.0.3/authservice-fips-linux-arm64.tar.gz
+  url: https://github.com/istio-ecosystem/authservice/releases/download/v1.0.4/authservice-fips-linux-arm64.tar.gz
   validation:
     type: sha256
-    value: 75b4d36e2db6f23ad296ecbdcb3570f6d1e74055be2aab757eec1665c3712d45
+    value: 458925f1590ea4dd1baf3ddea6da4af7d65dfa5479c48d96beddd827747fe556
 
 maintainers:
 - email: "stas@tetrate.io"
-- 
GitLab


From 8e77aca5b0cde4f879b157cc0dc89a4e6074e8d9 Mon Sep 17 00:00:00 2001
From: Stanislav Bondarenko <stas@tetrate.io>
Date: Wed, 22 Jan 2025 08:38:28 -0500
Subject: [PATCH 2/2] update to 1.0.4

---
 hardening_manifest.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml
index 363ebc6..74b37b7 100644
--- a/hardening_manifest.yaml
+++ b/hardening_manifest.yaml
@@ -3,8 +3,8 @@ apiVersion: v1
 name: istio-ecosystem/authservice
 
 tags:
-- 1.0.3
-- 1.0.3-ubi9
+- 1.0.4
+- 1.0.4-ubi9
 - latest
 
 args:
@@ -18,7 +18,7 @@ labels:
   org.opencontainers.image.licenses: Apache-2.0
   org.opencontainers.image.url: https://github.com/istio-ecosystem/authservice
   org.opencontainers.image.vendor: istio
-  org.opencontainers.image.version: 1.0.3
+  org.opencontainers.image.version: 1.0.4
   mil.dso.ironbank.image.keywords: authentication,authorization,envoy,istio
   mil.dso.ironbank.image.type: opensource
   mil.dso.ironbank.product.name: istio
-- 
GitLab