From 1e0fa0ed10fc4dde72516869c00b94384c7f82b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 07:32:12 +0000 Subject: [PATCH 1/4] chore(deps): update istio to v1.24.2 | datasource | package | from | to | | ---------- | ----------------------------------------------- | ------ | ------ | | helm | base | 1.24.1 | 1.24.2 | | docker | cgr.dev/du-uds-defenseunicorns/istio-pilot-fips | 1.24.1 | 1.24.2 | | docker | cgr.dev/du-uds-defenseunicorns/istio-proxy-fips | 1.24.1 | 1.24.2 | | docker | docker.io/istio/pilot | 1.24.1 | 1.24.2 | | docker | docker.io/istio/proxyv2 | 1.24.1 | 1.24.2 | | helm | gateway | 1.24.1 | 1.24.2 | | helm | istiod | 1.24.1 | 1.24.2 | --- src/istio/common/zarf.yaml | 4 ++-- src/istio/values/unicorn-values.yaml | 6 +++--- src/istio/values/upstream-values.yaml | 6 +++--- src/istio/zarf.yaml | 14 +++++++------- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/istio/common/zarf.yaml b/src/istio/common/zarf.yaml index 2776fa194..9a033d6b1 100644 --- a/src/istio/common/zarf.yaml +++ b/src/istio/common/zarf.yaml @@ -13,11 +13,11 @@ components: charts: - name: base url: https://istio-release.storage.googleapis.com/charts - version: 1.24.1 + version: 1.24.2 namespace: istio-system - name: istiod url: https://istio-release.storage.googleapis.com/charts - version: 1.24.1 + version: 1.24.2 namespace: istio-system valuesFiles: - "../values/values.yaml" diff --git a/src/istio/values/unicorn-values.yaml b/src/istio/values/unicorn-values.yaml index e382763ad..79c3f8293 100644 --- a/src/istio/values/unicorn-values.yaml +++ b/src/istio/values/unicorn-values.yaml @@ -2,11 +2,11 @@ # SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial pilot: - image: "cgr.dev/du-uds-defenseunicorns/istio-pilot-fips:1.24.1" + image: "cgr.dev/du-uds-defenseunicorns/istio-pilot-fips:1.24.2" global: proxy_init: # renovate: image=cgr.dev/du-uds-defenseunicorns/istio-proxy-fips - image: "###ZARF_REGISTRY###/du-uds-defenseunicorns/istio-proxy-fips:1.24.1" + image: "###ZARF_REGISTRY###/du-uds-defenseunicorns/istio-proxy-fips:1.24.2" proxy: # renovate: image=cgr.dev/du-uds-defenseunicorns/istio-proxy-fips - image: "###ZARF_REGISTRY###/du-uds-defenseunicorns/istio-proxy-fips:1.24.1" + image: "###ZARF_REGISTRY###/du-uds-defenseunicorns/istio-proxy-fips:1.24.2" diff --git a/src/istio/values/upstream-values.yaml b/src/istio/values/upstream-values.yaml index ff0f5871b..0502ab7ae 100644 --- a/src/istio/values/upstream-values.yaml +++ b/src/istio/values/upstream-values.yaml @@ -2,11 +2,11 @@ # SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial pilot: - image: "docker.io/istio/pilot:1.24.1-distroless" + image: "docker.io/istio/pilot:1.24.2-distroless" global: proxy_init: # renovate: image=docker.io/istio/proxyv2 - image: "###ZARF_REGISTRY###/istio/proxyv2:1.24.1-distroless" + image: "###ZARF_REGISTRY###/istio/proxyv2:1.24.2-distroless" proxy: # renovate: image=docker.io/istio/proxyv2 - image: "###ZARF_REGISTRY###/istio/proxyv2:1.24.1-distroless" + image: "###ZARF_REGISTRY###/istio/proxyv2:1.24.2-distroless" diff --git a/src/istio/zarf.yaml b/src/istio/zarf.yaml index b12f42087..421501fb0 100644 --- a/src/istio/zarf.yaml +++ b/src/istio/zarf.yaml @@ -27,8 +27,8 @@ components: valuesFiles: - "values/upstream-values.yaml" images: - - "docker.io/istio/pilot:1.24.1-distroless" - - "docker.io/istio/proxyv2:1.24.1-distroless" + - "docker.io/istio/pilot:1.24.2-distroless" + - "docker.io/istio/proxyv2:1.24.2-distroless" - name: istio-controlplane required: true @@ -55,15 +55,15 @@ components: valuesFiles: - "values/unicorn-values.yaml" images: - - cgr.dev/du-uds-defenseunicorns/istio-pilot-fips:1.24.1 - - cgr.dev/du-uds-defenseunicorns/istio-proxy-fips:1.24.1 + - cgr.dev/du-uds-defenseunicorns/istio-pilot-fips:1.24.2 + - cgr.dev/du-uds-defenseunicorns/istio-proxy-fips:1.24.2 - name: istio-admin-gateway required: true charts: - name: gateway url: https://istio-release.storage.googleapis.com/charts - version: 1.24.1 + version: 1.24.2 releaseName: admin-ingressgateway namespace: istio-admin-gateway - name: uds-istio-config @@ -78,7 +78,7 @@ components: charts: - name: gateway url: https://istio-release.storage.googleapis.com/charts - version: 1.24.1 + version: 1.24.2 releaseName: tenant-ingressgateway namespace: istio-tenant-gateway - name: uds-istio-config @@ -93,7 +93,7 @@ components: charts: - name: gateway url: https://istio-release.storage.googleapis.com/charts - version: 1.24.1 + version: 1.24.2 releaseName: passthrough-ingressgateway namespace: istio-passthrough-gateway - name: uds-istio-config From 3e7d6299de73eeca07eba3bc2fb8a0c84d2da6f2 Mon Sep 17 00:00:00 2001 From: Noah Birrer Date: Thu, 9 Jan 2025 12:13:59 -0500 Subject: [PATCH 2/4] fix: update ib istio images to new tag schema --- src/istio/zarf.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/istio/zarf.yaml b/src/istio/zarf.yaml index 421501fb0..a23b75a50 100644 --- a/src/istio/zarf.yaml +++ b/src/istio/zarf.yaml @@ -41,8 +41,8 @@ components: valuesFiles: - "values/registry1-values.yaml" images: - - registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.24.1-tetratefips-v0 - - registry1.dso.mil/ironbank/tetrate/istio/pilot:1.24.1-tetratefips-v0 + - registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.24.1-tetratefips0 + - registry1.dso.mil/ironbank/tetrate/istio/pilot:1.24.1-tetratefips0 - name: istio-controlplane required: true From d9f1c32670287af762ac843f3b614d618308524f Mon Sep 17 00:00:00 2001 From: Noah Birrer Date: Thu, 9 Jan 2025 12:19:41 -0500 Subject: [PATCH 3/4] chore(deps): update registry1 istio to v1.24.2 --- src/istio/zarf.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/istio/zarf.yaml b/src/istio/zarf.yaml index a23b75a50..f7f37648c 100644 --- a/src/istio/zarf.yaml +++ b/src/istio/zarf.yaml @@ -41,8 +41,8 @@ components: valuesFiles: - "values/registry1-values.yaml" images: - - registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.24.1-tetratefips0 - - registry1.dso.mil/ironbank/tetrate/istio/pilot:1.24.1-tetratefips0 + - registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.24.2-tetratefips0 + - registry1.dso.mil/ironbank/tetrate/istio/pilot:1.24.2-tetratefips0 - name: istio-controlplane required: true From cf893505469b8c06cf03372ce076a1b1f974777d Mon Sep 17 00:00:00 2001 From: Noah Birrer Date: Thu, 9 Jan 2025 12:38:07 -0500 Subject: [PATCH 4/4] chore(deps): update registry1 istio to v1.24.2 --- src/istio/values/registry1-values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/istio/values/registry1-values.yaml b/src/istio/values/registry1-values.yaml index 62661f45c..1778bed9f 100644 --- a/src/istio/values/registry1-values.yaml +++ b/src/istio/values/registry1-values.yaml @@ -2,11 +2,11 @@ # SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial pilot: - image: registry1.dso.mil/ironbank/tetrate/istio/pilot:1.24.1-tetratefips-v0 + image: registry1.dso.mil/ironbank/tetrate/istio/pilot:1.24.2-tetratefips0 global: proxy_init: # renovate: image=registry1.dso.mil/ironbank/tetrate/istio/proxyv2 - image: "###ZARF_REGISTRY###/ironbank/tetrate/istio/proxyv2:1.24.1-tetratefips-v0" + image: "###ZARF_REGISTRY###/ironbank/tetrate/istio/proxyv2:1.24.2-tetratefips0" proxy: # renovate: image=registry1.dso.mil/ironbank/tetrate/istio/proxyv2 - image: "###ZARF_REGISTRY###/ironbank/tetrate/istio/proxyv2:1.24.1-tetratefips-v0" + image: "###ZARF_REGISTRY###/ironbank/tetrate/istio/proxyv2:1.24.2-tetratefips0"