Skip to content

Commit 7dd3016

Browse files
Automator: Update dependencies in istio-ecosystem/sail-operator@main (openshift-service-mesh#488)
Signed-off-by: openshift-service-mesh-bot <[email protected]>
1 parent 74f96ab commit 7dd3016

File tree

17 files changed

+44
-44
lines changed

17 files changed

+44
-44
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "istio build-tools",
3-
"image": "gcr.io/istio-testing/build-tools:master-a23bc8ebbbe49b421f8e876eda5dcab008e850a1",
3+
"image": "gcr.io/istio-testing/build-tools:master-12939d7be6baee95d63b1a9d7c4e194f1b241257",
44
"privileged": true,
55
"remoteEnv": {
66
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

.github/workflows/update-deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
update-deps:
2424
runs-on: ubuntu-latest
2525
container:
26-
image: gcr.io/istio-testing/build-tools:master-a23bc8ebbbe49b421f8e876eda5dcab008e850a1
26+
image: gcr.io/istio-testing/build-tools:master-12939d7be6baee95d63b1a9d7c4e194f1b241257
2727
options: --entrypoint ''
2828

2929
steps:

bundle/manifests/sailoperator.clusterserviceversion.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ metadata:
3434
capabilities: Seamless Upgrades
3535
categories: OpenShift Optional, Integration & Delivery, Networking, Security
3636
containerImage: quay.io/maistra-dev/sail-operator:0.2-latest
37-
createdAt: "2024-11-22T05:05:14Z"
37+
createdAt: "2024-11-23T05:05:08Z"
3838
description: Experimental operator for installing Istio service mesh
3939
features.operators.openshift.io/cnf: "false"
4040
features.operators.openshift.io/cni: "true"
@@ -315,7 +315,7 @@ spec:
315315
- v1.22.6
316316
- v1.22.5
317317
- v1.21.6
318-
- latest (e72cb412)
318+
- latest (edf464da)
319319
320320
[See this page](https://github.com/istio-ecosystem/sail-operator/blob/main/bundle/README.md) for instructions on how to use it.
321321
displayName: Sail Operator
@@ -539,10 +539,10 @@ spec:
539539
template:
540540
metadata:
541541
annotations:
542-
images.latest.cni: gcr.io/istio-testing/install-cni:1.25-alpha.e72cb4125936f29a05b80f8ef031547e8724c504
543-
images.latest.istiod: gcr.io/istio-testing/pilot:1.25-alpha.e72cb4125936f29a05b80f8ef031547e8724c504
544-
images.latest.proxy: gcr.io/istio-testing/proxyv2:1.25-alpha.e72cb4125936f29a05b80f8ef031547e8724c504
545-
images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.25-alpha.e72cb4125936f29a05b80f8ef031547e8724c504
542+
images.latest.cni: gcr.io/istio-testing/install-cni:1.25-alpha.edf464da3624075faac5e56fc3a41ebfaab2123f
543+
images.latest.istiod: gcr.io/istio-testing/pilot:1.25-alpha.edf464da3624075faac5e56fc3a41ebfaab2123f
544+
images.latest.proxy: gcr.io/istio-testing/proxyv2:1.25-alpha.edf464da3624075faac5e56fc3a41ebfaab2123f
545+
images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.25-alpha.edf464da3624075faac5e56fc3a41ebfaab2123f
546546
images.v1_21_6.cni: docker.io/istio/install-cni:1.21.6
547547
images.v1_21_6.istiod: docker.io/istio/pilot:1.21.6
548548
images.v1_21_6.proxy: docker.io/istio/proxyv2:1.21.6
@@ -719,13 +719,13 @@ spec:
719719
provider:
720720
name: Red Hat, Inc.
721721
relatedImages:
722-
- image: gcr.io/istio-testing/install-cni:1.25-alpha.e72cb4125936f29a05b80f8ef031547e8724c504
722+
- image: gcr.io/istio-testing/install-cni:1.25-alpha.edf464da3624075faac5e56fc3a41ebfaab2123f
723723
name: latest.cni
724-
- image: gcr.io/istio-testing/pilot:1.25-alpha.e72cb4125936f29a05b80f8ef031547e8724c504
724+
- image: gcr.io/istio-testing/pilot:1.25-alpha.edf464da3624075faac5e56fc3a41ebfaab2123f
725725
name: latest.istiod
726-
- image: gcr.io/istio-testing/proxyv2:1.25-alpha.e72cb4125936f29a05b80f8ef031547e8724c504
726+
- image: gcr.io/istio-testing/proxyv2:1.25-alpha.edf464da3624075faac5e56fc3a41ebfaab2123f
727727
name: latest.proxy
728-
- image: gcr.io/istio-testing/ztunnel:1.25-alpha.e72cb4125936f29a05b80f8ef031547e8724c504
728+
- image: gcr.io/istio-testing/ztunnel:1.25-alpha.edf464da3624075faac5e56fc3a41ebfaab2123f
729729
name: latest.ztunnel
730730
- image: docker.io/istio/install-cni:1.21.6
731731
name: v1_21_6.cni

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ csv:
2424
- v1.22.6
2525
- v1.22.5
2626
- v1.21.6
27-
- latest (e72cb412)
27+
- latest (edf464da)
2828
2929
[See this page](https://github.com/istio-ecosystem/sail-operator/blob/main/bundle/README.md) for instructions on how to use it.
3030
support: Community based

common/.commonfiles.sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f8a57ea3b40f8c109df7176c0407f74571c0ddf7
1+
e955cacd8ba890189a80551485d35a0e228276ec

common/scripts/setup_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ fi
7575
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
7676
PROJECT_ID=${PROJECT_ID:-istio-testing}
7777
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
78-
IMAGE_VERSION=master-a23bc8ebbbe49b421f8e876eda5dcab008e850a1
78+
IMAGE_VERSION=master-12939d7be6baee95d63b1a9d7c4e194f1b241257
7979
fi
8080
if [[ "${IMAGE_NAME:-}" == "" ]]; then
8181
IMAGE_NAME=build-tools

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ require (
2525
gomodules.xyz/jsonpatch/v2 v2.4.0
2626
gopkg.in/yaml.v3 v3.0.1
2727
helm.sh/helm/v3 v3.16.3
28-
istio.io/client-go v1.24.0-alpha.0.0.20241121173542-7914562906b4
29-
istio.io/istio v0.0.0-20241122001943-e72cb4125936
28+
istio.io/client-go v1.24.0-alpha.0.0.20241122210716-9759c59ab267
29+
istio.io/istio v0.0.0-20241123000717-edf464da3624
3030
k8s.io/api v0.31.2
3131
k8s.io/apiextensions-apiserver v0.31.2
3232
k8s.io/apimachinery v0.31.2
@@ -169,7 +169,7 @@ require (
169169
gopkg.in/inf.v0 v0.9.1 // indirect
170170
gopkg.in/yaml.v2 v2.4.0 // indirect
171171
gotest.tools/v3 v3.5.1 // indirect
172-
istio.io/api v1.24.0-alpha.0.0.20241121173243-2f3ffd33d364 // indirect
172+
istio.io/api v1.24.0-alpha.0.0.20241122210317-093c721a1706 // indirect
173173
k8s.io/apiserver v0.31.2 // indirect
174174
k8s.io/component-base v0.31.2 // indirect
175175
k8s.io/klog/v2 v2.130.1 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -495,12 +495,12 @@ gotest.tools/v3 v3.5.1 h1:EENdUnS3pdur5nybKYIh2Vfgc8IUNBjxDPSjtiJcOzU=
495495
gotest.tools/v3 v3.5.1/go.mod h1:isy3WKz7GK6uNw/sbHzfKBLvlvXwUyV06n6brMxxopU=
496496
helm.sh/helm/v3 v3.16.3 h1:kb8bSxMeRJ+knsK/ovvlaVPfdis0X3/ZhYCSFRP+YmY=
497497
helm.sh/helm/v3 v3.16.3/go.mod h1:zeVWGDR4JJgiRbT3AnNsjYaX8OTJlIE9zC+Q7F7iUSU=
498-
istio.io/api v1.24.0-alpha.0.0.20241121173243-2f3ffd33d364 h1:/KiWMAd4IKqDnStUDRx8ilyZuT0cAPdU4LCw21ONFg4=
499-
istio.io/api v1.24.0-alpha.0.0.20241121173243-2f3ffd33d364/go.mod h1:MQnRok7RZ20/PE56v0LxmoWH0xVxnCQPNuf9O7PAN1I=
500-
istio.io/client-go v1.24.0-alpha.0.0.20241121173542-7914562906b4 h1:ZRgbF2DtUqseahKrYAuzsvkUUf8Ju8BEI4Ss1DAfkZU=
501-
istio.io/client-go v1.24.0-alpha.0.0.20241121173542-7914562906b4/go.mod h1:PQnZPf4fJiKONcUueCcatq5gJbQYDjimdRTkUj8Czvw=
502-
istio.io/istio v0.0.0-20241122001943-e72cb4125936 h1:ZsOBmCGdlGXK6lYyqm8Y5J/XBsXDRdRwmXTlPPqny8U=
503-
istio.io/istio v0.0.0-20241122001943-e72cb4125936/go.mod h1:iNkn2+eePJFHmjdqMEcqbYzqkOWFEXkPAxqWqCcSlFs=
498+
istio.io/api v1.24.0-alpha.0.0.20241122210317-093c721a1706 h1:g4NvKAbzepefm4IeL3uHTI3iCGTUvcnAS9IOZhxtabw=
499+
istio.io/api v1.24.0-alpha.0.0.20241122210317-093c721a1706/go.mod h1:MQnRok7RZ20/PE56v0LxmoWH0xVxnCQPNuf9O7PAN1I=
500+
istio.io/client-go v1.24.0-alpha.0.0.20241122210716-9759c59ab267 h1:NT4b/AyqODHZT7Vh8Ss5k2mwrdVLRokkfqvrfFHIZsQ=
501+
istio.io/client-go v1.24.0-alpha.0.0.20241122210716-9759c59ab267/go.mod h1:NTQw0LnyqcbBxBmjIKTzXwqx84mIoCKAX3/bOncpmUE=
502+
istio.io/istio v0.0.0-20241123000717-edf464da3624 h1:f+DKQGUD248MmNOQnHMsUYTCBcW1y0iS6EMTBu+9Th4=
503+
istio.io/istio v0.0.0-20241123000717-edf464da3624/go.mod h1:tWMUUelE+TYoDJ/tIO3AYQ6c1e7sxo9oQob4froGoAA=
504504
k8s.io/api v0.31.2 h1:3wLBbL5Uom/8Zy98GRPXpJ254nEFpl+hwndmk9RwmL0=
505505
k8s.io/api v0.31.2/go.mod h1:bWmGvrGPssSK1ljmLzd3pwCQ9MgoTsRCuK35u6SygUk=
506506
k8s.io/apiextensions-apiserver v0.31.2 h1:W8EwUb8+WXBLu56ser5IudT2cOho0gAKeTOnywBLxd0=
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apiVersion: v2
2-
appVersion: 1.25-alpha.e72cb4125936f29a05b80f8ef031547e8724c504
2+
appVersion: 1.25-alpha.edf464da3624075faac5e56fc3a41ebfaab2123f
33
description: Helm chart for deploying Istio cluster resources and CRDs
44
icon: https://istio.io/latest/favicons/android-192x192.png
55
keywords:
66
- istio
77
name: base
88
sources:
99
- https://github.com/istio/istio
10-
version: 1.25-alpha.e72cb4125936f29a05b80f8ef031547e8724c504
10+
version: 1.25-alpha.edf464da3624075faac5e56fc3a41ebfaab2123f
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 1.25-alpha.e72cb4125936f29a05b80f8ef031547e8724c504
2+
appVersion: 1.25-alpha.edf464da3624075faac5e56fc3a41ebfaab2123f
33
description: Helm chart for istio-cni components
44
icon: https://istio.io/latest/favicons/android-192x192.png
55
keywords:
@@ -8,4 +8,4 @@ keywords:
88
name: cni
99
sources:
1010
- https://github.com/istio/istio
11-
version: 1.25-alpha.e72cb4125936f29a05b80f8ef031547e8724c504
11+
version: 1.25-alpha.edf464da3624075faac5e56fc3a41ebfaab2123f

0 commit comments

Comments
 (0)