Skip to content

Commit bc3832b

Browse files
upgrade to latest dependencies (#2333)
bumping knative.dev/serving 333e58c...7ed4aa2: > 7ed4aa2 Replace duplicate intMax helpers with builtin max (# 16665) > 0b59f4a Fix flaky TestMinScaleAnnotationChange by waiting for scale convergence (# 16668) > d8212f5 Update net-istio nightly (# 16672) > 108bfba Bump the github-actions group across 1 directory with 3 updates (# 16655) Signed-off-by: Knative Automation <automation@knative.team>
1 parent b55841f commit bc3832b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
knative.dev/hack v0.0.0-20260428014158-b2a37f1b6e7b
2828
knative.dev/pkg v0.0.0-20260727151759-521cb33b33dd
2929
knative.dev/reconciler-test v0.0.0-20260727164000-4a4407a5fe88
30-
knative.dev/serving v0.49.1-0.20260728124058-333e58cc5073
30+
knative.dev/serving v0.50.0
3131
sigs.k8s.io/cluster-inventory-api v0.1.3
3232
sigs.k8s.io/controller-tools v0.20.1
3333
sigs.k8s.io/yaml v1.6.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1825,8 +1825,8 @@ knative.dev/pkg v0.0.0-20260727151759-521cb33b33dd h1:Tpo7m+KdcccVGygF/fr0af9Qv4
18251825
knative.dev/pkg v0.0.0-20260727151759-521cb33b33dd/go.mod h1:H+Z0Cy8MsihAolnB4luN7/7RV96ed8VzLvf4jzE8OP4=
18261826
knative.dev/reconciler-test v0.0.0-20260727164000-4a4407a5fe88 h1:TVegGR4GKojQskzM2sOpHGLEng2qejlQLc0i7ZyWE8g=
18271827
knative.dev/reconciler-test v0.0.0-20260727164000-4a4407a5fe88/go.mod h1:zA56CLpjULjcJI4QQYEagGllEoy8koGAeZ6eLjUZ7VI=
1828-
knative.dev/serving v0.49.1-0.20260728124058-333e58cc5073 h1:SKYbf5q64yspiOmjL2B4z/dny3ciIeE5km94XLzIKA8=
1829-
knative.dev/serving v0.49.1-0.20260728124058-333e58cc5073/go.mod h1:MP+yKsx/gLczU+agah1HgRrpU6KT0SV96a7bD+v5PKo=
1828+
knative.dev/serving v0.50.0 h1:9XUQq2yqUPN1YZUuGH6nF8IMvuumNvGXzCrSTYu44bA=
1829+
knative.dev/serving v0.50.0/go.mod h1:MP+yKsx/gLczU+agah1HgRrpU6KT0SV96a7bD+v5PKo=
18301830
nhooyr.io/websocket v1.8.6/go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0=
18311831
pgregory.net/rapid v1.1.0 h1:CMa0sjHSru3puNx+J0MIAuiiEV4N0qj8/cMWGBBCsjw=
18321832
pgregory.net/rapid v1.1.0/go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1906,7 +1906,7 @@ knative.dev/reconciler-test/pkg/resources/service
19061906
knative.dev/reconciler-test/pkg/resources/serviceaccount
19071907
knative.dev/reconciler-test/pkg/state
19081908
knative.dev/reconciler-test/resources/certificate
1909-
# knative.dev/serving v0.49.1-0.20260728124058-333e58cc5073
1909+
# knative.dev/serving v0.50.0
19101910
## explicit; go 1.25.0
19111911
knative.dev/serving/pkg/apis/autoscaling
19121912
knative.dev/serving/pkg/apis/autoscaling/v1alpha1

0 commit comments

Comments
 (0)