From a3531c781ffed3988a9ec404df56987b52afe317 Mon Sep 17 00:00:00 2001 From: Mesosphere CI Robot Date: Wed, 2 Oct 2024 02:14:37 +0200 Subject: [PATCH] feat: Bump istio to 1.23.2 (#2696) * chore: Update istio 1.22.3 => 1.23.2 * chore: Move istio/1.22.3 => 1.23.2 * build: Updated licenses.d2iq.yaml * fix(istio): Missing bump --------- Co-authored-by: d2iq-mergebot Co-authored-by: Grace Do --- licenses.d2iq.yaml | 8 ++++---- services/istio/{1.22.3 => 1.23.2}/defaults/cm.yaml | 2 +- .../istio/{1.22.3 => 1.23.2}/defaults/kustomization.yaml | 0 services/istio/{1.22.3 => 1.23.2}/helmrelease.yaml | 2 +- .../istio/{1.22.3 => 1.23.2}/helmrelease/extra-images.txt | 0 .../istio/{1.22.3 => 1.23.2}/helmrelease/helmrelease.yaml | 4 ++-- .../{1.22.3 => 1.23.2}/helmrelease/kustomization.yaml | 0 services/istio/{1.22.3 => 1.23.2}/kustomization.yaml | 0 8 files changed, 8 insertions(+), 8 deletions(-) rename services/istio/{1.22.3 => 1.23.2}/defaults/cm.yaml (96%) rename services/istio/{1.22.3 => 1.23.2}/defaults/kustomization.yaml (100%) rename services/istio/{1.22.3 => 1.23.2}/helmrelease.yaml (93%) rename services/istio/{1.22.3 => 1.23.2}/helmrelease/extra-images.txt (100%) rename services/istio/{1.22.3 => 1.23.2}/helmrelease/helmrelease.yaml (91%) rename services/istio/{1.22.3 => 1.23.2}/helmrelease/kustomization.yaml (100%) rename services/istio/{1.22.3 => 1.23.2}/kustomization.yaml (100%) diff --git a/licenses.d2iq.yaml b/licenses.d2iq.yaml index f15317606..a2da8918b 100644 --- a/licenses.d2iq.yaml +++ b/licenses.d2iq.yaml @@ -46,22 +46,22 @@ resources: - license_path: LICENSE ref: v${image_tag} url: https://github.com/grafana/loki - - container_image: docker.io/istio/install-cni:1.22.3 + - container_image: docker.io/istio/install-cni:1.23.2 sources: - license_path: LICENSE ref: ${image_tag} url: https://github.com/istio/istio - - container_image: docker.io/istio/operator:1.22.3 + - container_image: docker.io/istio/operator:1.23.2 sources: - license_path: LICENSE ref: ${image_tag} url: https://github.com/istio/istio - - container_image: docker.io/istio/pilot:1.22.3 + - container_image: docker.io/istio/pilot:1.23.2 sources: - license_path: LICENSE ref: ${image_tag} url: https://github.com/istio/istio - - container_image: docker.io/istio/proxyv2:1.22.3 + - container_image: docker.io/istio/proxyv2:1.23.2 sources: - license_path: LICENSE ref: ${image_tag} diff --git a/services/istio/1.22.3/defaults/cm.yaml b/services/istio/1.23.2/defaults/cm.yaml similarity index 96% rename from services/istio/1.22.3/defaults/cm.yaml rename to services/istio/1.23.2/defaults/cm.yaml index 82f54d31a..5714f8b5b 100644 --- a/services/istio/1.22.3/defaults/cm.yaml +++ b/services/istio/1.23.2/defaults/cm.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: istio-1.22.3-d2iq-defaults + name: istio-1.23.2-d2iq-defaults namespace: ${releaseNamespace} data: values.yaml: | diff --git a/services/istio/1.22.3/defaults/kustomization.yaml b/services/istio/1.23.2/defaults/kustomization.yaml similarity index 100% rename from services/istio/1.22.3/defaults/kustomization.yaml rename to services/istio/1.23.2/defaults/kustomization.yaml diff --git a/services/istio/1.22.3/helmrelease.yaml b/services/istio/1.23.2/helmrelease.yaml similarity index 93% rename from services/istio/1.22.3/helmrelease.yaml rename to services/istio/1.23.2/helmrelease.yaml index 3638b5f5b..27c0a9024 100644 --- a/services/istio/1.22.3/helmrelease.yaml +++ b/services/istio/1.23.2/helmrelease.yaml @@ -9,7 +9,7 @@ spec: wait: true interval: 6h retryInterval: 1m - path: ./services/istio/1.22.3/helmrelease + path: ./services/istio/1.23.2/helmrelease sourceRef: kind: GitRepository name: management diff --git a/services/istio/1.22.3/helmrelease/extra-images.txt b/services/istio/1.23.2/helmrelease/extra-images.txt similarity index 100% rename from services/istio/1.22.3/helmrelease/extra-images.txt rename to services/istio/1.23.2/helmrelease/extra-images.txt diff --git a/services/istio/1.22.3/helmrelease/helmrelease.yaml b/services/istio/1.23.2/helmrelease/helmrelease.yaml similarity index 91% rename from services/istio/1.22.3/helmrelease/helmrelease.yaml rename to services/istio/1.23.2/helmrelease/helmrelease.yaml index 7681f984f..35fe24e0c 100644 --- a/services/istio/1.22.3/helmrelease/helmrelease.yaml +++ b/services/istio/1.23.2/helmrelease/helmrelease.yaml @@ -14,7 +14,7 @@ spec: kind: HelmRepository name: mesosphere.github.io-charts-staging namespace: kommander-flux - version: 1.22.3 + version: 1.23.2 interval: 15s install: crds: CreateReplace @@ -29,4 +29,4 @@ spec: targetNamespace: istio-system valuesFrom: - kind: ConfigMap - name: istio-1.22.3-d2iq-defaults + name: istio-1.23.2-d2iq-defaults diff --git a/services/istio/1.22.3/helmrelease/kustomization.yaml b/services/istio/1.23.2/helmrelease/kustomization.yaml similarity index 100% rename from services/istio/1.22.3/helmrelease/kustomization.yaml rename to services/istio/1.23.2/helmrelease/kustomization.yaml diff --git a/services/istio/1.22.3/kustomization.yaml b/services/istio/1.23.2/kustomization.yaml similarity index 100% rename from services/istio/1.22.3/kustomization.yaml rename to services/istio/1.23.2/kustomization.yaml