Skip to content

Commit 919cae6

Browse files
authored
go.*: Bump istio.io/istio dependency (#12569)
Signed-off-by: timflannagan <[email protected]>
1 parent 24c00ea commit 919cae6

File tree

5 files changed

+20
-14
lines changed

5 files changed

+20
-14
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ require (
3939
google.golang.org/grpc v1.75.1
4040
google.golang.org/protobuf v1.36.9
4141
helm.sh/helm/v3 v3.18.6
42-
istio.io/api v1.26.0-alpha.0.0.20250929201503-561628c0d531
43-
istio.io/client-go v1.26.0-alpha.0.0.20250929202204-97b689ea3c0d
44-
istio.io/istio v0.0.0-20250929222902-96dcbbfb93a1
42+
istio.io/api v1.26.0-alpha.0.0.20251002142010-859b66f07fad
43+
istio.io/client-go v1.26.0-alpha.0.0.20251002142408-752760d8f171
44+
istio.io/istio v0.0.0-20251009125038-5ab6df7e5282
4545
k8s.io/api v0.34.1
4646
k8s.io/apiextensions-apiserver v0.34.1
4747
k8s.io/apimachinery v0.34.1

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2350,12 +2350,12 @@ honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9
23502350
honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
23512351
honnef.co/go/tools v0.6.1 h1:R094WgE8K4JirYjBaOpz/AvTyUu/3wbmAoskKN/pxTI=
23522352
honnef.co/go/tools v0.6.1/go.mod h1:3puzxxljPCe8RGJX7BIy1plGbxEOZni5mR2aXe3/uk4=
2353-
istio.io/api v1.26.0-alpha.0.0.20250929201503-561628c0d531 h1:f4+SBDc47h3cfKvUAxN+VJaniItlzjkRdFDeLRw4wWo=
2354-
istio.io/api v1.26.0-alpha.0.0.20250929201503-561628c0d531/go.mod h1:BD3qv/ekm16kvSgvSpuiDawgKhEwG97wx849CednJSg=
2355-
istio.io/client-go v1.26.0-alpha.0.0.20250929202204-97b689ea3c0d h1:Frfs71F0fMiax+fYWCE9lgkCB0TMQvakO/LOeJI3G7U=
2356-
istio.io/client-go v1.26.0-alpha.0.0.20250929202204-97b689ea3c0d/go.mod h1:W5bYo01ZIOW+3K6lxyzlkG6CLw2F+Bp+rFAZFozFFx4=
2357-
istio.io/istio v0.0.0-20250929222902-96dcbbfb93a1 h1:TyGtDwItxYShQ40/NPXDXocXY2oyr4qg7hxe09MLrg8=
2358-
istio.io/istio v0.0.0-20250929222902-96dcbbfb93a1/go.mod h1:s2szFV+w3j71G9fuKwpYganZADxc/YUa1hokgaD2ezk=
2353+
istio.io/api v1.26.0-alpha.0.0.20251002142010-859b66f07fad h1:/KPSr8zxYROijN9dvolM8q9HwnmM0CP42N32fK4kQ94=
2354+
istio.io/api v1.26.0-alpha.0.0.20251002142010-859b66f07fad/go.mod h1:BD3qv/ekm16kvSgvSpuiDawgKhEwG97wx849CednJSg=
2355+
istio.io/client-go v1.26.0-alpha.0.0.20251002142408-752760d8f171 h1:kGlWXEWWQlzxA2WfzXI7YuGeGd/UrAPRKWDEoxF9fpk=
2356+
istio.io/client-go v1.26.0-alpha.0.0.20251002142408-752760d8f171/go.mod h1:qq1p0YYijr4fQdp8pN2nyC8EnpZzx0HFUt5yMgNfHzY=
2357+
istio.io/istio v0.0.0-20251009125038-5ab6df7e5282 h1:hcPyGMufjWtPvwJmVQnjKwTgMkFjZPHix8lssnHqh+0=
2358+
istio.io/istio v0.0.0-20251009125038-5ab6df7e5282/go.mod h1:3WOLTiy5ZW9AlHXwxfy7lfFfaC/8FeyiHzWv3xxo9KM=
23592359
k8s.io/api v0.34.1 h1:jC+153630BMdlFukegoEL8E/yT7aLyQkIVuwhmwDgJM=
23602360
k8s.io/api v0.34.1/go.mod h1:SB80FxFtXn5/gwzCoN6QCtPD7Vbu5w2n1S0J5gFfTYk=
23612361
k8s.io/apiextensions-apiserver v0.34.1 h1:NNPBva8FNAPt1iSVwIE0FsdrVriRXMsaWFMqJbII2CI=

hack/utils/oss_compliance/osa_provided.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ Name|Version|License
4040
[google.golang.org/grpc](https://google.golang.org/grpc)|v1.75.1|Apache License 2.0
4141
[google.golang.org/protobuf](https://google.golang.org/protobuf)|v1.36.9|BSD 3-clause "New" or "Revised" License
4242
[helm/v3](https://helm.sh/helm/v3)|v3.18.6|Apache License 2.0
43-
[istio.io/api](https://istio.io/api)|v1.26.0-alpha.0.0.20250929201503-561628c0d531|Apache License 2.0
44-
[istio.io/client-go](https://istio.io/client-go)|v1.26.0-alpha.0.0.20250929202204-97b689ea3c0d|Apache License 2.0
45-
[istio.io/istio](https://istio.io/istio)|v0.0.0-20250929222902-96dcbbfb93a1|Apache License 2.0
43+
[istio.io/api](https://istio.io/api)|v1.26.0-alpha.0.0.20251002142010-859b66f07fad|Apache License 2.0
44+
[istio.io/client-go](https://istio.io/client-go)|v1.26.0-alpha.0.0.20251002142408-752760d8f171|Apache License 2.0
45+
[istio.io/istio](https://istio.io/istio)|v0.0.0-20251009125038-5ab6df7e5282|Apache License 2.0
4646
[k8s.io/api](https://k8s.io/api)|v0.34.1|Apache License 2.0
4747
[k8s.io/apiextensions-apiserver](https://k8s.io/apiextensions-apiserver)|v0.34.1|Apache License 2.0
4848
[k8s.io/apimachinery](https://k8s.io/apimachinery)|v0.34.1|Apache License 2.0

internal/kgateway/agentgatewaysyncer/agentgateway_testutils.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import (
3030
"k8s.io/apimachinery/pkg/runtime/schema"
3131
"k8s.io/apimachinery/pkg/types"
3232
gwv1 "sigs.k8s.io/gateway-api/apis/v1"
33+
"sigs.k8s.io/gateway-api/pkg/consts"
3334

3435
apisettings "github.com/kgateway-dev/kgateway/v2/api/settings"
3536
"github.com/kgateway-dev/kgateway/v2/api/v1alpha1"
@@ -599,7 +600,9 @@ func (tc TestCase) Run(
599600
wellknown.XListenerSetGVR,
600601
wellknown.BackendTLSPolicyGVR,
601602
} {
602-
clienttest.MakeCRD(t, cli, crd)
603+
clienttest.MakeCRDWithAnnotations(t, cli, crd, map[string]string{
604+
consts.BundleVersionAnnotation: consts.BundleVersion,
605+
})
603606
}
604607
defer cli.Shutdown()
605608

test/translator/test.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ import (
3434
gwv1 "sigs.k8s.io/gateway-api/apis/v1"
3535
gwv1a2 "sigs.k8s.io/gateway-api/apis/v1alpha2"
3636
gwxv1a1 "sigs.k8s.io/gateway-api/apisx/v1alpha1"
37+
"sigs.k8s.io/gateway-api/pkg/consts"
3738

3839
apisettings "github.com/kgateway-dev/kgateway/v2/api/settings"
3940
"github.com/kgateway-dev/kgateway/v2/api/v1alpha1"
@@ -599,7 +600,9 @@ func (tc TestCase) Run(
599600
wellknown.XListenerSetGVR,
600601
wellknown.BackendTLSPolicyGVR,
601602
} {
602-
clienttest.MakeCRD(t, cli, crd)
603+
clienttest.MakeCRDWithAnnotations(t, cli, crd, map[string]string{
604+
consts.BundleVersionAnnotation: consts.BundleVersion,
605+
})
603606
}
604607
defer cli.Shutdown()
605608

0 commit comments

Comments
 (0)