From 1f7b8856b68b6351a740d7e543e29296f9cb41fc Mon Sep 17 00:00:00 2001 From: openshift-service-mesh-bot Date: Sat, 30 Nov 2024 05:05:15 +0000 Subject: [PATCH] Automator: Update dependencies in istio-ecosystem/sail-operator@main Signed-off-by: openshift-service-mesh-bot --- .../sailoperator.clusterserviceversion.yaml | 20 +++++++++---------- chart/values.yaml | 2 +- go.mod | 2 +- go.sum | 4 ++-- resources/latest/charts/base/Chart.yaml | 4 ++-- resources/latest/charts/cni/Chart.yaml | 4 ++-- resources/latest/charts/cni/values.yaml | 2 +- resources/latest/charts/gateway/Chart.yaml | 4 ++-- resources/latest/charts/istiod/Chart.yaml | 4 ++-- resources/latest/charts/istiod/values.yaml | 2 +- .../latest/charts/revisiontags/values.yaml | 2 +- resources/latest/charts/ztunnel/Chart.yaml | 4 ++-- resources/latest/charts/ztunnel/values.yaml | 2 +- versions.yaml | 14 ++++++------- 14 files changed, 35 insertions(+), 35 deletions(-) diff --git a/bundle/manifests/sailoperator.clusterserviceversion.yaml b/bundle/manifests/sailoperator.clusterserviceversion.yaml index 0aa71fed6..0334b48d2 100644 --- a/bundle/manifests/sailoperator.clusterserviceversion.yaml +++ b/bundle/manifests/sailoperator.clusterserviceversion.yaml @@ -34,7 +34,7 @@ metadata: capabilities: Seamless Upgrades categories: OpenShift Optional, Integration & Delivery, Networking, Security containerImage: quay.io/maistra-dev/sail-operator:0.2-latest - createdAt: "2024-11-29T05:05:23Z" + createdAt: "2024-11-30T05:05:11Z" description: Experimental operator for installing Istio service mesh features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "true" @@ -325,7 +325,7 @@ spec: - v1.22.6 - v1.22.5 - v1.21.6 - - latest (4b76e917) + - latest (f3ae6462) [See this page](https://github.com/istio-ecosystem/sail-operator/blob/main/bundle/README.md) for instructions on how to use it. displayName: Sail Operator @@ -575,10 +575,10 @@ spec: template: metadata: annotations: - images.latest.cni: gcr.io/istio-testing/install-cni:1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b - images.latest.istiod: gcr.io/istio-testing/pilot:1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b - images.latest.proxy: gcr.io/istio-testing/proxyv2:1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b - images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b + images.latest.cni: gcr.io/istio-testing/install-cni:1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243 + images.latest.istiod: gcr.io/istio-testing/pilot:1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243 + images.latest.proxy: gcr.io/istio-testing/proxyv2:1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243 + images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243 images.v1_21_6.cni: docker.io/istio/install-cni:1.21.6 images.v1_21_6.istiod: docker.io/istio/pilot:1.21.6 images.v1_21_6.proxy: docker.io/istio/proxyv2:1.21.6 @@ -759,13 +759,13 @@ spec: provider: name: Red Hat, Inc. relatedImages: - - image: gcr.io/istio-testing/install-cni:1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b + - image: gcr.io/istio-testing/install-cni:1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243 name: latest.cni - - image: gcr.io/istio-testing/pilot:1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b + - image: gcr.io/istio-testing/pilot:1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243 name: latest.istiod - - image: gcr.io/istio-testing/proxyv2:1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b + - image: gcr.io/istio-testing/proxyv2:1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243 name: latest.proxy - - image: gcr.io/istio-testing/ztunnel:1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b + - image: gcr.io/istio-testing/ztunnel:1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243 name: latest.ztunnel - image: docker.io/istio/install-cni:1.21.6 name: v1_21_6.cni diff --git a/chart/values.yaml b/chart/values.yaml index 227b8f7e8..999e5d3d4 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -25,7 +25,7 @@ csv: - v1.22.6 - v1.22.5 - v1.21.6 - - latest (4b76e917) + - latest (f3ae6462) [See this page](https://github.com/istio-ecosystem/sail-operator/blob/main/bundle/README.md) for instructions on how to use it. support: Community based diff --git a/go.mod b/go.mod index 2f8fc59cd..16171d803 100644 --- a/go.mod +++ b/go.mod @@ -26,7 +26,7 @@ require ( gopkg.in/yaml.v3 v3.0.1 helm.sh/helm/v3 v3.16.3 istio.io/client-go v1.24.0-alpha.0.0.20241123091016-df47c87e86db - istio.io/istio v0.0.0-20241129034931-4b76e91786ce + istio.io/istio v0.0.0-20241129151332-f3ae6462fece k8s.io/api v0.31.2 k8s.io/apiextensions-apiserver v0.31.2 k8s.io/apimachinery v0.31.2 diff --git a/go.sum b/go.sum index 259942ae9..f91302d5a 100644 --- a/go.sum +++ b/go.sum @@ -499,8 +499,8 @@ istio.io/api v1.24.0-alpha.0.0.20241123090716-918717d1a2a5 h1:YkSovYqcLmX7W1grfn istio.io/api v1.24.0-alpha.0.0.20241123090716-918717d1a2a5/go.mod h1:MQnRok7RZ20/PE56v0LxmoWH0xVxnCQPNuf9O7PAN1I= istio.io/client-go v1.24.0-alpha.0.0.20241123091016-df47c87e86db h1:aVs0RM/sBTjEF6aOuiB6Vdu8oBZWf8dX60FyOX2a0ug= istio.io/client-go v1.24.0-alpha.0.0.20241123091016-df47c87e86db/go.mod h1:Sjf49Th3Q1mo9jtKinGWR05KZMxv1iS20z/ow4DST88= -istio.io/istio v0.0.0-20241129034931-4b76e91786ce h1:+k7YWqvlP6eYB7d0+tSzx5lfQMdAJlNlCjQ5/oAkFEU= -istio.io/istio v0.0.0-20241129034931-4b76e91786ce/go.mod h1:lJKVrMqVspY39QrL9cxHe9qQRVJ+2lN1wlx9AqRJBG4= +istio.io/istio v0.0.0-20241129151332-f3ae6462fece h1:8GGSqGIeNyqHoqg1fAsM9F4Yp/MsjXDN5x4uSNUjFzM= +istio.io/istio v0.0.0-20241129151332-f3ae6462fece/go.mod h1:lJKVrMqVspY39QrL9cxHe9qQRVJ+2lN1wlx9AqRJBG4= k8s.io/api v0.31.2 h1:3wLBbL5Uom/8Zy98GRPXpJ254nEFpl+hwndmk9RwmL0= k8s.io/api v0.31.2/go.mod h1:bWmGvrGPssSK1ljmLzd3pwCQ9MgoTsRCuK35u6SygUk= k8s.io/apiextensions-apiserver v0.31.2 h1:W8EwUb8+WXBLu56ser5IudT2cOho0gAKeTOnywBLxd0= diff --git a/resources/latest/charts/base/Chart.yaml b/resources/latest/charts/base/Chart.yaml index 2bb711e2c..64df39867 100644 --- a/resources/latest/charts/base/Chart.yaml +++ b/resources/latest/charts/base/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b +appVersion: 1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243 description: Helm chart for deploying Istio cluster resources and CRDs icon: https://istio.io/latest/favicons/android-192x192.png keywords: @@ -7,4 +7,4 @@ keywords: name: base sources: - https://github.com/istio/istio -version: 1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b +version: 1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243 diff --git a/resources/latest/charts/cni/Chart.yaml b/resources/latest/charts/cni/Chart.yaml index 4b16ad06e..64c47eb59 100644 --- a/resources/latest/charts/cni/Chart.yaml +++ b/resources/latest/charts/cni/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b +appVersion: 1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243 description: Helm chart for istio-cni components icon: https://istio.io/latest/favicons/android-192x192.png keywords: @@ -8,4 +8,4 @@ keywords: name: cni sources: - https://github.com/istio/istio -version: 1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b +version: 1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243 diff --git a/resources/latest/charts/cni/values.yaml b/resources/latest/charts/cni/values.yaml index 2a8dcf65f..2d29a9433 100644 --- a/resources/latest/charts/cni/values.yaml +++ b/resources/latest/charts/cni/values.yaml @@ -115,7 +115,7 @@ _internal_defaults_do_not_set: hub: gcr.io/istio-testing # Default tag for Istio images. - tag: 1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b + tag: 1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243 # Variant of the image to use. # Currently supported are: [debug, distroless] diff --git a/resources/latest/charts/gateway/Chart.yaml b/resources/latest/charts/gateway/Chart.yaml index 67709d5c1..c21276669 100644 --- a/resources/latest/charts/gateway/Chart.yaml +++ b/resources/latest/charts/gateway/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b +appVersion: 1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243 description: Helm chart for deploying Istio gateways icon: https://istio.io/latest/favicons/android-192x192.png keywords: @@ -9,4 +9,4 @@ name: gateway sources: - https://github.com/istio/istio type: application -version: 1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b +version: 1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243 diff --git a/resources/latest/charts/istiod/Chart.yaml b/resources/latest/charts/istiod/Chart.yaml index 1b0e2b0bb..e8e46ceb2 100644 --- a/resources/latest/charts/istiod/Chart.yaml +++ b/resources/latest/charts/istiod/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b +appVersion: 1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243 description: Helm chart for istio control plane icon: https://istio.io/latest/favicons/android-192x192.png keywords: @@ -9,4 +9,4 @@ keywords: name: istiod sources: - https://github.com/istio/istio -version: 1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b +version: 1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243 diff --git a/resources/latest/charts/istiod/values.yaml b/resources/latest/charts/istiod/values.yaml index 244b0a1d8..8bb37157e 100644 --- a/resources/latest/charts/istiod/values.yaml +++ b/resources/latest/charts/istiod/values.yaml @@ -242,7 +242,7 @@ _internal_defaults_do_not_set: # Dev builds from prow are on gcr.io hub: gcr.io/istio-testing # Default tag for Istio images. - tag: 1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b + tag: 1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243 # Variant of the image to use. # Currently supported are: [debug, distroless] variant: "" diff --git a/resources/latest/charts/revisiontags/values.yaml b/resources/latest/charts/revisiontags/values.yaml index 244b0a1d8..8bb37157e 100644 --- a/resources/latest/charts/revisiontags/values.yaml +++ b/resources/latest/charts/revisiontags/values.yaml @@ -242,7 +242,7 @@ _internal_defaults_do_not_set: # Dev builds from prow are on gcr.io hub: gcr.io/istio-testing # Default tag for Istio images. - tag: 1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b + tag: 1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243 # Variant of the image to use. # Currently supported are: [debug, distroless] variant: "" diff --git a/resources/latest/charts/ztunnel/Chart.yaml b/resources/latest/charts/ztunnel/Chart.yaml index ec4c40311..456850404 100644 --- a/resources/latest/charts/ztunnel/Chart.yaml +++ b/resources/latest/charts/ztunnel/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b +appVersion: 1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243 description: Helm chart for istio ztunnel components icon: https://istio.io/latest/favicons/android-192x192.png keywords: @@ -8,4 +8,4 @@ keywords: name: ztunnel sources: - https://github.com/istio/istio -version: 1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b +version: 1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243 diff --git a/resources/latest/charts/ztunnel/values.yaml b/resources/latest/charts/ztunnel/values.yaml index 25f52639e..5d59e5717 100644 --- a/resources/latest/charts/ztunnel/values.yaml +++ b/resources/latest/charts/ztunnel/values.yaml @@ -4,7 +4,7 @@ _internal_defaults_do_not_set: # Hub to pull from. Image will be `Hub/Image:Tag-Variant` hub: gcr.io/istio-testing # Tag to pull from. Image will be `Hub/Image:Tag-Variant` - tag: 1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b + tag: 1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243 # Variant to pull. Options are "debug" or "distroless". Unset will use the default for the given version. variant: "" diff --git a/versions.yaml b/versions.yaml index bfcf86649..1dba40cc9 100644 --- a/versions.yaml +++ b/versions.yaml @@ -84,13 +84,13 @@ versions: - https://istio-release.storage.googleapis.com/charts/cni-1.21.6.tgz - https://istio-release.storage.googleapis.com/charts/ztunnel-1.21.6.tgz - name: latest - version: 1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b + version: 1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243 repo: https://github.com/istio/istio branch: master - commit: 4b76e91786ce92fbba2e2c53b6242c0946157f6b + commit: f3ae6462fece34ef9395d71c4773982dd2b00243 charts: - - https://storage.googleapis.com/istio-build/dev/1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b/helm/base-1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b.tgz - - https://storage.googleapis.com/istio-build/dev/1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b/helm/cni-1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b.tgz - - https://storage.googleapis.com/istio-build/dev/1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b/helm/gateway-1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b.tgz - - https://storage.googleapis.com/istio-build/dev/1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b/helm/istiod-1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b.tgz - - https://storage.googleapis.com/istio-build/dev/1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b/helm/ztunnel-1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b.tgz + - https://storage.googleapis.com/istio-build/dev/1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243/helm/base-1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243.tgz + - https://storage.googleapis.com/istio-build/dev/1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243/helm/cni-1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243.tgz + - https://storage.googleapis.com/istio-build/dev/1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243/helm/gateway-1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243.tgz + - https://storage.googleapis.com/istio-build/dev/1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243/helm/istiod-1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243.tgz + - https://storage.googleapis.com/istio-build/dev/1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243/helm/ztunnel-1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243.tgz