Skip to content

Commit

Permalink
[maistra-3.0] Automator: Update dependencies (#1621)
Browse files Browse the repository at this point in the history
Co-authored-by: maistra-bot <null>
  • Loading branch information
maistra-bot authored Feb 8, 2024
1 parent a60eb25 commit 4838bbd
Show file tree
Hide file tree
Showing 16 changed files with 34 additions and 34 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-ad9c72da1becdfd5b422ac2db099e449b4e0655f",
"image": "gcr.io/istio-testing/build-tools:master-98611daf69a610cfdd40df05d9496013a46dfefe",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
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 @@ -23,7 +23,7 @@ metadata:
capabilities: Seamless Upgrades
categories: OpenShift Optional, Integration & Delivery, Networking, Security
containerImage: quay.io/maistra-dev/istio-operator:3.0-latest
createdAt: "2024-02-07T03:07:26Z"
createdAt: "2024-02-08T03:05:38Z"
description: Experimental operator for installing Istio service mesh
operators.operatorframework.io/builder: operator-sdk-v1.33.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"]'
Expand Down Expand Up @@ -221,7 +221,7 @@ spec:
- v1.20.2
- v1.20.1
- v1.19.6
- latest (d173c176)
- latest (ffed2074)
- gwAPIControllerMode
[See this page](https://github.com/maistra/istio-operator/blob/maistra-3.0/bundle/README.md) for instructions on how to use it.
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ csv:
- v1.20.2
- v1.20.1
- v1.19.6
- latest (d173c176)
- latest (ffed2074)
- gwAPIControllerMode
[See this page](https://github.com/maistra/istio-operator/blob/maistra-3.0/bundle/README.md) for instructions on how to use it.
Expand Down
2 changes: 1 addition & 1 deletion common/.commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2cfe47bd06fdc2e09a4e6ac25c02f862de47c671
f3ed58a96a17fd76298cfe6d02eb5c1881f97eea
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-ad9c72da1becdfd5b422ac2db099e449b4e0655f
IMAGE_VERSION=master-98611daf69a610cfdd40df05d9496013a46dfefe
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools
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.14.0
istio.io/client-go v1.19.0-alpha.1.0.20240206014934-cd335b678e29
istio.io/istio v0.0.0-20240207012018-d173c176d2af
istio.io/client-go v1.19.0-alpha.1.0.20240207160224-9c559e3f3fc2
istio.io/istio v0.0.0-20240208010324-ffed2074bd92
k8s.io/api v0.29.1
k8s.io/apimachinery v0.29.1
k8s.io/cli-runtime v0.29.1
Expand Down Expand Up @@ -156,7 +156,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.20240206014034-64291ae9cc24 // indirect
istio.io/api v1.19.0-alpha.1.0.20240207155557-6ee624502f45 // indirect
k8s.io/apiextensions-apiserver v0.29.1 // indirect
k8s.io/apiserver v0.29.1 // indirect
k8s.io/component-base v0.29.1 // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -529,12 +529,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.14.0 h1:TaZIH6uOchn7L27ptwnnuHJiFrT/BsD4dFdp/HLT2nM=
helm.sh/helm/v3 v3.14.0/go.mod h1:2itvvDv2WSZXTllknfQo6j7u3VVgMAvm8POCDgYH424=
istio.io/api v1.19.0-alpha.1.0.20240206014034-64291ae9cc24 h1:NuinLmAcI9oF36tvTsID84kMjZdlEl/Wnd1n3hNGbNc=
istio.io/api v1.19.0-alpha.1.0.20240206014034-64291ae9cc24/go.mod h1:TFCMUCAHRjxBv1CsIsFCsYHPHi4axVI4vdIzVr8eFjY=
istio.io/client-go v1.19.0-alpha.1.0.20240206014934-cd335b678e29 h1:Tohw5CftQOlTo1KngTOYi9K8kIkG5Qh/LPYDx+oT5MQ=
istio.io/client-go v1.19.0-alpha.1.0.20240206014934-cd335b678e29/go.mod h1:bWw8xtF43oLF0mxKMoeqKnsRGs/8K4G87SFbjx8jYo8=
istio.io/istio v0.0.0-20240207012018-d173c176d2af h1:QPQufOnmY6uKBbO3bc8VDV7J9JpWHeVoxukc3Pm756E=
istio.io/istio v0.0.0-20240207012018-d173c176d2af/go.mod h1:gACG8IErTmZGtauYcc/OPWUyfvGBzn6nNv2mI+RpGHk=
istio.io/api v1.19.0-alpha.1.0.20240207155557-6ee624502f45 h1:+veezlPqBkBdVTI/oDFhRv7xP3vgJE0+wvEamq5bp0A=
istio.io/api v1.19.0-alpha.1.0.20240207155557-6ee624502f45/go.mod h1:TFCMUCAHRjxBv1CsIsFCsYHPHi4axVI4vdIzVr8eFjY=
istio.io/client-go v1.19.0-alpha.1.0.20240207160224-9c559e3f3fc2 h1:/pxP+VbN/Xyyqb4EdQLeBbdAlPfIPZmQ8VBrSfZ02FM=
istio.io/client-go v1.19.0-alpha.1.0.20240207160224-9c559e3f3fc2/go.mod h1:EKu/MT2yek50mTMIdBGScXBgNatFH9reqvtTuYLr5lo=
istio.io/istio v0.0.0-20240208010324-ffed2074bd92 h1:YxhEu2lLwuBomTsEZZuLrQgYgmSYTfTl05QHdhEi0fI=
istio.io/istio v0.0.0-20240208010324-ffed2074bd92/go.mod h1:c/EJafelMaRruaRomQm9cffS3TX0AbD60itcC6Z//Fs=
k8s.io/api v0.29.1 h1:DAjwWX/9YT7NQD4INu49ROJuZAAAP/Ijki48GUPzxqw=
k8s.io/api v0.29.1/go.mod h1:7Kl10vBRUXhnQQI8YR/R327zXC8eJ7887/+Ybta+RoQ=
k8s.io/apiextensions-apiserver v0.29.1 h1:S9xOtyk9M3Sk1tIpQMu9wXHm5O2MX6Y1kIpPMimZBZw=
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.22-alpha.d173c176d2af9e87547635e9382a254c6315d51f
appVersion: 1.22-alpha.ffed2074bd92a84b9bd87577e41226c3cfac1a9b
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.22-alpha.d173c176d2af9e87547635e9382a254c6315d51f
version: 1.22-alpha.ffed2074bd92a84b9bd87577e41226c3cfac1a9b
4 changes: 2 additions & 2 deletions resources/latest/charts/cni/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 1.22-alpha.d173c176d2af9e87547635e9382a254c6315d51f
appVersion: 1.22-alpha.ffed2074bd92a84b9bd87577e41226c3cfac1a9b
description: Helm chart for istio-cni components
icon: https://istio.io/latest/favicons/android-192x192.png
keywords:
Expand All @@ -8,4 +8,4 @@ keywords:
name: cni
sources:
- https://github.com/istio/istio/tree/master/cni
version: 1.22-alpha.d173c176d2af9e87547635e9382a254c6315d51f
version: 1.22-alpha.ffed2074bd92a84b9bd87577e41226c3cfac1a9b
2 changes: 1 addition & 1 deletion resources/latest/charts/cni/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ defaults:
hub: gcr.io/istio-testing

# Default tag for Istio images.
tag: 1.22-alpha.d173c176d2af9e87547635e9382a254c6315d51f
tag: 1.22-alpha.ffed2074bd92a84b9bd87577e41226c3cfac1a9b

# Variant of the image to use.
# Currently supported are: [debug, distroless]
Expand Down
4 changes: 2 additions & 2 deletions resources/latest/charts/gateway/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.22-alpha.d173c176d2af9e87547635e9382a254c6315d51f
appVersion: 1.22-alpha.ffed2074bd92a84b9bd87577e41226c3cfac1a9b
description: Helm chart for deploying Istio gateways
icon: https://istio.io/latest/favicons/android-192x192.png
keywords:
Expand All @@ -9,4 +9,4 @@ name: gateway
sources:
- https://github.com/istio/istio
type: application
version: 1.22-alpha.d173c176d2af9e87547635e9382a254c6315d51f
version: 1.22-alpha.ffed2074bd92a84b9bd87577e41226c3cfac1a9b
4 changes: 2 additions & 2 deletions resources/latest/charts/istiod/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 1.22-alpha.d173c176d2af9e87547635e9382a254c6315d51f
appVersion: 1.22-alpha.ffed2074bd92a84b9bd87577e41226c3cfac1a9b
description: Helm chart for istio control plane
icon: https://istio.io/latest/favicons/android-192x192.png
keywords:
Expand All @@ -9,4 +9,4 @@ keywords:
name: istiod
sources:
- https://github.com/istio/istio
version: 1.22-alpha.d173c176d2af9e87547635e9382a254c6315d51f
version: 1.22-alpha.ffed2074bd92a84b9bd87577e41226c3cfac1a9b
2 changes: 1 addition & 1 deletion resources/latest/charts/istiod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ defaults:
# Dev builds from prow are on gcr.io
hub: gcr.io/istio-testing
# Default tag for Istio images.
tag: 1.22-alpha.d173c176d2af9e87547635e9382a254c6315d51f
tag: 1.22-alpha.ffed2074bd92a84b9bd87577e41226c3cfac1a9b
# Variant of the image to use.
# Currently supported are: [debug, distroless]
variant: ""
Expand Down
4 changes: 2 additions & 2 deletions resources/latest/charts/ztunnel/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 1.22-alpha.d173c176d2af9e87547635e9382a254c6315d51f
appVersion: 1.22-alpha.ffed2074bd92a84b9bd87577e41226c3cfac1a9b
description: Helm chart for istio ztunnel components
icon: https://istio.io/latest/favicons/android-192x192.png
keywords:
Expand All @@ -8,4 +8,4 @@ keywords:
name: ztunnel
sources:
- https://github.com/istio/istio
version: 1.22-alpha.d173c176d2af9e87547635e9382a254c6315d51f
version: 1.22-alpha.ffed2074bd92a84b9bd87577e41226c3cfac1a9b
2 changes: 1 addition & 1 deletion resources/latest/charts/ztunnel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defaults:
# 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.22-alpha.d173c176d2af9e87547635e9382a254c6315d51f
tag: 1.22-alpha.ffed2074bd92a84b9bd87577e41226c3cfac1a9b
# Variant to pull. Options are "debug" or "distroless". Unset will use the default for the given version.
variant: ""

Expand Down
12 changes: 6 additions & 6 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ versions:
- name: latest
repo: https://github.com/istio/istio
branch: master
commit: d173c176d2af9e87547635e9382a254c6315d51f
commit: ffed2074bd92a84b9bd87577e41226c3cfac1a9b
charts:
- https://storage.googleapis.com/istio-build/dev/1.22-alpha.d173c176d2af9e87547635e9382a254c6315d51f/helm/base-1.22-alpha.d173c176d2af9e87547635e9382a254c6315d51f.tgz
- https://storage.googleapis.com/istio-build/dev/1.22-alpha.d173c176d2af9e87547635e9382a254c6315d51f/helm/cni-1.22-alpha.d173c176d2af9e87547635e9382a254c6315d51f.tgz
- https://storage.googleapis.com/istio-build/dev/1.22-alpha.d173c176d2af9e87547635e9382a254c6315d51f/helm/gateway-1.22-alpha.d173c176d2af9e87547635e9382a254c6315d51f.tgz
- https://storage.googleapis.com/istio-build/dev/1.22-alpha.d173c176d2af9e87547635e9382a254c6315d51f/helm/istiod-1.22-alpha.d173c176d2af9e87547635e9382a254c6315d51f.tgz
- https://storage.googleapis.com/istio-build/dev/1.22-alpha.d173c176d2af9e87547635e9382a254c6315d51f/helm/ztunnel-1.22-alpha.d173c176d2af9e87547635e9382a254c6315d51f.tgz
- https://storage.googleapis.com/istio-build/dev/1.22-alpha.ffed2074bd92a84b9bd87577e41226c3cfac1a9b/helm/base-1.22-alpha.ffed2074bd92a84b9bd87577e41226c3cfac1a9b.tgz
- https://storage.googleapis.com/istio-build/dev/1.22-alpha.ffed2074bd92a84b9bd87577e41226c3cfac1a9b/helm/cni-1.22-alpha.ffed2074bd92a84b9bd87577e41226c3cfac1a9b.tgz
- https://storage.googleapis.com/istio-build/dev/1.22-alpha.ffed2074bd92a84b9bd87577e41226c3cfac1a9b/helm/gateway-1.22-alpha.ffed2074bd92a84b9bd87577e41226c3cfac1a9b.tgz
- https://storage.googleapis.com/istio-build/dev/1.22-alpha.ffed2074bd92a84b9bd87577e41226c3cfac1a9b/helm/istiod-1.22-alpha.ffed2074bd92a84b9bd87577e41226c3cfac1a9b.tgz
- https://storage.googleapis.com/istio-build/dev/1.22-alpha.ffed2074bd92a84b9bd87577e41226c3cfac1a9b/helm/ztunnel-1.22-alpha.ffed2074bd92a84b9bd87577e41226c3cfac1a9b.tgz
# Temporary PoC that uses a branch in our fork of istio/istio
- name: gwAPIControllerMode
repo: https://github.com/maistra/istio
Expand Down

0 comments on commit 4838bbd

Please sign in to comment.