File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ require (
25
25
knative.dev/hack v0.0.0-20250514121446-f525e187efdc
26
26
knative.dev/pkg v0.0.0-20250617121757-fd105c6320da
27
27
knative.dev/reconciler-test v0.0.0-20250602074324-9a20896ca854
28
- knative.dev/serving v0.45.1-0.20250617133357-9d3fe30aa42b
28
+ knative.dev/serving v0.45.1-0.20250617220157-29e580bf8b1b
29
29
sigs.k8s.io/yaml v1.4.0
30
30
)
31
31
Original file line number Diff line number Diff line change @@ -1728,8 +1728,8 @@ knative.dev/pkg v0.0.0-20250617121757-fd105c6320da h1:ddgetsA3CE7QjoAjSnADOTKxh6
1728
1728
knative.dev/pkg v0.0.0-20250617121757-fd105c6320da /go.mod h1:nrao281iv0FJ5u/c0j3zmrinAlyOUZo9hJUxbrbsxWo =
1729
1729
knative.dev/reconciler-test v0.0.0-20250602074324-9a20896ca854 h1:lVLYcQMWGDzcY2jKJI4NwbCReADA/k9f3RQUBBxx/cc =
1730
1730
knative.dev/reconciler-test v0.0.0-20250602074324-9a20896ca854 /go.mod h1:r6tSGY5T+AXRITlgAbyg2wM2LfCn/DgXX7tw24ku58k =
1731
- knative.dev/serving v0.45.1-0.20250617133357-9d3fe30aa42b h1:PR+ahfZVrlHayWemrk4OGEDn3xvCa3f7l7LKh8m08wg =
1732
- knative.dev/serving v0.45.1-0.20250617133357-9d3fe30aa42b /go.mod h1:S3Y5kyj+gfq7j9d1IqV2obaV+ya95fagfvBDoLIyue8 =
1731
+ knative.dev/serving v0.45.1-0.20250617220157-29e580bf8b1b h1:UNzdbKRcj0J98mEbZF5pEKO/bICEh+5t4U9Bwne+S/U =
1732
+ knative.dev/serving v0.45.1-0.20250617220157-29e580bf8b1b /go.mod h1:S3Y5kyj+gfq7j9d1IqV2obaV+ya95fagfvBDoLIyue8 =
1733
1733
nhooyr.io/websocket v1.8.6 /go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0 =
1734
1734
pgregory.net/rapid v1.1.0 h1:CMa0sjHSru3puNx+J0MIAuiiEV4N0qj8/cMWGBBCsjw =
1735
1735
pgregory.net/rapid v1.1.0 /go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04 =
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ function stage_contour_gateway_api_resources() {
25
25
local gateway_dir=" ${E2E_YAML_DIR} /gateway-api/install-contour"
26
26
mkdir -p " ${gateway_dir} "
27
27
28
- local CONTOUR_VERSION=v1.30.3
28
+ local CONTOUR_VERSION=v1.32.0
29
29
echo " Downloading Contour Gateway Provisioner ${CONTOUR_VERSION} ..."
30
30
local CONTOUR_FILES=(
31
31
" examples/contour/01-crds.yaml"
@@ -48,7 +48,7 @@ function stage_istio_gateway_api_resources() {
48
48
mkdir -p " ${gateway_dir} "
49
49
50
50
# TODO: if we switch to istio 1.12 we can reuse stage_istio_head
51
- curl -sL https://istio.io/downloadIstioctl | ISTIO_VERSION=1.25.2 sh -
51
+ curl -sL https://istio.io/downloadIstioctl | ISTIO_VERSION=1.26.1 sh -
52
52
53
53
local params=" --set values.global.proxy.clusterDomain=${CLUSTER_DOMAIN} "
54
54
Original file line number Diff line number Diff line change @@ -1661,7 +1661,7 @@ knative.dev/reconciler-test/pkg/resources/service
1661
1661
knative.dev/reconciler-test/pkg/resources/serviceaccount
1662
1662
knative.dev/reconciler-test/pkg/state
1663
1663
knative.dev/reconciler-test/resources/certificate
1664
- # knative.dev/serving v0.45.1-0.20250617133357-9d3fe30aa42b
1664
+ # knative.dev/serving v0.45.1-0.20250617220157-29e580bf8b1b
1665
1665
## explicit; go 1.24.0
1666
1666
knative.dev/serving/pkg/apis/autoscaling
1667
1667
knative.dev/serving/pkg/apis/autoscaling/v1alpha1
You can’t perform that action at this time.
0 commit comments