Skip to content

Commit 74409f1

Browse files
Automator: Update dependencies in istio-ecosystem/sail-operator@main (openshift-service-mesh#482)
Signed-off-by: openshift-service-mesh-bot <[email protected]>
1 parent 17f2616 commit 74409f1

File tree

19 files changed

+62
-56
lines changed

19 files changed

+62
-56
lines changed

Makefile.core.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ OPM ?= $(LOCALBIN)/opm
468468
ISTIOCTL ?= $(LOCALBIN)/istioctl
469469

470470
## Tool Versions
471-
OPERATOR_SDK_VERSION ?= v1.37.0
471+
OPERATOR_SDK_VERSION ?= v1.38.0
472472
HELM_VERSION ?= v3.16.3
473473
CONTROLLER_TOOLS_VERSION ?= v0.16.5
474474
OPM_VERSION ?= v1.48.0

bundle.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
66
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
77
LABEL operators.operatorframework.io.bundle.package.v1=sailoperator
88
LABEL operators.operatorframework.io.bundle.channels.v1="dev-0.2"
9-
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.37.0
9+
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.38.0
1010
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1111
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4
1212

bundle/manifests/sailoperator.clusterserviceversion.yaml

Lines changed: 11 additions & 11 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-19T05:05:04Z"
37+
createdAt: "2024-11-20T05: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"
@@ -46,7 +46,7 @@ metadata:
4646
features.operators.openshift.io/token-auth-aws: "false"
4747
features.operators.openshift.io/token-auth-azure: "false"
4848
features.operators.openshift.io/token-auth-gcp: "false"
49-
operators.operatorframework.io/builder: operator-sdk-v1.37.0
49+
operators.operatorframework.io/builder: operator-sdk-v1.38.0
5050
operators.operatorframework.io/internal-objects: '["wasmplugins.extensions.istio.io","destinationrules.networking.istio.io","envoyfilters.networking.istio.io","gateways.networking.istio.io","proxyconfigs.networking.istio.io","serviceentries.networking.istio.io","sidecars.networking.istio.io","virtualservices.networking.istio.io","workloadentries.networking.istio.io","workloadgroups.networking.istio.io","authorizationpolicies.security.istio.io","peerauthentications.security.istio.io","requestauthentications.security.istio.io","telemetries.telemetry.istio.io"]'
5151
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
5252
repository: https://github.com/istio-ecosystem/sail-operator
@@ -315,7 +315,7 @@ spec:
315315
- v1.22.6
316316
- v1.22.5
317317
- v1.21.6
318-
- latest (a7394f41)
318+
- latest (944617cd)
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.a7394f412e7c4b6d06fdc97f7f4970ec99db3301
543-
images.latest.istiod: gcr.io/istio-testing/pilot:1.25-alpha.a7394f412e7c4b6d06fdc97f7f4970ec99db3301
544-
images.latest.proxy: gcr.io/istio-testing/proxyv2:1.25-alpha.a7394f412e7c4b6d06fdc97f7f4970ec99db3301
545-
images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.25-alpha.a7394f412e7c4b6d06fdc97f7f4970ec99db3301
542+
images.latest.cni: gcr.io/istio-testing/install-cni:1.25-alpha.944617cd8991f46294da2de8c0117f426d3b3fb7
543+
images.latest.istiod: gcr.io/istio-testing/pilot:1.25-alpha.944617cd8991f46294da2de8c0117f426d3b3fb7
544+
images.latest.proxy: gcr.io/istio-testing/proxyv2:1.25-alpha.944617cd8991f46294da2de8c0117f426d3b3fb7
545+
images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.25-alpha.944617cd8991f46294da2de8c0117f426d3b3fb7
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.a7394f412e7c4b6d06fdc97f7f4970ec99db3301
722+
- image: gcr.io/istio-testing/install-cni:1.25-alpha.944617cd8991f46294da2de8c0117f426d3b3fb7
723723
name: latest.cni
724-
- image: gcr.io/istio-testing/pilot:1.25-alpha.a7394f412e7c4b6d06fdc97f7f4970ec99db3301
724+
- image: gcr.io/istio-testing/pilot:1.25-alpha.944617cd8991f46294da2de8c0117f426d3b3fb7
725725
name: latest.istiod
726-
- image: gcr.io/istio-testing/proxyv2:1.25-alpha.a7394f412e7c4b6d06fdc97f7f4970ec99db3301
726+
- image: gcr.io/istio-testing/proxyv2:1.25-alpha.944617cd8991f46294da2de8c0117f426d3b3fb7
727727
name: latest.proxy
728-
- image: gcr.io/istio-testing/ztunnel:1.25-alpha.a7394f412e7c4b6d06fdc97f7f4970ec99db3301
728+
- image: gcr.io/istio-testing/ztunnel:1.25-alpha.944617cd8991f46294da2de8c0117f426d3b3fb7
729729
name: latest.ztunnel
730730
- image: docker.io/istio/install-cni:1.21.6
731731
name: v1_21_6.cni

bundle/metadata/annotations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ annotations:
55
operators.operatorframework.io.bundle.metadata.v1: metadata/
66
operators.operatorframework.io.bundle.package.v1: sailoperator
77
operators.operatorframework.io.bundle.channels.v1: "dev-0.2"
8-
operators.operatorframework.io.metrics.builder: operator-sdk-v1.37.0
8+
operators.operatorframework.io.metrics.builder: operator-sdk-v1.38.0
99
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
1010
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v4
1111

bundle/tests/scorecard/config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ stages:
88
- entrypoint:
99
- scorecard-test
1010
- basic-check-spec
11-
image: quay.io/operator-framework/scorecard-test:v1.37.0
11+
image: quay.io/operator-framework/scorecard-test:v1.38.0
1212
labels:
1313
suite: basic
1414
test: basic-check-spec-test
@@ -18,7 +18,7 @@ stages:
1818
- entrypoint:
1919
- scorecard-test
2020
- olm-bundle-validation
21-
image: quay.io/operator-framework/scorecard-test:v1.37.0
21+
image: quay.io/operator-framework/scorecard-test:v1.38.0
2222
labels:
2323
suite: olm
2424
test: olm-bundle-validation-test
@@ -28,7 +28,7 @@ stages:
2828
- entrypoint:
2929
- scorecard-test
3030
- olm-crds-have-validation
31-
image: quay.io/operator-framework/scorecard-test:v1.37.0
31+
image: quay.io/operator-framework/scorecard-test:v1.38.0
3232
labels:
3333
suite: olm
3434
test: olm-crds-have-validation-test
@@ -38,7 +38,7 @@ stages:
3838
- entrypoint:
3939
- scorecard-test
4040
- olm-spec-descriptors
41-
image: quay.io/operator-framework/scorecard-test:v1.37.0
41+
image: quay.io/operator-framework/scorecard-test:v1.38.0
4242
labels:
4343
suite: olm
4444
test: olm-spec-descriptors-test
@@ -48,7 +48,7 @@ stages:
4848
- entrypoint:
4949
- scorecard-test
5050
- olm-status-descriptors
51-
image: quay.io/operator-framework/scorecard-test:v1.37.0
51+
image: quay.io/operator-framework/scorecard-test:v1.38.0
5252
labels:
5353
suite: olm
5454
test: olm-status-descriptors-test

chart/templates/olm/scorecard.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ stages:
99
- entrypoint:
1010
- scorecard-test
1111
- basic-check-spec
12-
image: quay.io/operator-framework/scorecard-test:v1.37.0
12+
image: quay.io/operator-framework/scorecard-test:v1.38.0
1313
labels:
1414
suite: basic
1515
test: basic-check-spec-test
@@ -19,7 +19,7 @@ stages:
1919
- entrypoint:
2020
- scorecard-test
2121
- olm-bundle-validation
22-
image: quay.io/operator-framework/scorecard-test:v1.37.0
22+
image: quay.io/operator-framework/scorecard-test:v1.38.0
2323
labels:
2424
suite: olm
2525
test: olm-bundle-validation-test
@@ -29,7 +29,7 @@ stages:
2929
- entrypoint:
3030
- scorecard-test
3131
- olm-crds-have-validation
32-
image: quay.io/operator-framework/scorecard-test:v1.37.0
32+
image: quay.io/operator-framework/scorecard-test:v1.38.0
3333
labels:
3434
suite: olm
3535
test: olm-crds-have-validation-test
@@ -39,7 +39,7 @@ stages:
3939
- entrypoint:
4040
- scorecard-test
4141
- olm-spec-descriptors
42-
image: quay.io/operator-framework/scorecard-test:v1.37.0
42+
image: quay.io/operator-framework/scorecard-test:v1.38.0
4343
labels:
4444
suite: olm
4545
test: olm-spec-descriptors-test
@@ -49,7 +49,7 @@ stages:
4949
- entrypoint:
5050
- scorecard-test
5151
- olm-status-descriptors
52-
image: quay.io/operator-framework/scorecard-test:v1.37.0
52+
image: quay.io/operator-framework/scorecard-test:v1.38.0
5353
labels:
5454
suite: olm
5555
test: olm-status-descriptors-test

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 (a7394f41)
27+
- latest (944617cd)
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

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.20241114185735-ec09604bc205
29-
istio.io/istio v0.0.0-20241119023857-a7394f412e7c
28+
istio.io/client-go v1.24.0-alpha.0.0.20241119093757-67284b50ebaf
29+
istio.io/istio v0.0.0-20241120001605-944617cd8991
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.20241113163033-dec7c6690854 // indirect
172+
istio.io/api v1.24.0-alpha.0.0.20241119093358-f27f8e964442 // 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.20241113163033-dec7c6690854 h1:FkMfRfEUFDrMwOxeDo1Kz/Z4FQ9cI8bcKGfrzeBJom4=
499-
istio.io/api v1.24.0-alpha.0.0.20241113163033-dec7c6690854/go.mod h1:MQnRok7RZ20/PE56v0LxmoWH0xVxnCQPNuf9O7PAN1I=
500-
istio.io/client-go v1.24.0-alpha.0.0.20241114185735-ec09604bc205 h1:6Knc3uurw+h4t74VTDyQGS7evBvFfTl2CBY7FzXcNR4=
501-
istio.io/client-go v1.24.0-alpha.0.0.20241114185735-ec09604bc205/go.mod h1:EqnhkJwrqoXY9EXS79aYKkNuhOgTqQHXVOmEw7EG+fI=
502-
istio.io/istio v0.0.0-20241119023857-a7394f412e7c h1:fFDa0N61Lxk8Oz+gFVCgC2CxRceKe6QJQbvlveXXvjA=
503-
istio.io/istio v0.0.0-20241119023857-a7394f412e7c/go.mod h1:Pdmaq78JpDNS0Sphz7L7LkZlSuvqi8kr8kzEsXM3PZU=
498+
istio.io/api v1.24.0-alpha.0.0.20241119093358-f27f8e964442 h1:D/xiBtMK4eyS4Xjhp8eGy1KZhpiGIePRvMpd8UHVRsI=
499+
istio.io/api v1.24.0-alpha.0.0.20241119093358-f27f8e964442/go.mod h1:MQnRok7RZ20/PE56v0LxmoWH0xVxnCQPNuf9O7PAN1I=
500+
istio.io/client-go v1.24.0-alpha.0.0.20241119093757-67284b50ebaf h1:o49zxbZNso4i133UYjuFp+xOg8LUirhNBFYd1kpr99I=
501+
istio.io/client-go v1.24.0-alpha.0.0.20241119093757-67284b50ebaf/go.mod h1:pqM8LKBe54lvudw5Eu8itc+rlWsIZUksrdYCBTPqang=
502+
istio.io/istio v0.0.0-20241120001605-944617cd8991 h1:hE7nvGJJj1v/byMG/EPOEWCAMH5h768lnXMBtGdYo/E=
503+
istio.io/istio v0.0.0-20241120001605-944617cd8991/go.mod h1:FtmeFzmXiB4F+TF1Jm/vCbmWhDQKX+Dp37LQhg2kXaM=
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.a7394f412e7c4b6d06fdc97f7f4970ec99db3301
2+
appVersion: 1.25-alpha.944617cd8991f46294da2de8c0117f426d3b3fb7
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.a7394f412e7c4b6d06fdc97f7f4970ec99db3301
10+
version: 1.25-alpha.944617cd8991f46294da2de8c0117f426d3b3fb7

0 commit comments

Comments
 (0)