Skip to content

Commit

Permalink
bump istio 1.22.1 (#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso authored Jun 19, 2024
1 parent 872cb3e commit 3cc8e7c
Show file tree
Hide file tree
Showing 32 changed files with 29,944 additions and 13,003 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module knative.dev/net-istio

go 1.21
go 1.22

require (
github.com/google/go-cmp v0.6.0
go.uber.org/zap v1.27.0
golang.org/x/sync v0.7.0
google.golang.org/protobuf v1.34.1
istio.io/api v1.21.1
istio.io/client-go v1.21.1
istio.io/api v1.22.1-0.20240524024004-b6815be0740d
istio.io/client-go v1.22.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.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=
istio.io/api v1.22.1-0.20240524024004-b6815be0740d h1:2GncSQ55NOr91NYPmi0jqhVM7z7/xswJsD96dQMkN38=
istio.io/api v1.22.1-0.20240524024004-b6815be0740d/go.mod h1:S3l8LWqNYS9yT+d4bH+jqzH2lMencPkW7SKM1Cu9EyM=
istio.io/client-go v1.22.1 h1:78BUMxytD0muwpwHdcA9qTOTJXN0jib0mXmNLdXxj0c=
istio.io/client-go v1.22.1/go.mod h1:Z2QE9uMt6tDVyrmiLfLVhutbqtfUkPJ7A5Uw/p6gNFo=
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.21.1" "$(dirname $0)"
generate "1.22.1" "$(dirname $0)"
7,535 changes: 5,830 additions & 1,705 deletions third_party/istio-latest/istio-ci-ambient/istio.yaml

Large diffs are not rendered by default.

7,873 changes: 5,998 additions & 1,875 deletions third_party/istio-latest/istio-ci-mesh/istio.yaml

Large diffs are not rendered by default.

7,873 changes: 5,998 additions & 1,875 deletions third_party/istio-latest/istio-ci-no-mesh/istio.yaml

Large diffs are not rendered by default.

7,535 changes: 5,830 additions & 1,705 deletions third_party/istio-latest/istio-kind-ambient/istio.yaml

Large diffs are not rendered by default.

7,873 changes: 5,998 additions & 1,875 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/analysis/v1alpha1/message.pb.go

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 3cc8e7c

Please sign in to comment.