Skip to content

Commit 335ac74

Browse files
upgrade to latest dependencies
bumping knative.dev/serving 9d3fe30...29e580b: > 29e580b bump cert-manager, istio, contour (# 15928) Signed-off-by: Knative Automation <[email protected]>
1 parent e427654 commit 335ac74

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
knative.dev/hack v0.0.0-20250514121446-f525e187efdc
2626
knative.dev/pkg v0.0.0-20250617121757-fd105c6320da
2727
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
2929
sigs.k8s.io/yaml v1.4.0
3030
)
3131

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1728,8 +1728,8 @@ knative.dev/pkg v0.0.0-20250617121757-fd105c6320da h1:ddgetsA3CE7QjoAjSnADOTKxh6
17281728
knative.dev/pkg v0.0.0-20250617121757-fd105c6320da/go.mod h1:nrao281iv0FJ5u/c0j3zmrinAlyOUZo9hJUxbrbsxWo=
17291729
knative.dev/reconciler-test v0.0.0-20250602074324-9a20896ca854 h1:lVLYcQMWGDzcY2jKJI4NwbCReADA/k9f3RQUBBxx/cc=
17301730
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=
17331733
nhooyr.io/websocket v1.8.6/go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0=
17341734
pgregory.net/rapid v1.1.0 h1:CMa0sjHSru3puNx+J0MIAuiiEV4N0qj8/cMWGBBCsjw=
17351735
pgregory.net/rapid v1.1.0/go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04=

vendor/knative.dev/serving/test/e2e-networking-library.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function stage_contour_gateway_api_resources() {
2525
local gateway_dir="${E2E_YAML_DIR}/gateway-api/install-contour"
2626
mkdir -p "${gateway_dir}"
2727

28-
local CONTOUR_VERSION=v1.30.3
28+
local CONTOUR_VERSION=v1.32.0
2929
echo "Downloading Contour Gateway Provisioner ${CONTOUR_VERSION}..."
3030
local CONTOUR_FILES=(
3131
"examples/contour/01-crds.yaml"
@@ -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.25.2 sh -
51+
curl -sL https://istio.io/downloadIstioctl | ISTIO_VERSION=1.26.1 sh -
5252

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1661,7 +1661,7 @@ knative.dev/reconciler-test/pkg/resources/service
16611661
knative.dev/reconciler-test/pkg/resources/serviceaccount
16621662
knative.dev/reconciler-test/pkg/state
16631663
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
16651665
## explicit; go 1.24.0
16661666
knative.dev/serving/pkg/apis/autoscaling
16671667
knative.dev/serving/pkg/apis/autoscaling/v1alpha1

0 commit comments

Comments
 (0)