Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
knative.dev/hack v0.0.0-20251126013634-1484a9e9b641
knative.dev/pkg v0.0.0-20251126013532-e853b1d1d6bb
knative.dev/reconciler-test v0.0.0-20251127131716-49c8eb8d6d42
knative.dev/serving v0.47.1-0.20251127121713-895fbc46eaf3
knative.dev/serving v0.47.1-0.20251127141228-60b1c39e071b
sigs.k8s.io/yaml v1.6.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1715,8 +1715,8 @@ knative.dev/pkg v0.0.0-20251126013532-e853b1d1d6bb h1:JhpOj4b8wdTjbahkCyZUaFlkuH
knative.dev/pkg v0.0.0-20251126013532-e853b1d1d6bb/go.mod h1:KFRQGFIcsdi9fDto0lGkcz/NwnNr/8hq9mmLyBuLkro=
knative.dev/reconciler-test v0.0.0-20251127131716-49c8eb8d6d42 h1:SbejPDcG8osmgzEXxrtwZKN9yMocDMU9IFJSLniXMF8=
knative.dev/reconciler-test v0.0.0-20251127131716-49c8eb8d6d42/go.mod h1:XiaOxTCk7xf54L6A5/oyBm7VOaGq1ouEpSTDxuME8Ag=
knative.dev/serving v0.47.1-0.20251127121713-895fbc46eaf3 h1:fILWErEn8W8smWyLGnYd/KBLHBTq7oUd52qPmGq+K7Q=
knative.dev/serving v0.47.1-0.20251127121713-895fbc46eaf3/go.mod h1:olKUo5+T1KOyD4t7SM6oiEgmkVQO4Gmr6YiVwj0J944=
knative.dev/serving v0.47.1-0.20251127141228-60b1c39e071b h1:szr1zGLXNEA3YPSwxk48n15nr3nte3VbJ5/GnnJOKVs=
knative.dev/serving v0.47.1-0.20251127141228-60b1c39e071b/go.mod h1:olKUo5+T1KOyD4t7SM6oiEgmkVQO4Gmr6YiVwj0J944=
nhooyr.io/websocket v1.8.6/go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0=
pgregory.net/rapid v1.1.0 h1:CMa0sjHSru3puNx+J0MIAuiiEV4N0qj8/cMWGBBCsjw=
pgregory.net/rapid v1.1.0/go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04=
Expand Down
2 changes: 1 addition & 1 deletion vendor/knative.dev/serving/test/e2e-networking-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function stage_istio_gateway_api_resources() {
mkdir -p "${gateway_dir}"

# TODO: if we switch to istio 1.12 we can reuse stage_istio_head
curl -sL https://istio.io/downloadIstioctl | ISTIO_VERSION=1.27.1 sh -
curl -sL https://istio.io/downloadIstioctl | ISTIO_VERSION=1.28.0 sh -

local params="--set values.global.proxy.clusterDomain=${CLUSTER_DOMAIN}"

Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1720,7 +1720,7 @@ knative.dev/reconciler-test/pkg/resources/service
knative.dev/reconciler-test/pkg/resources/serviceaccount
knative.dev/reconciler-test/pkg/state
knative.dev/reconciler-test/resources/certificate
# knative.dev/serving v0.47.1-0.20251127121713-895fbc46eaf3
# knative.dev/serving v0.47.1-0.20251127141228-60b1c39e071b
## explicit; go 1.24.0
knative.dev/serving/pkg/apis/autoscaling
knative.dev/serving/pkg/apis/autoscaling/v1alpha1
Expand Down
Loading