From ad4b861158eecfac1d09a37ea3776e31a1c387cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 18:44:53 +0000 Subject: [PATCH] chore(deps): update istio to v1.22.1 (#405) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [base](https://togithub.com/istio/istio) | minor | `1.21.2` -> `1.22.1` | | docker.io/istio/pilot | minor | `1.21.2-distroless` -> `1.22.1-distroless` | | docker.io/istio/proxyv2 | minor | `1.21.2-distroless` -> `1.22.1-distroless` | | [gateway](https://togithub.com/istio/istio) | minor | `1.21.2` -> `1.22.1` | | [istiod](https://togithub.com/istio/istio) | minor | `1.21.2` -> `1.22.1` | | [registry1.dso.mil/ironbank/tetrate/istio/pilot](https://cloudsmith.io/~tetrate/repos/getistio-containers/packages/detail/docker/pilot) ([source](https://repo1.dso.mil/dsop/tetrate/istio/1.22/pilot)) | minor | `1.21.2-tetratefips-v0` -> `1.22.1-tetratefips-v0` | | [registry1.dso.mil/ironbank/tetrate/istio/proxyv2](https://cloudsmith.io/~tetrate/repos/getistio-containers/packages/detail/docker/proxyv2) ([source](https://repo1.dso.mil/dsop/tetrate/istio/1.22/proxyv2)) | minor | `1.21.2-tetratefips-v0` -> `1.22.1-tetratefips-v0` | --- ### Release Notes
istio/istio (base) ### [`v1.22.1`](https://togithub.com/istio/istio/compare/1.22.0...1.22.1) [Compare Source](https://togithub.com/istio/istio/compare/1.22.0...1.22.1) ### [`v1.22.0`](https://togithub.com/istio/istio/releases/tag/1.22.0): Istio 1.22.0 [Compare Source](https://togithub.com/istio/istio/compare/1.21.3...1.22.0) [Artifacts](http://gcsweb.istio.io/gcs/istio-release/releases/1.22.0/) [Release Notes](https://istio.io/latest/news/releases/1.22.x/announcing-1.22/) ### [`v1.21.3`](https://togithub.com/istio/istio/releases/tag/1.21.3): Istio 1.21.3 [Compare Source](https://togithub.com/istio/istio/compare/1.21.2...1.21.3) [Artifacts](http://gcsweb.istio.io/gcs/istio-release/releases/1.21.3/) [Release Notes](https://istio.io/news/releases/1.21.x/announcing-1.21.3/)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/defenseunicorns/uds-core). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- src/istio/common/zarf.yaml | 4 ++-- src/istio/values/registry1-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 d2fabfea4..93319e230 100644 --- a/src/istio/common/zarf.yaml +++ b/src/istio/common/zarf.yaml @@ -10,11 +10,11 @@ components: charts: - name: base url: https://istio-release.storage.googleapis.com/charts - version: 1.21.2 + version: 1.22.1 namespace: istio-system - name: istiod url: https://istio-release.storage.googleapis.com/charts - version: 1.21.2 + version: 1.22.1 namespace: istio-system valuesFiles: - "../values/values.yaml" diff --git a/src/istio/values/registry1-values.yaml b/src/istio/values/registry1-values.yaml index 0d766f0f3..5445f66f2 100644 --- a/src/istio/values/registry1-values.yaml +++ b/src/istio/values/registry1-values.yaml @@ -1,7 +1,7 @@ pilot: - image: registry1.dso.mil/ironbank/tetrate/istio/pilot:1.21.2-tetratefips-v0 + image: registry1.dso.mil/ironbank/tetrate/istio/pilot:1.22.1-tetratefips-v0 global: proxy_init: - image: registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.21.2-tetratefips-v0 + image: registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.22.1-tetratefips-v0 proxy: - image: registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.21.2-tetratefips-v0 + image: registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.22.1-tetratefips-v0 diff --git a/src/istio/values/upstream-values.yaml b/src/istio/values/upstream-values.yaml index 4159c86c1..6a8c43a46 100644 --- a/src/istio/values/upstream-values.yaml +++ b/src/istio/values/upstream-values.yaml @@ -1,7 +1,7 @@ pilot: - image: "docker.io/istio/pilot:1.21.2-distroless" + image: "docker.io/istio/pilot:1.22.1-distroless" global: proxy_init: - image: "docker.io/istio/proxyv2:1.21.2-distroless" + image: "docker.io/istio/proxyv2:1.22.1-distroless" proxy: - image: "docker.io/istio/proxyv2:1.21.2-distroless" + image: "docker.io/istio/proxyv2:1.22.1-distroless" diff --git a/src/istio/zarf.yaml b/src/istio/zarf.yaml index b7ff069f9..03db5a605 100644 --- a/src/istio/zarf.yaml +++ b/src/istio/zarf.yaml @@ -21,8 +21,8 @@ components: valuesFiles: - "values/upstream-values.yaml" images: - - "docker.io/istio/pilot:1.21.2-distroless" - - "docker.io/istio/proxyv2:1.21.2-distroless" + - "docker.io/istio/pilot:1.22.1-distroless" + - "docker.io/istio/proxyv2:1.22.1-distroless" - name: istio-controlplane required: true @@ -35,15 +35,15 @@ components: valuesFiles: - "values/registry1-values.yaml" images: - - registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.21.2-tetratefips-v0 - - registry1.dso.mil/ironbank/tetrate/istio/pilot:1.21.2-tetratefips-v0 + - registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.22.1-tetratefips-v0 + - registry1.dso.mil/ironbank/tetrate/istio/pilot:1.22.1-tetratefips-v0 - name: istio-admin-gateway required: true charts: - name: gateway url: https://istio-release.storage.googleapis.com/charts - version: 1.21.2 + version: 1.22.1 releaseName: admin-ingressgateway namespace: istio-admin-gateway - name: uds-istio-config @@ -58,7 +58,7 @@ components: charts: - name: gateway url: https://istio-release.storage.googleapis.com/charts - version: 1.21.2 + version: 1.22.1 releaseName: tenant-ingressgateway namespace: istio-tenant-gateway - name: uds-istio-config @@ -73,7 +73,7 @@ components: charts: - name: gateway url: https://istio-release.storage.googleapis.com/charts - version: 1.21.2 + version: 1.22.1 releaseName: passthrough-ingressgateway namespace: istio-passthrough-gateway - name: uds-istio-config