Skip to content

Commit

Permalink
[maistra-3.0] Automator: Update dependencies (#1510)
Browse files Browse the repository at this point in the history
Co-authored-by: maistra-bot <null>
  • Loading branch information
maistra-bot authored Dec 6, 2023
1 parent 2636f04 commit fa5c6bd
Show file tree
Hide file tree
Showing 24 changed files with 194 additions and 121 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "istio build-tools",
"image": "gcr.io/istio-testing/build-tools:master-7ad7b0d523dd40ef4b7161ecb03b70e25f1856cf",
"image": "gcr.io/istio-testing/build-tools:master-26cd1985031cf8c9a1ba671026b3871bd0b19750",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
Expand Down
44 changes: 24 additions & 20 deletions bundle/manifests/networking.istio.io_destinationrules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -668,10 +668,10 @@ spec:
certificates.
type: string
insecureSkipVerify:
description: InsecureSkipVerify specifies whether
description: '`insecureSkipVerify` specifies whether
the proxy should skip verifying the CA signature
and SAN for the server certificate corresponding
to the host.
to the host.'
nullable: true
type: boolean
mode:
Expand Down Expand Up @@ -726,9 +726,10 @@ spec:
certs for the client including the CA certificates.
type: string
insecureSkipVerify:
description: InsecureSkipVerify specifies whether the
proxy should skip verifying the CA signature and SAN
for the server certificate corresponding to the host.
description: '`insecureSkipVerify` specifies whether
the proxy should skip verifying the CA signature and
SAN for the server certificate corresponding to the
host.'
nullable: true
type: boolean
mode:
Expand Down Expand Up @@ -1363,9 +1364,10 @@ spec:
certs for the client including the CA certificates.
type: string
insecureSkipVerify:
description: InsecureSkipVerify specifies whether the
proxy should skip verifying the CA signature and SAN
for the server certificate corresponding to the host.
description: '`insecureSkipVerify` specifies whether
the proxy should skip verifying the CA signature and
SAN for the server certificate corresponding to the
host.'
nullable: true
type: boolean
mode:
Expand Down Expand Up @@ -1420,9 +1422,9 @@ spec:
for the client including the CA certificates.
type: string
insecureSkipVerify:
description: InsecureSkipVerify specifies whether the proxy
description: '`insecureSkipVerify` specifies whether the proxy
should skip verifying the CA signature and SAN for the server
certificate corresponding to the host.
certificate corresponding to the host.'
nullable: true
type: boolean
mode:
Expand Down Expand Up @@ -2135,10 +2137,10 @@ spec:
certificates.
type: string
insecureSkipVerify:
description: InsecureSkipVerify specifies whether
description: '`insecureSkipVerify` specifies whether
the proxy should skip verifying the CA signature
and SAN for the server certificate corresponding
to the host.
to the host.'
nullable: true
type: boolean
mode:
Expand Down Expand Up @@ -2193,9 +2195,10 @@ spec:
certs for the client including the CA certificates.
type: string
insecureSkipVerify:
description: InsecureSkipVerify specifies whether the
proxy should skip verifying the CA signature and SAN
for the server certificate corresponding to the host.
description: '`insecureSkipVerify` specifies whether
the proxy should skip verifying the CA signature and
SAN for the server certificate corresponding to the
host.'
nullable: true
type: boolean
mode:
Expand Down Expand Up @@ -2830,9 +2833,10 @@ spec:
certs for the client including the CA certificates.
type: string
insecureSkipVerify:
description: InsecureSkipVerify specifies whether the
proxy should skip verifying the CA signature and SAN
for the server certificate corresponding to the host.
description: '`insecureSkipVerify` specifies whether
the proxy should skip verifying the CA signature and
SAN for the server certificate corresponding to the
host.'
nullable: true
type: boolean
mode:
Expand Down Expand Up @@ -2887,9 +2891,9 @@ spec:
for the client including the CA certificates.
type: string
insecureSkipVerify:
description: InsecureSkipVerify specifies whether the proxy
description: '`insecureSkipVerify` specifies whether the proxy
should skip verifying the CA signature and SAN for the server
certificate corresponding to the host.
certificate corresponding to the host.'
nullable: true
type: boolean
mode:
Expand Down
4 changes: 2 additions & 2 deletions bundle/manifests/sailoperator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
capabilities: Seamless Upgrades
categories: OpenShift Optional, Integration & Delivery, Networking, Security
containerImage: quay.io/maistra-dev/istio-operator:3.0-latest
createdAt: "2023-12-05T03:05:27Z"
createdAt: "2023-12-06T03:54:33Z"
operators.operatorframework.io/builder: operator-sdk-v1.32.0
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"]'
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
Expand Down Expand Up @@ -139,7 +139,7 @@ spec:
- v1.20.0
- v1.19.4
- latest (e113513e)
- latest (bebce9a0)
[See this page](https://github.com/maistra/istio-operator/blob/maistra-3.0/bundle/README.md) for instructions on how to use it.
displayName: Sail Operator
Expand Down
2 changes: 1 addition & 1 deletion common/.commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ec3c720da233662bf9fb0153e72d9c493d42e49e
11e923fe766e281c5e0714fb8d6f1e06e7ae6235
2 changes: 1 addition & 1 deletion common/scripts/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fi
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
PROJECT_ID=${PROJECT_ID:-istio-testing}
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
IMAGE_VERSION=master-7ad7b0d523dd40ef4b7161ecb03b70e25f1856cf
IMAGE_VERSION=master-26cd1985031cf8c9a1ba671026b3871bd0b19750
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools
Expand Down
44 changes: 24 additions & 20 deletions config/crd/bases/networking.istio.io_destinationrules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -667,10 +667,10 @@ spec:
certificates.
type: string
insecureSkipVerify:
description: InsecureSkipVerify specifies whether
description: '`insecureSkipVerify` specifies whether
the proxy should skip verifying the CA signature
and SAN for the server certificate corresponding
to the host.
to the host.'
nullable: true
type: boolean
mode:
Expand Down Expand Up @@ -725,9 +725,10 @@ spec:
certs for the client including the CA certificates.
type: string
insecureSkipVerify:
description: InsecureSkipVerify specifies whether the
proxy should skip verifying the CA signature and SAN
for the server certificate corresponding to the host.
description: '`insecureSkipVerify` specifies whether
the proxy should skip verifying the CA signature and
SAN for the server certificate corresponding to the
host.'
nullable: true
type: boolean
mode:
Expand Down Expand Up @@ -1362,9 +1363,10 @@ spec:
certs for the client including the CA certificates.
type: string
insecureSkipVerify:
description: InsecureSkipVerify specifies whether the
proxy should skip verifying the CA signature and SAN
for the server certificate corresponding to the host.
description: '`insecureSkipVerify` specifies whether
the proxy should skip verifying the CA signature and
SAN for the server certificate corresponding to the
host.'
nullable: true
type: boolean
mode:
Expand Down Expand Up @@ -1419,9 +1421,9 @@ spec:
for the client including the CA certificates.
type: string
insecureSkipVerify:
description: InsecureSkipVerify specifies whether the proxy
description: '`insecureSkipVerify` specifies whether the proxy
should skip verifying the CA signature and SAN for the server
certificate corresponding to the host.
certificate corresponding to the host.'
nullable: true
type: boolean
mode:
Expand Down Expand Up @@ -2134,10 +2136,10 @@ spec:
certificates.
type: string
insecureSkipVerify:
description: InsecureSkipVerify specifies whether
description: '`insecureSkipVerify` specifies whether
the proxy should skip verifying the CA signature
and SAN for the server certificate corresponding
to the host.
to the host.'
nullable: true
type: boolean
mode:
Expand Down Expand Up @@ -2192,9 +2194,10 @@ spec:
certs for the client including the CA certificates.
type: string
insecureSkipVerify:
description: InsecureSkipVerify specifies whether the
proxy should skip verifying the CA signature and SAN
for the server certificate corresponding to the host.
description: '`insecureSkipVerify` specifies whether
the proxy should skip verifying the CA signature and
SAN for the server certificate corresponding to the
host.'
nullable: true
type: boolean
mode:
Expand Down Expand Up @@ -2829,9 +2832,10 @@ spec:
certs for the client including the CA certificates.
type: string
insecureSkipVerify:
description: InsecureSkipVerify specifies whether the
proxy should skip verifying the CA signature and SAN
for the server certificate corresponding to the host.
description: '`insecureSkipVerify` specifies whether
the proxy should skip verifying the CA signature and
SAN for the server certificate corresponding to the
host.'
nullable: true
type: boolean
mode:
Expand Down Expand Up @@ -2886,9 +2890,9 @@ spec:
for the client including the CA certificates.
type: string
insecureSkipVerify:
description: InsecureSkipVerify specifies whether the proxy
description: '`insecureSkipVerify` specifies whether the proxy
should skip verifying the CA signature and SAN for the server
certificate corresponding to the host.
certificate corresponding to the host.'
nullable: true
type: boolean
mode:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
- v1.20.0
- v1.19.4
- latest (e113513e)
- latest (bebce9a0)
[See this page](https://github.com/maistra/istio-operator/blob/maistra-3.0/bundle/README.md) for instructions on how to use it.
displayName: Sail Operator
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ require (
gomodules.xyz/jsonpatch/v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
helm.sh/helm/v3 v3.13.2
istio.io/client-go v1.19.0-alpha.1.0.20231130211226-46ba363b2dc1
istio.io/istio v0.0.0-20231205012852-e113513e4910
istio.io/client-go v1.19.0-alpha.1.0.20231205224153-d0232dc763e3
istio.io/istio v0.0.0-20231206025654-bebce9a0f1fb
k8s.io/api v0.28.4
k8s.io/apimachinery v0.28.4
k8s.io/cli-runtime v0.28.4
Expand Down Expand Up @@ -151,7 +151,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.19.0-alpha.1.0.20231130210426-342d60d7bee6 // indirect
istio.io/api v1.19.0-alpha.1.0.20231205223454-4e3eb069953c // indirect
k8s.io/apiextensions-apiserver v0.28.3 // indirect
k8s.io/apiserver v0.28.4 // indirect
k8s.io/component-base v0.28.4 // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -581,12 +581,12 @@ helm.sh/helm/v3 v3.13.2 h1:IcO9NgmmpetJODLZhR3f3q+6zzyXVKlRizKFwbi7K8w=
helm.sh/helm/v3 v3.13.2/go.mod h1:GIHDwZggaTGbedevTlrQ6DB++LBN6yuQdeGj0HNaDx0=
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
istio.io/api v1.19.0-alpha.1.0.20231130210426-342d60d7bee6 h1:79BRkx3/oIT/ywiSBg/feoeNljWS+aDlIHu6k38JWZA=
istio.io/api v1.19.0-alpha.1.0.20231130210426-342d60d7bee6/go.mod h1:hm1PE/mGdIAsjCDkTIAplP53H7TjO5LUQCiVvF26SVg=
istio.io/client-go v1.19.0-alpha.1.0.20231130211226-46ba363b2dc1 h1:po6NuHjo6zMbM3ZVmwUNhpu5Wa/TT8JmJ2JrNLhwKPg=
istio.io/client-go v1.19.0-alpha.1.0.20231130211226-46ba363b2dc1/go.mod h1:O/ihDvejNTG6qxAiEiNd1hgZIP2+n1WiLPsdPe/eJcQ=
istio.io/istio v0.0.0-20231205012852-e113513e4910 h1:QmThCtQp4ThkI9UDX6RH9H0FlmJHweFsiqaT+iKQN2c=
istio.io/istio v0.0.0-20231205012852-e113513e4910/go.mod h1:nDH1HWn44+x2IfnoA8cO4Jsvd+x8vZT0//7JLq7ugVU=
istio.io/api v1.19.0-alpha.1.0.20231205223454-4e3eb069953c h1:fTvx/y/UeM6zGKtEAfUaqEE1OB2TxRJ68Vrm+MKlJEM=
istio.io/api v1.19.0-alpha.1.0.20231205223454-4e3eb069953c/go.mod h1:hm1PE/mGdIAsjCDkTIAplP53H7TjO5LUQCiVvF26SVg=
istio.io/client-go v1.19.0-alpha.1.0.20231205224153-d0232dc763e3 h1:U4guoFAC/xGQAAq8T5UTL+imGc1M/adhPA+Y9XYkt1I=
istio.io/client-go v1.19.0-alpha.1.0.20231205224153-d0232dc763e3/go.mod h1:JN3b4Ul7JynO13F5VUhef8ixJPe0oYg43yHaSE7f3y4=
istio.io/istio v0.0.0-20231206025654-bebce9a0f1fb h1:+ki/ebStNEZXYr7zMUHhx7Q4oIVv0arXl7Sm3qnekr0=
istio.io/istio v0.0.0-20231206025654-bebce9a0f1fb/go.mod h1:ZGZ1BPQ7ryIgMemPADLcN4kb5KMBcfgR4ZOGB2mSUPA=
k8s.io/api v0.28.4 h1:8ZBrLjwosLl/NYgv1P7EQLqoO8MGQApnbgH8tu3BMzY=
k8s.io/api v0.28.4/go.mod h1:axWTGrY88s/5YE+JSt4uUi6NMM+gur1en2REMR7IRj0=
k8s.io/apiextensions-apiserver v0.28.3 h1:Od7DEnhXHnHPZG+W9I97/fSQkVpVPQx2diy+2EtmY08=
Expand Down
4 changes: 2 additions & 2 deletions resources/latest/charts/base/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v1
appVersion: 1.21-alpha.e113513e49106881b7a36336c8c6fcf33c173492
appVersion: 1.21-alpha.bebce9a0f1fbfe942e7f6664f2f0a03210175abb
description: Helm chart for deploying Istio cluster resources and CRDs
icon: https://istio.io/latest/favicons/android-192x192.png
keywords:
- istio
name: base
sources:
- https://github.com/istio/istio
version: 1.21-alpha.e113513e49106881b7a36336c8c6fcf33c173492
version: 1.21-alpha.bebce9a0f1fbfe942e7f6664f2f0a03210175abb
Loading

0 comments on commit fa5c6bd

Please sign in to comment.