Skip to content

Commit 5167b20

Browse files
chore(deps): update istio to v1.22.1 (#405)
[![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 <details> <summary>istio/istio (base)</summary> ### [`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/) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a3160a6 commit 5167b20

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

src/istio/common/zarf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ components:
1010
charts:
1111
- name: base
1212
url: https://istio-release.storage.googleapis.com/charts
13-
version: 1.21.2
13+
version: 1.22.1
1414
namespace: istio-system
1515
- name: istiod
1616
url: https://istio-release.storage.googleapis.com/charts
17-
version: 1.21.2
17+
version: 1.22.1
1818
namespace: istio-system
1919
valuesFiles:
2020
- "../values/values.yaml"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pilot:
2-
image: registry1.dso.mil/ironbank/tetrate/istio/pilot:1.21.2-tetratefips-v0
2+
image: registry1.dso.mil/ironbank/tetrate/istio/pilot:1.22.1-tetratefips-v0
33
global:
44
proxy_init:
5-
image: registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.21.2-tetratefips-v0
5+
image: registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.22.1-tetratefips-v0
66
proxy:
7-
image: registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.21.2-tetratefips-v0
7+
image: registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.22.1-tetratefips-v0
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pilot:
2-
image: "docker.io/istio/pilot:1.21.2-distroless"
2+
image: "docker.io/istio/pilot:1.22.1-distroless"
33
global:
44
proxy_init:
5-
image: "docker.io/istio/proxyv2:1.21.2-distroless"
5+
image: "docker.io/istio/proxyv2:1.22.1-distroless"
66
proxy:
7-
image: "docker.io/istio/proxyv2:1.21.2-distroless"
7+
image: "docker.io/istio/proxyv2:1.22.1-distroless"

src/istio/zarf.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ components:
2121
valuesFiles:
2222
- "values/upstream-values.yaml"
2323
images:
24-
- "docker.io/istio/pilot:1.21.2-distroless"
25-
- "docker.io/istio/proxyv2:1.21.2-distroless"
24+
- "docker.io/istio/pilot:1.22.1-distroless"
25+
- "docker.io/istio/proxyv2:1.22.1-distroless"
2626

2727
- name: istio-controlplane
2828
required: true
@@ -35,15 +35,15 @@ components:
3535
valuesFiles:
3636
- "values/registry1-values.yaml"
3737
images:
38-
- registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.21.2-tetratefips-v0
39-
- registry1.dso.mil/ironbank/tetrate/istio/pilot:1.21.2-tetratefips-v0
38+
- registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.22.1-tetratefips-v0
39+
- registry1.dso.mil/ironbank/tetrate/istio/pilot:1.22.1-tetratefips-v0
4040

4141
- name: istio-admin-gateway
4242
required: true
4343
charts:
4444
- name: gateway
4545
url: https://istio-release.storage.googleapis.com/charts
46-
version: 1.21.2
46+
version: 1.22.1
4747
releaseName: admin-ingressgateway
4848
namespace: istio-admin-gateway
4949
- name: uds-istio-config
@@ -58,7 +58,7 @@ components:
5858
charts:
5959
- name: gateway
6060
url: https://istio-release.storage.googleapis.com/charts
61-
version: 1.21.2
61+
version: 1.22.1
6262
releaseName: tenant-ingressgateway
6363
namespace: istio-tenant-gateway
6464
- name: uds-istio-config
@@ -73,7 +73,7 @@ components:
7373
charts:
7474
- name: gateway
7575
url: https://istio-release.storage.googleapis.com/charts
76-
version: 1.21.2
76+
version: 1.22.1
7777
releaseName: passthrough-ingressgateway
7878
namespace: istio-passthrough-gateway
7979
- name: uds-istio-config

0 commit comments

Comments
 (0)