Skip to content

Commit

Permalink
bump istio to v1.21.1 (#1310)
Browse files Browse the repository at this point in the history
* bump go deps

* bump istio manifests to v1.21.1
  • Loading branch information
dprotaso committed Apr 18, 2024
1 parent a3c979c commit 2971532
Show file tree
Hide file tree
Showing 27 changed files with 2,239 additions and 944 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ require (
go.uber.org/zap v1.27.0
golang.org/x/sync v0.7.0
google.golang.org/protobuf v1.33.0
istio.io/api v1.20.2
istio.io/client-go v1.20.2
istio.io/api v1.21.1
istio.io/client-go v1.21.1
k8s.io/api v0.29.2
k8s.io/apimachinery v0.29.2
k8s.io/client-go v0.29.2
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -660,10 +660,10 @@ honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWh
honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg=
honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
istio.io/api v1.20.2 h1:VjkJB1EfrZt77bcavr1P/3PrO8AP3lOSQsYiYOnGGBU=
istio.io/api v1.20.2/go.mod h1:hm1PE/mGdIAsjCDkTIAplP53H7TjO5LUQCiVvF26SVg=
istio.io/client-go v1.20.2 h1:FL99qw5f5W+QFPHutLpGOoPmoKgLwNFrGCEemAvLm00=
istio.io/client-go v1.20.2/go.mod h1:mub0nwPDAj98cjns7KYLzbvDk0Fg9rx0k2o+KZ4UIUY=
istio.io/api v1.21.1 h1:CvpPFvJ6Mv/PUVoiVJBX7seZ90f0Sxu3g4jYVno+IqA=
istio.io/api v1.21.1/go.mod h1:TFCMUCAHRjxBv1CsIsFCsYHPHi4axVI4vdIzVr8eFjY=
istio.io/client-go v1.21.1 h1:gAZCeG4pV2o2L6WaD/MLruNB+tBxa+Y21BuRJmFYlAI=
istio.io/client-go v1.21.1/go.mod h1:mqwsapfu4b1FG47puY9H8y4+ga1+d+hxfdosNQ1HclY=
k8s.io/api v0.29.2 h1:hBC7B9+MU+ptchxEqTNW2DkUosJpp1P+Wn6YncZ474A=
k8s.io/api v0.29.2/go.mod h1:sdIaaKuU7P44aoyyLlikSLayT6Vb7bvJNCX105xZXY0=
k8s.io/apiextensions-apiserver v0.29.2 h1:UK3xB5lOWSnhaCk0RFZ0LUacPZz9RY4wi/yt2Iu+btg=
Expand Down
2 changes: 1 addition & 1 deletion third_party/istio-latest/generate-manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

source "$(dirname $0)/../library.sh"

generate "1.20.3" "$(dirname $0)"
generate "1.21.1" "$(dirname $0)"
418 changes: 308 additions & 110 deletions third_party/istio-latest/istio-ci-ambient/istio.yaml

Large diffs are not rendered by default.

348 changes: 261 additions & 87 deletions third_party/istio-latest/istio-ci-mesh/istio.yaml

Large diffs are not rendered by default.

348 changes: 261 additions & 87 deletions third_party/istio-latest/istio-ci-no-mesh/istio.yaml

Large diffs are not rendered by default.

418 changes: 308 additions & 110 deletions third_party/istio-latest/istio-kind-ambient/istio.yaml

Large diffs are not rendered by default.

348 changes: 261 additions & 87 deletions third_party/istio-latest/istio-kind-no-mesh/istio.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/istio.io/api/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/istio.io/api/analysis/v1alpha1/message.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

181 changes: 163 additions & 18 deletions vendor/istio.io/api/label/labels.pb.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/istio.io/api/meta/v1alpha1/status.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2971532

Please sign in to comment.