Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1
golang.org/x/sync v0.18.0
google.golang.org/protobuf v1.36.8
istio.io/api v1.27.2-0.20251010085937-bc3692c751f3
istio.io/client-go v1.27.3
istio.io/api v1.28.0-beta.1.0.20251027181303-a5aa715c1e32
istio.io/client-go v1.28.0
k8s.io/api v0.34.2
k8s.io/apimachinery v0.34.2
k8s.io/client-go v0.34.2
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,10 @@ gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
istio.io/api v1.27.2-0.20251010085937-bc3692c751f3 h1:79aDyUSY/JYLgXANlJorSTQopfa0HAg9jaNeyYpT9MU=
istio.io/api v1.27.2-0.20251010085937-bc3692c751f3/go.mod h1:DTVGH6CLXj5W8FF9JUD3Tis78iRgT1WeuAnxfTz21Wg=
istio.io/client-go v1.27.3 h1:rBeEs0qAtdyyrjW73ml5ayLVY28KRDm2ohmyRXOnVRk=
istio.io/client-go v1.27.3/go.mod h1:zgT5R1USl6rwYK1eb2kisPuiji05TQJE7CQHU253iAg=
istio.io/api v1.28.0-beta.1.0.20251027181303-a5aa715c1e32 h1:ZeK4F1/DsYy3TqIkrL/85MHNn5xc+W7cixLXI6nPSYA=
istio.io/api v1.28.0-beta.1.0.20251027181303-a5aa715c1e32/go.mod h1:BD3qv/ekm16kvSgvSpuiDawgKhEwG97wx849CednJSg=
istio.io/client-go v1.28.0 h1:EqP19aYNvH42VQAmS/mHXZ51PU3nlrnF6MeeGldJSas=
istio.io/client-go v1.28.0/go.mod h1:mcFWH+wv9ltQqoDYyfLeVFyRZuD7n1Fj7TD5RGohqSU=
k8s.io/api v0.34.2 h1:fsSUNZhV+bnL6Aqrp6O7lMTy6o5x2C4XLjnh//8SLYY=
k8s.io/api v0.34.2/go.mod h1:MMBPaWlED2a8w4RSeanD76f7opUoypY8TFYkSM+3XHw=
k8s.io/apiextensions-apiserver v0.34.2 h1:WStKftnGeoKP4AZRz/BaAAEJvYp4mlZGN0UCv+uvsqo=
Expand Down
2 changes: 1 addition & 1 deletion hack/update-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -o errexit
set -o nounset
set -o pipefail

ISTIO_VERSION="1.27.3"
ISTIO_VERSION="1.28.0"

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

Expand Down
509 changes: 358 additions & 151 deletions third_party/istio-latest/istio-ci-ambient/istio.yaml

Large diffs are not rendered by default.

451 changes: 329 additions & 122 deletions third_party/istio-latest/istio-ci-mesh/istio.yaml

Large diffs are not rendered by default.

451 changes: 329 additions & 122 deletions third_party/istio-latest/istio-ci-no-mesh/istio.yaml

Large diffs are not rendered by default.

530 changes: 356 additions & 174 deletions third_party/istio-latest/istio-kind-ambient/istio.yaml

Large diffs are not rendered by default.

472 changes: 327 additions & 145 deletions third_party/istio-latest/istio-kind-mesh/istio.yaml

Large diffs are not rendered by default.

472 changes: 327 additions & 145 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/extensions/v1alpha1/wasm.pb.go

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

58 changes: 47 additions & 11 deletions vendor/istio.io/api/label/labels.gen.go

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

34 changes: 28 additions & 6 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.

25 changes: 21 additions & 4 deletions vendor/istio.io/api/label/labels.yaml

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
Loading