From 329bf5643f3ab376f0854a727c2531c5d9181b6b Mon Sep 17 00:00:00 2001 From: openshift-service-mesh-bot <165402251+openshift-service-mesh-bot@users.noreply.github.com> Date: Fri, 15 Nov 2024 06:25:34 +0100 Subject: [PATCH] Automator: Update dependencies in istio-ecosystem/sail-operator@main (#477) Signed-off-by: openshift-service-mesh-bot --- .../sailoperator.clusterserviceversion.yaml | 20 +++++++++---------- chart/values.yaml | 2 +- go.mod | 6 +++--- go.sum | 12 +++++------ 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 +- resources/latest/charts/ztunnel/Chart.yaml | 4 ++-- resources/latest/charts/ztunnel/values.yaml | 2 +- versions.yaml | 14 ++++++------- 13 files changed, 40 insertions(+), 40 deletions(-) diff --git a/bundle/manifests/sailoperator.clusterserviceversion.yaml b/bundle/manifests/sailoperator.clusterserviceversion.yaml index a142bfa3b..e17fd7c5c 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-14T05:05:32Z" + createdAt: "2024-11-15T05:05:33Z" description: Experimental operator for installing Istio service mesh features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "true" @@ -315,7 +315,7 @@ spec: - v1.22.6 - v1.22.5 - v1.21.6 - - latest (081a061e) + - latest (50dc03e6) [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 @@ -539,10 +539,10 @@ spec: template: metadata: annotations: - images.latest.cni: gcr.io/istio-testing/install-cni:1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6 - images.latest.istiod: gcr.io/istio-testing/pilot:1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6 - images.latest.proxy: gcr.io/istio-testing/proxyv2:1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6 - images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6 + images.latest.cni: gcr.io/istio-testing/install-cni:1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d + images.latest.istiod: gcr.io/istio-testing/pilot:1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d + images.latest.proxy: gcr.io/istio-testing/proxyv2:1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d + images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d 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 @@ -719,13 +719,13 @@ spec: provider: name: Red Hat, Inc. relatedImages: - - image: gcr.io/istio-testing/install-cni:1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6 + - image: gcr.io/istio-testing/install-cni:1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d name: latest.cni - - image: gcr.io/istio-testing/pilot:1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6 + - image: gcr.io/istio-testing/pilot:1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d name: latest.istiod - - image: gcr.io/istio-testing/proxyv2:1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6 + - image: gcr.io/istio-testing/proxyv2:1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d name: latest.proxy - - image: gcr.io/istio-testing/ztunnel:1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6 + - image: gcr.io/istio-testing/ztunnel:1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d 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 467189d6d..c5a6ca309 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -24,7 +24,7 @@ csv: - v1.22.6 - v1.22.5 - v1.21.6 - - latest (081a061e) + - latest (50dc03e6) [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 a9cf7be5b..dbc143f59 100644 --- a/go.mod +++ b/go.mod @@ -25,8 +25,8 @@ require ( gomodules.xyz/jsonpatch/v2 v2.4.0 gopkg.in/yaml.v3 v3.0.1 helm.sh/helm/v3 v3.16.2 - istio.io/client-go v1.24.0-alpha.0.0.20241108002529-3f60d583a76f - istio.io/istio v0.0.0-20241113200534-081a061e195f + istio.io/client-go v1.24.0-alpha.0.0.20241114185735-ec09604bc205 + istio.io/istio v0.0.0-20241114193434-50dc03e621d9 k8s.io/api v0.31.2 k8s.io/apiextensions-apiserver v0.31.2 k8s.io/apimachinery v0.31.2 @@ -168,7 +168,7 @@ require ( gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gotest.tools/v3 v3.5.1 // indirect - istio.io/api v1.24.0-alpha.0.0.20241108002229-2cc3366cdb03 // indirect + istio.io/api v1.24.0-alpha.0.0.20241113163033-dec7c6690854 // indirect k8s.io/apiserver v0.31.2 // indirect k8s.io/component-base v0.31.2 // indirect k8s.io/klog/v2 v2.130.1 // indirect diff --git a/go.sum b/go.sum index fb11cbf4f..735f60c93 100644 --- a/go.sum +++ b/go.sum @@ -489,12 +489,12 @@ gotest.tools/v3 v3.5.1 h1:EENdUnS3pdur5nybKYIh2Vfgc8IUNBjxDPSjtiJcOzU= gotest.tools/v3 v3.5.1/go.mod h1:isy3WKz7GK6uNw/sbHzfKBLvlvXwUyV06n6brMxxopU= helm.sh/helm/v3 v3.16.2 h1:Y9v7ry+ubQmi+cb5zw1Llx8OKHU9Hk9NQ/+P+LGBe2o= helm.sh/helm/v3 v3.16.2/go.mod h1:SyTXgKBjNqi2NPsHCW5dDAsHqvGIu0kdNYNH9gQaw70= -istio.io/api v1.24.0-alpha.0.0.20241108002229-2cc3366cdb03 h1:7NuB6aHrjm7P+4SbF3WKGlDA0rI8J5KUZVc+kz0ZxJk= -istio.io/api v1.24.0-alpha.0.0.20241108002229-2cc3366cdb03/go.mod h1:MQnRok7RZ20/PE56v0LxmoWH0xVxnCQPNuf9O7PAN1I= -istio.io/client-go v1.24.0-alpha.0.0.20241108002529-3f60d583a76f h1:Izd771gSJV+9kdXhMfnBaLyWFonjBguy4bsxCa9CK/g= -istio.io/client-go v1.24.0-alpha.0.0.20241108002529-3f60d583a76f/go.mod h1:wdQxjAxPBg0jDH3GvXx7ldB6pG4gUqRBPxxQ/XhWxBk= -istio.io/istio v0.0.0-20241113200534-081a061e195f h1:WKTA/x2DUVwSJY3tzs9QAKV+A+HPWjpMdQD2ss8dhb4= -istio.io/istio v0.0.0-20241113200534-081a061e195f/go.mod h1:w3lBWR9O0hbjfpx4HirXZ/xKmej/M1Qe7KYYI7P4jDk= +istio.io/api v1.24.0-alpha.0.0.20241113163033-dec7c6690854 h1:FkMfRfEUFDrMwOxeDo1Kz/Z4FQ9cI8bcKGfrzeBJom4= +istio.io/api v1.24.0-alpha.0.0.20241113163033-dec7c6690854/go.mod h1:MQnRok7RZ20/PE56v0LxmoWH0xVxnCQPNuf9O7PAN1I= +istio.io/client-go v1.24.0-alpha.0.0.20241114185735-ec09604bc205 h1:6Knc3uurw+h4t74VTDyQGS7evBvFfTl2CBY7FzXcNR4= +istio.io/client-go v1.24.0-alpha.0.0.20241114185735-ec09604bc205/go.mod h1:EqnhkJwrqoXY9EXS79aYKkNuhOgTqQHXVOmEw7EG+fI= +istio.io/istio v0.0.0-20241114193434-50dc03e621d9 h1:twPi++PymAHA+KcUJUgQv8S1MXv6BSKH+CPAmqxRdKU= +istio.io/istio v0.0.0-20241114193434-50dc03e621d9/go.mod h1:QL87xITgI7TKLRSPoNjvlRCgLOmdWVVuHO+2kegv7qM= 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 0086e9ad7..aea2386fb 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.081a061e195f6538df2b1dbb610217aa3fe596b6 +appVersion: 1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d 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.081a061e195f6538df2b1dbb610217aa3fe596b6 +version: 1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d diff --git a/resources/latest/charts/cni/Chart.yaml b/resources/latest/charts/cni/Chart.yaml index 279fc8a80..6bf0a622f 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.081a061e195f6538df2b1dbb610217aa3fe596b6 +appVersion: 1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d 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.081a061e195f6538df2b1dbb610217aa3fe596b6 +version: 1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d diff --git a/resources/latest/charts/cni/values.yaml b/resources/latest/charts/cni/values.yaml index 9d97a0f64..fabd9229b 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.081a061e195f6538df2b1dbb610217aa3fe596b6 + tag: 1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d # 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 d957a4d56..45aaa1c41 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.081a061e195f6538df2b1dbb610217aa3fe596b6 +appVersion: 1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d 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.081a061e195f6538df2b1dbb610217aa3fe596b6 +version: 1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d diff --git a/resources/latest/charts/istiod/Chart.yaml b/resources/latest/charts/istiod/Chart.yaml index 5ee21bbf6..4dad4d1e4 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.081a061e195f6538df2b1dbb610217aa3fe596b6 +appVersion: 1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d 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.081a061e195f6538df2b1dbb610217aa3fe596b6 +version: 1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d diff --git a/resources/latest/charts/istiod/values.yaml b/resources/latest/charts/istiod/values.yaml index b5840eb7f..3d5c46268 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.081a061e195f6538df2b1dbb610217aa3fe596b6 + tag: 1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d # 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 bee6ab923..13b4ce454 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.081a061e195f6538df2b1dbb610217aa3fe596b6 +appVersion: 1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d 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.081a061e195f6538df2b1dbb610217aa3fe596b6 +version: 1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d diff --git a/resources/latest/charts/ztunnel/values.yaml b/resources/latest/charts/ztunnel/values.yaml index e6500c06e..d330495a5 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.081a061e195f6538df2b1dbb610217aa3fe596b6 + tag: 1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d # 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 51cf68b09..d50d55c3c 100644 --- a/versions.yaml +++ b/versions.yaml @@ -74,13 +74,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.081a061e195f6538df2b1dbb610217aa3fe596b6 + version: 1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d repo: https://github.com/istio/istio branch: master - commit: 081a061e195f6538df2b1dbb610217aa3fe596b6 + commit: 50dc03e621d9a457df479f8fe5f7b8241878d45d charts: - - https://storage.googleapis.com/istio-build/dev/1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6/helm/base-1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6.tgz - - https://storage.googleapis.com/istio-build/dev/1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6/helm/cni-1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6.tgz - - https://storage.googleapis.com/istio-build/dev/1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6/helm/gateway-1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6.tgz - - https://storage.googleapis.com/istio-build/dev/1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6/helm/istiod-1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6.tgz - - https://storage.googleapis.com/istio-build/dev/1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6/helm/ztunnel-1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6.tgz + - https://storage.googleapis.com/istio-build/dev/1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d/helm/base-1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d.tgz + - https://storage.googleapis.com/istio-build/dev/1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d/helm/cni-1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d.tgz + - https://storage.googleapis.com/istio-build/dev/1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d/helm/gateway-1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d.tgz + - https://storage.googleapis.com/istio-build/dev/1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d/helm/istiod-1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d.tgz + - https://storage.googleapis.com/istio-build/dev/1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d/helm/ztunnel-1.25-alpha.50dc03e621d9a457df479f8fe5f7b8241878d45d.tgz