Skip to content

Commit aba5370

Browse files
authored
bump Istio to v1.28.0 (#1491)
1 parent 779c5dd commit aba5370

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+2644
-1018
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.1
88
golang.org/x/sync v0.18.0
99
google.golang.org/protobuf v1.36.8
10-
istio.io/api v1.27.2-0.20251010085937-bc3692c751f3
11-
istio.io/client-go v1.27.3
10+
istio.io/api v1.28.0-beta.1.0.20251027181303-a5aa715c1e32
11+
istio.io/client-go v1.28.0
1212
k8s.io/api v0.34.2
1313
k8s.io/apimachinery v0.34.2
1414
k8s.io/client-go v0.34.2

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,10 @@ gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=
242242
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
243243
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
244244
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
245-
istio.io/api v1.27.2-0.20251010085937-bc3692c751f3 h1:79aDyUSY/JYLgXANlJorSTQopfa0HAg9jaNeyYpT9MU=
246-
istio.io/api v1.27.2-0.20251010085937-bc3692c751f3/go.mod h1:DTVGH6CLXj5W8FF9JUD3Tis78iRgT1WeuAnxfTz21Wg=
247-
istio.io/client-go v1.27.3 h1:rBeEs0qAtdyyrjW73ml5ayLVY28KRDm2ohmyRXOnVRk=
248-
istio.io/client-go v1.27.3/go.mod h1:zgT5R1USl6rwYK1eb2kisPuiji05TQJE7CQHU253iAg=
245+
istio.io/api v1.28.0-beta.1.0.20251027181303-a5aa715c1e32 h1:ZeK4F1/DsYy3TqIkrL/85MHNn5xc+W7cixLXI6nPSYA=
246+
istio.io/api v1.28.0-beta.1.0.20251027181303-a5aa715c1e32/go.mod h1:BD3qv/ekm16kvSgvSpuiDawgKhEwG97wx849CednJSg=
247+
istio.io/client-go v1.28.0 h1:EqP19aYNvH42VQAmS/mHXZ51PU3nlrnF6MeeGldJSas=
248+
istio.io/client-go v1.28.0/go.mod h1:mcFWH+wv9ltQqoDYyfLeVFyRZuD7n1Fj7TD5RGohqSU=
249249
k8s.io/api v0.34.2 h1:fsSUNZhV+bnL6Aqrp6O7lMTy6o5x2C4XLjnh//8SLYY=
250250
k8s.io/api v0.34.2/go.mod h1:MMBPaWlED2a8w4RSeanD76f7opUoypY8TFYkSM+3XHw=
251251
k8s.io/apiextensions-apiserver v0.34.2 h1:WStKftnGeoKP4AZRz/BaAAEJvYp4mlZGN0UCv+uvsqo=

hack/update-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -o errexit
1919
set -o nounset
2020
set -o pipefail
2121

22-
ISTIO_VERSION="1.27.3"
22+
ISTIO_VERSION="1.28.0"
2323

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

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

Lines changed: 358 additions & 151 deletions
Large diffs are not rendered by default.

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

Lines changed: 329 additions & 122 deletions
Large diffs are not rendered by default.

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

Lines changed: 329 additions & 122 deletions
Large diffs are not rendered by default.

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

Lines changed: 356 additions & 174 deletions
Large diffs are not rendered by default.

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

Lines changed: 327 additions & 145 deletions
Large diffs are not rendered by default.

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

Lines changed: 327 additions & 145 deletions
Large diffs are not rendered by default.

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)