Skip to content

Commit

Permalink
chore(deps): update istio to v1.22.2 (#512)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [base](https://github.com/istio/istio) | patch | `1.22.1` ->
`1.22.2` |
| docker.io/istio/pilot | patch | `1.22.1-distroless` ->
`1.22.2-distroless` |
| docker.io/istio/proxyv2 | patch | `1.22.1-distroless` ->
`1.22.2-distroless` |
| [gateway](https://github.com/istio/istio) | patch | `1.22.1` ->
`1.22.2` |
| [istiod](https://github.com/istio/istio) | patch | `1.22.1` ->
`1.22.2` |
|
[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)) | patch
| `1.22.1-tetratefips-v0` -> `1.22.2-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)) |
patch | `1.22.1-tetratefips-v0` -> `1.22.2-tetratefips-v0` |

---

### Release Notes

<details>
<summary>istio/istio (base)</summary>

### [`v1.22.2`](https://github.com/istio/istio/releases/tag/1.22.2):
Istio 1.22.2

[Compare
Source](https://github.com/istio/istio/compare/1.22.1...1.22.2)

[Artifacts](http://gcsweb.istio.io/gcs/istio-release/releases/1.22.2/)
[Release
Notes](https://istio.io/news/releases/1.22.x/announcing-1.22.2/)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Micah Nagel <micah.nagel@defenseunicorns.com>
  • Loading branch information
renovate[bot] and mjnagel authored Jul 4, 2024
1 parent ace7041 commit dcdadb4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions src/istio/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ components:
charts:
- name: base
url: https://istio-release.storage.googleapis.com/charts
version: 1.22.1
version: 1.22.2
namespace: istio-system
- name: istiod
url: https://istio-release.storage.googleapis.com/charts
version: 1.22.1
version: 1.22.2
namespace: istio-system
valuesFiles:
- "../values/values.yaml"
Expand Down
6 changes: 3 additions & 3 deletions src/istio/values/registry1-values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pilot:
image: registry1.dso.mil/ironbank/tetrate/istio/pilot:1.22.1-tetratefips-v0
image: registry1.dso.mil/ironbank/tetrate/istio/pilot:1.22.2-tetratefips-v0
global:
proxy_init:
image: registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.22.1-tetratefips-v0
image: registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.22.2-tetratefips-v0
proxy:
image: registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.22.1-tetratefips-v0
image: registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.22.2-tetratefips-v0
6 changes: 3 additions & 3 deletions src/istio/values/upstream-values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pilot:
image: "docker.io/istio/pilot:1.22.1-distroless"
image: "docker.io/istio/pilot:1.22.2-distroless"
global:
proxy_init:
image: "docker.io/istio/proxyv2:1.22.1-distroless"
image: "docker.io/istio/proxyv2:1.22.2-distroless"
proxy:
image: "docker.io/istio/proxyv2:1.22.1-distroless"
image: "docker.io/istio/proxyv2:1.22.2-distroless"
14 changes: 7 additions & 7 deletions src/istio/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ components:
valuesFiles:
- "values/upstream-values.yaml"
images:
- "docker.io/istio/pilot:1.22.1-distroless"
- "docker.io/istio/proxyv2:1.22.1-distroless"
- "docker.io/istio/pilot:1.22.2-distroless"
- "docker.io/istio/proxyv2:1.22.2-distroless"

- name: istio-controlplane
required: true
Expand All @@ -35,15 +35,15 @@ components:
valuesFiles:
- "values/registry1-values.yaml"
images:
- registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.22.1-tetratefips-v0
- registry1.dso.mil/ironbank/tetrate/istio/pilot:1.22.1-tetratefips-v0
- registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.22.2-tetratefips-v0
- registry1.dso.mil/ironbank/tetrate/istio/pilot:1.22.2-tetratefips-v0

- name: istio-admin-gateway
required: true
charts:
- name: gateway
url: https://istio-release.storage.googleapis.com/charts
version: 1.22.1
version: 1.22.2
releaseName: admin-ingressgateway
namespace: istio-admin-gateway
- name: uds-istio-config
Expand All @@ -58,7 +58,7 @@ components:
charts:
- name: gateway
url: https://istio-release.storage.googleapis.com/charts
version: 1.22.1
version: 1.22.2
releaseName: tenant-ingressgateway
namespace: istio-tenant-gateway
- name: uds-istio-config
Expand All @@ -73,7 +73,7 @@ components:
charts:
- name: gateway
url: https://istio-release.storage.googleapis.com/charts
version: 1.22.1
version: 1.22.2
releaseName: passthrough-ingressgateway
namespace: istio-passthrough-gateway
- name: uds-istio-config
Expand Down

0 comments on commit dcdadb4

Please sign in to comment.