Skip to content

Commit 7e431ad

Browse files
upgrade to latest dependencies (#3072)
bumping knative.dev/networking 5e69dbb...bc97bc3: > bc97bc3 update runtime and cgroup for v2 (# 1087) > 0e1a0aa upgrade to latest dependencies (# 1086) bumping knative.dev/client/pkg 79bd2e1...b9b74c2: > b9b74c2 upgrade to latest dependencies (# 2077) > e0ac318 upgrade to latest dependencies (# 2075) > 5e0e075 upgrade to latest dependencies (# 2074) > e277536 upgrade to latest dependencies (# 2073) > a23801d upgrade to latest dependencies (# 2072) > 6f59afe upgrade to latest dependencies (# 2070) bumping knative.dev/eventing 9fe13ee...7b66944: > 7b66944 [main] Upgrade to latest dependencies (# 8768) > e70d08b [main] Upgrade to latest dependencies (# 8752) > 3f59df1 feat: Supporting using pod default credentials for Integration Source and Sink (# 8731) bumping google.golang.org/grpc e9e00cb...b9788ef: > b9788ef Change version to 1.75.0 (# 8493) > 2bd74b2 credentials: fix behavior of grpc.WithAuthority and credential handshake precedence (# 8488) > 9fa3267 xds: remove xds client fallback environment variable (# 8482) > 62ec29f grpc: Fix cardinality violations in non-client streaming RPCs. (# 8385) > 85240a5 stats: change non-standard units to annotations (# 8481) > ac13172 update deps (# 8478) > 0a895bc examples/opentelemetry: use experimental metrics in example (# 8441) > 8b61e8f xdsclient: do not process updates from closed server channels (# 8389) > 7238ab1 Allow empty nodeID (# 8476) > 9186ebd cleanup: use slices.Equal to simplify code (# 8472) > 55e8b90 protoc-gen-go-grpc: bump golang.org/x/net (# 8458) > e1f69d8 xdsclient: delay resource cache deletion to handle immediate re-subscription of same resource (# 8369) > 8adcc94 advancedtls: avoid txt lookups in test and use test logger instead of Printf (# 8469) > a5e7cd6 stats: add DelayedPickComplete and follow correct semantics (# 8465) > 89d2281 github: run arm64 tests without emulation (# 8463) > f69eaf0 testutils/roundrobin: Improve validation of WRR distribution (# 8459) > 4af0faa transport: add test case for zero second timeout (# 8452) > cc46259 xdsclient: typed config better nil checks (# 8412) > c7b188f Retract v1.74.0 and v1.74.1 (# 8456) > 0a12fb0 Revert "credentials: allow audience to be configured (# 8421) (# 8442)" (# 8450) > 52d9f91 transport: release mutex before returning on expired deadlines in server streams (# 8451) > bed551a xds: add a test for deadlocks in nested xDS channels (# 8448) > b64eaf8 endpointsharding: shuffle endpoint order before updating children (# 8438) > 7208cdc credentials: allow audience to be configured (# 8421) (# 8442) > af2600d Move erm-g to Emeritus Maintainer (# 8418) > cf1a861 Remove inactive maintainers (# 8416) > eb4a783 xds: give up pool lock before closing xdsclient channel (# 8445) > 3d0cb79 alts: improve alts handshaker error logs (# 8444) > 12f9d9c server: allow 0s grpc-timeout header values, as java is known to be able to send them (# 8439) > a809a46 deps: update dependencies for all modules (# 8434) > a21e374 xds/cdsbalancer: correctly remove the unwanted cds watchers (# 8428) > 64a6b62 grpctest: minor improvements to the test logger implementation (# 8370) > aa57e6a xds: cleanup internal testing functions for env vars that have long been removed (# 8413) > f9cf0f6 xdsclient: relay marshalled bytes of complete resource proto to decoders (# 8422) > 8acde50 dns: add environment variable to disable TXT lookups in DNS resolver (# 8377) > de72c21 xds: Avoid error logs when setting fallback bootstrap config (# 8419) > bb4b6d5 add grpctester (# 8423) > dd718e4 github: delete mergeable configuration (# 8415) > bfc1981 github: Restrict repo contents permissions to read-only in pr-validation (# 8414) > 6207142 xdsclient: preserve original bytes for decoding when the resource is wrapped (# 8411) > a2d6045 Change version to 1.75.0-dev (# 8409) Signed-off-by: Knative Automation <[email protected]>
1 parent 24f317a commit 7e431ad

File tree

2 files changed

+62
-60
lines changed

2 files changed

+62
-60
lines changed

go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ require (
6767
k8s.io/apimachinery v0.33.5
6868
k8s.io/client-go v0.33.5
6969
k8s.io/klog/v2 v2.130.1
70-
knative.dev/client/pkg v0.0.0-20251007022612-79bd2e100065
71-
knative.dev/eventing v0.46.1-0.20251008070512-9fe13ee820cf
72-
knative.dev/hack v0.0.0-20250902153942-1499de21e119
73-
knative.dev/pkg v0.0.0-20251007184713-a624c759bede
74-
knative.dev/serving v0.46.1-0.20251008121813-85563f5d21ca
70+
knative.dev/client/pkg v0.0.0-20251013022316-b9b74c22e298
71+
knative.dev/eventing v0.46.1-0.20251013143022-7b66944aa456
72+
knative.dev/hack v0.0.0-20251013111017-49bc1be5f373
73+
knative.dev/pkg v0.0.0-20251013133020-188d03623185
74+
knative.dev/serving v0.46.1-0.20251013160032-242868961ee5
7575
)
7676

7777
require (
@@ -174,7 +174,7 @@ require (
174174
github.com/gorilla/mux v1.8.1 // indirect
175175
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
176176
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
177-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
177+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
178178
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b // indirect
179179
github.com/hashicorp/errwrap v1.1.0 // indirect
180180
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -270,24 +270,24 @@ require (
270270
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
271271
go.opencensus.io v0.24.0 // indirect
272272
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
273-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
273+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect
274274
go.opentelemetry.io/otel v1.38.0 // indirect
275275
go.opentelemetry.io/otel/metric v1.38.0 // indirect
276276
go.opentelemetry.io/otel/trace v1.38.0 // indirect
277277
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
278278
go.uber.org/multierr v1.11.0 // indirect
279279
go.uber.org/zap v1.27.0 // indirect
280280
go.yaml.in/yaml/v2 v2.4.2 // indirect
281-
go.yaml.in/yaml/v3 v3.0.3 // indirect
281+
go.yaml.in/yaml/v3 v3.0.4 // indirect
282282
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect
283283
golang.org/x/mod v0.28.0 // indirect
284284
golang.org/x/text v0.29.0 // indirect
285285
golang.org/x/time v0.12.0 // indirect
286286
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
287287
google.golang.org/api v0.204.0 // indirect
288-
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
289-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
290-
google.golang.org/grpc v1.74.2 // indirect
288+
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
289+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
290+
google.golang.org/grpc v1.75.0 // indirect
291291
google.golang.org/protobuf v1.36.10 // indirect
292292
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
293293
gopkg.in/inf.v0 v0.9.1 // indirect
@@ -298,7 +298,7 @@ require (
298298
k8s.io/cli-runtime v0.31.4 // indirect
299299
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
300300
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect
301-
knative.dev/networking v0.0.0-20251007015313-5e69dbb20593 // indirect
301+
knative.dev/networking v0.0.0-20251009220213-bc97bc3bcfc8 // indirect
302302
sigs.k8s.io/controller-runtime v0.20.4 // indirect
303303
sigs.k8s.io/gateway-api v1.1.0 // indirect
304304
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect

0 commit comments

Comments
 (0)