File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ require (
2525 knative.dev/hack v0.0.0-20251126013634-1484a9e9b641
2626 knative.dev/pkg v0.0.0-20251126013532-e853b1d1d6bb
2727 knative.dev/reconciler-test v0.0.0-20251127131716-49c8eb8d6d42
28- knative.dev/serving v0.47.1-0.20251127121713-895fbc46eaf3
28+ knative.dev/serving v0.47.1-0.20251127141228-60b1c39e071b
2929 sigs.k8s.io/yaml v1.6.0
3030)
3131
Original file line number Diff line number Diff line change @@ -1715,8 +1715,8 @@ knative.dev/pkg v0.0.0-20251126013532-e853b1d1d6bb h1:JhpOj4b8wdTjbahkCyZUaFlkuH
17151715knative.dev/pkg v0.0.0-20251126013532-e853b1d1d6bb /go.mod h1:KFRQGFIcsdi9fDto0lGkcz/NwnNr/8hq9mmLyBuLkro =
17161716knative.dev/reconciler-test v0.0.0-20251127131716-49c8eb8d6d42 h1:SbejPDcG8osmgzEXxrtwZKN9yMocDMU9IFJSLniXMF8 =
17171717knative.dev/reconciler-test v0.0.0-20251127131716-49c8eb8d6d42 /go.mod h1:XiaOxTCk7xf54L6A5/oyBm7VOaGq1ouEpSTDxuME8Ag =
1718- knative.dev/serving v0.47.1-0.20251127121713-895fbc46eaf3 h1:fILWErEn8W8smWyLGnYd/KBLHBTq7oUd52qPmGq+K7Q =
1719- knative.dev/serving v0.47.1-0.20251127121713-895fbc46eaf3 /go.mod h1:olKUo5+T1KOyD4t7SM6oiEgmkVQO4Gmr6YiVwj0J944 =
1718+ knative.dev/serving v0.47.1-0.20251127141228-60b1c39e071b h1:szr1zGLXNEA3YPSwxk48n15nr3nte3VbJ5/GnnJOKVs =
1719+ knative.dev/serving v0.47.1-0.20251127141228-60b1c39e071b /go.mod h1:olKUo5+T1KOyD4t7SM6oiEgmkVQO4Gmr6YiVwj0J944 =
17201720nhooyr.io/websocket v1.8.6 /go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0 =
17211721pgregory.net/rapid v1.1.0 h1:CMa0sjHSru3puNx+J0MIAuiiEV4N0qj8/cMWGBBCsjw =
17221722pgregory.net/rapid v1.1.0 /go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04 =
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ function stage_istio_gateway_api_resources() {
4848 mkdir -p " ${gateway_dir} "
4949
5050 # TODO: if we switch to istio 1.12 we can reuse stage_istio_head
51- curl -sL https://istio.io/downloadIstioctl | ISTIO_VERSION=1.27.1 sh -
51+ curl -sL https://istio.io/downloadIstioctl | ISTIO_VERSION=1.28.0 sh -
5252
5353 local params=" --set values.global.proxy.clusterDomain=${CLUSTER_DOMAIN} "
5454
Original file line number Diff line number Diff line change @@ -1720,7 +1720,7 @@ knative.dev/reconciler-test/pkg/resources/service
17201720knative.dev/reconciler-test/pkg/resources/serviceaccount
17211721knative.dev/reconciler-test/pkg/state
17221722knative.dev/reconciler-test/resources/certificate
1723- # knative.dev/serving v0.47.1-0.20251127121713-895fbc46eaf3
1723+ # knative.dev/serving v0.47.1-0.20251127141228-60b1c39e071b
17241724## explicit; go 1.24.0
17251725knative.dev/serving/pkg/apis/autoscaling
17261726knative.dev/serving/pkg/apis/autoscaling/v1alpha1
You can’t perform that action at this time.
0 commit comments