diff --git a/bundle/manifests/sailoperator.clusterserviceversion.yaml b/bundle/manifests/sailoperator.clusterserviceversion.yaml index f606e5cf2..46e49c770 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.3-latest - createdAt: "2024-12-14T05:05:06Z" + createdAt: "2024-12-15T05:05:09Z" description: Experimental operator for installing Istio service mesh features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "true" @@ -358,7 +358,7 @@ spec: - v1.22.6 - v1.22.5 - v1.21.6 - - latest (092b432c) + - latest (c086cb91) [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 @@ -634,10 +634,10 @@ spec: template: metadata: annotations: - images.latest.cni: gcr.io/istio-testing/install-cni:1.25-alpha.092b432cba42529d06ea44779dfbb8d77b80e91f - images.latest.istiod: gcr.io/istio-testing/pilot:1.25-alpha.092b432cba42529d06ea44779dfbb8d77b80e91f - images.latest.proxy: gcr.io/istio-testing/proxyv2:1.25-alpha.092b432cba42529d06ea44779dfbb8d77b80e91f - images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.25-alpha.092b432cba42529d06ea44779dfbb8d77b80e91f + images.latest.cni: gcr.io/istio-testing/install-cni:1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617 + images.latest.istiod: gcr.io/istio-testing/pilot:1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617 + images.latest.proxy: gcr.io/istio-testing/proxyv2:1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617 + images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617 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 @@ -818,13 +818,13 @@ spec: provider: name: Red Hat, Inc. relatedImages: - - image: gcr.io/istio-testing/install-cni:1.25-alpha.092b432cba42529d06ea44779dfbb8d77b80e91f + - image: gcr.io/istio-testing/install-cni:1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617 name: latest.cni - - image: gcr.io/istio-testing/pilot:1.25-alpha.092b432cba42529d06ea44779dfbb8d77b80e91f + - image: gcr.io/istio-testing/pilot:1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617 name: latest.istiod - - image: gcr.io/istio-testing/proxyv2:1.25-alpha.092b432cba42529d06ea44779dfbb8d77b80e91f + - image: gcr.io/istio-testing/proxyv2:1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617 name: latest.proxy - - image: gcr.io/istio-testing/ztunnel:1.25-alpha.092b432cba42529d06ea44779dfbb8d77b80e91f + - image: gcr.io/istio-testing/ztunnel:1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617 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 151cc68a3..2fdc37861 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -25,7 +25,7 @@ csv: - v1.22.6 - v1.22.5 - v1.21.6 - - latest (092b432c) + - latest (c086cb91) [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 61e7c6ec5..7a1c80130 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.20241213165604-5e53cc1d5852 - istio.io/istio v0.0.0-20241214000402-092b432cba42 + istio.io/istio v0.0.0-20241214160242-c086cb91f9c4 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 06a77bf93..f91917ba9 100644 --- a/go.sum +++ b/go.sum @@ -499,8 +499,8 @@ istio.io/api v1.24.0-alpha.0.0.20241213165305-e1f82e2bed66 h1:TduJO0W8SpqeFvoYhk istio.io/api v1.24.0-alpha.0.0.20241213165305-e1f82e2bed66/go.mod h1:MQnRok7RZ20/PE56v0LxmoWH0xVxnCQPNuf9O7PAN1I= istio.io/client-go v1.24.0-alpha.0.0.20241213165604-5e53cc1d5852 h1:SmzL794lAJvOWzR5B5Sepw5PDNEV3BsRlbi44hoOJWM= istio.io/client-go v1.24.0-alpha.0.0.20241213165604-5e53cc1d5852/go.mod h1:7dC2PM9+bwEl2SQDmz5MZCE5uUUINRc80UWnZokh0lo= -istio.io/istio v0.0.0-20241214000402-092b432cba42 h1:OWIVTSo+07RAz+Z/CaYW1zjIy96nbmIHThg+NVCQ4EY= -istio.io/istio v0.0.0-20241214000402-092b432cba42/go.mod h1:A3Lzkg62F2DSPCcf7PwmX+LOeX3h+CaT7njpK/5KUhw= +istio.io/istio v0.0.0-20241214160242-c086cb91f9c4 h1:O/Z8ipMEZGc+jif5zq/OkGSWz87COMy72AFf1JkCam4= +istio.io/istio v0.0.0-20241214160242-c086cb91f9c4/go.mod h1:A3Lzkg62F2DSPCcf7PwmX+LOeX3h+CaT7njpK/5KUhw= 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 bdf7b8d9b..6b1ba6112 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.092b432cba42529d06ea44779dfbb8d77b80e91f +appVersion: 1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617 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.092b432cba42529d06ea44779dfbb8d77b80e91f +version: 1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617 diff --git a/resources/latest/charts/cni/Chart.yaml b/resources/latest/charts/cni/Chart.yaml index 814beff1c..133baed07 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.092b432cba42529d06ea44779dfbb8d77b80e91f +appVersion: 1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617 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.092b432cba42529d06ea44779dfbb8d77b80e91f +version: 1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617 diff --git a/resources/latest/charts/cni/values.yaml b/resources/latest/charts/cni/values.yaml index 1526cabca..55d646521 100644 --- a/resources/latest/charts/cni/values.yaml +++ b/resources/latest/charts/cni/values.yaml @@ -113,7 +113,7 @@ _internal_defaults_do_not_set: hub: gcr.io/istio-testing # Default tag for Istio images. - tag: 1.25-alpha.092b432cba42529d06ea44779dfbb8d77b80e91f + tag: 1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617 # 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 e736356d6..e3fd71770 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.092b432cba42529d06ea44779dfbb8d77b80e91f +appVersion: 1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617 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.092b432cba42529d06ea44779dfbb8d77b80e91f +version: 1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617 diff --git a/resources/latest/charts/istiod/Chart.yaml b/resources/latest/charts/istiod/Chart.yaml index 61a0eee99..1a6396531 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.092b432cba42529d06ea44779dfbb8d77b80e91f +appVersion: 1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617 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.092b432cba42529d06ea44779dfbb8d77b80e91f +version: 1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617 diff --git a/resources/latest/charts/istiod/values.yaml b/resources/latest/charts/istiod/values.yaml index b77941581..68a941e46 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.092b432cba42529d06ea44779dfbb8d77b80e91f + tag: 1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617 # 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 b77941581..68a941e46 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.092b432cba42529d06ea44779dfbb8d77b80e91f + tag: 1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617 # 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 4b611730c..61e84df73 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.092b432cba42529d06ea44779dfbb8d77b80e91f +appVersion: 1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617 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.092b432cba42529d06ea44779dfbb8d77b80e91f +version: 1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617 diff --git a/resources/latest/charts/ztunnel/values.yaml b/resources/latest/charts/ztunnel/values.yaml index 8563a3911..71726850f 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.092b432cba42529d06ea44779dfbb8d77b80e91f + tag: 1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617 # 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 1a7c06ce3..65ab4489d 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.092b432cba42529d06ea44779dfbb8d77b80e91f + version: 1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617 repo: https://github.com/istio/istio branch: master - commit: 092b432cba42529d06ea44779dfbb8d77b80e91f + commit: c086cb91f9c4bb9ba416b5f684b30c81b7e36617 charts: - - https://storage.googleapis.com/istio-build/dev/1.25-alpha.092b432cba42529d06ea44779dfbb8d77b80e91f/helm/base-1.25-alpha.092b432cba42529d06ea44779dfbb8d77b80e91f.tgz - - https://storage.googleapis.com/istio-build/dev/1.25-alpha.092b432cba42529d06ea44779dfbb8d77b80e91f/helm/cni-1.25-alpha.092b432cba42529d06ea44779dfbb8d77b80e91f.tgz - - https://storage.googleapis.com/istio-build/dev/1.25-alpha.092b432cba42529d06ea44779dfbb8d77b80e91f/helm/gateway-1.25-alpha.092b432cba42529d06ea44779dfbb8d77b80e91f.tgz - - https://storage.googleapis.com/istio-build/dev/1.25-alpha.092b432cba42529d06ea44779dfbb8d77b80e91f/helm/istiod-1.25-alpha.092b432cba42529d06ea44779dfbb8d77b80e91f.tgz - - https://storage.googleapis.com/istio-build/dev/1.25-alpha.092b432cba42529d06ea44779dfbb8d77b80e91f/helm/ztunnel-1.25-alpha.092b432cba42529d06ea44779dfbb8d77b80e91f.tgz + - https://storage.googleapis.com/istio-build/dev/1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617/helm/base-1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617.tgz + - https://storage.googleapis.com/istio-build/dev/1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617/helm/cni-1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617.tgz + - https://storage.googleapis.com/istio-build/dev/1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617/helm/gateway-1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617.tgz + - https://storage.googleapis.com/istio-build/dev/1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617/helm/istiod-1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617.tgz + - https://storage.googleapis.com/istio-build/dev/1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617/helm/ztunnel-1.25-alpha.c086cb91f9c4bb9ba416b5f684b30c81b7e36617.tgz