Skip to content

Commit 2971532

Browse files
authored
bump istio to v1.21.1 (#1310)
* bump go deps * bump istio manifests to v1.21.1
1 parent a3c979c commit 2971532

File tree

27 files changed

+2239
-944
lines changed

27 files changed

+2239
-944
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ require (
77
go.uber.org/zap v1.27.0
88
golang.org/x/sync v0.7.0
99
google.golang.org/protobuf v1.33.0
10-
istio.io/api v1.20.2
11-
istio.io/client-go v1.20.2
10+
istio.io/api v1.21.1
11+
istio.io/client-go v1.21.1
1212
k8s.io/api v0.29.2
1313
k8s.io/apimachinery v0.29.2
1414
k8s.io/client-go v0.29.2

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -660,10 +660,10 @@ honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWh
660660
honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg=
661661
honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
662662
honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
663-
istio.io/api v1.20.2 h1:VjkJB1EfrZt77bcavr1P/3PrO8AP3lOSQsYiYOnGGBU=
664-
istio.io/api v1.20.2/go.mod h1:hm1PE/mGdIAsjCDkTIAplP53H7TjO5LUQCiVvF26SVg=
665-
istio.io/client-go v1.20.2 h1:FL99qw5f5W+QFPHutLpGOoPmoKgLwNFrGCEemAvLm00=
666-
istio.io/client-go v1.20.2/go.mod h1:mub0nwPDAj98cjns7KYLzbvDk0Fg9rx0k2o+KZ4UIUY=
663+
istio.io/api v1.21.1 h1:CvpPFvJ6Mv/PUVoiVJBX7seZ90f0Sxu3g4jYVno+IqA=
664+
istio.io/api v1.21.1/go.mod h1:TFCMUCAHRjxBv1CsIsFCsYHPHi4axVI4vdIzVr8eFjY=
665+
istio.io/client-go v1.21.1 h1:gAZCeG4pV2o2L6WaD/MLruNB+tBxa+Y21BuRJmFYlAI=
666+
istio.io/client-go v1.21.1/go.mod h1:mqwsapfu4b1FG47puY9H8y4+ga1+d+hxfdosNQ1HclY=
667667
k8s.io/api v0.29.2 h1:hBC7B9+MU+ptchxEqTNW2DkUosJpp1P+Wn6YncZ474A=
668668
k8s.io/api v0.29.2/go.mod h1:sdIaaKuU7P44aoyyLlikSLayT6Vb7bvJNCX105xZXY0=
669669
k8s.io/apiextensions-apiserver v0.29.2 h1:UK3xB5lOWSnhaCk0RFZ0LUacPZz9RY4wi/yt2Iu+btg=

third_party/istio-latest/generate-manifests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

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

19-
generate "1.20.3" "$(dirname $0)"
19+
generate "1.21.1" "$(dirname $0)"

third_party/istio-latest/istio-ci-ambient/istio.yaml

Lines changed: 308 additions & 110 deletions
Large diffs are not rendered by default.

third_party/istio-latest/istio-ci-mesh/istio.yaml

Lines changed: 261 additions & 87 deletions
Large diffs are not rendered by default.

third_party/istio-latest/istio-ci-no-mesh/istio.yaml

Lines changed: 261 additions & 87 deletions
Large diffs are not rendered by default.

third_party/istio-latest/istio-kind-ambient/istio.yaml

Lines changed: 308 additions & 110 deletions
Large diffs are not rendered by default.

third_party/istio-latest/istio-kind-no-mesh/istio.yaml

Lines changed: 261 additions & 87 deletions
Large diffs are not rendered by default.

vendor/istio.io/api/LICENSE

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/istio.io/api/analysis/v1alpha1/message.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)